Skip to content

Commit b1d195e

Browse files
authored
Minor release for sso flows (#2938)
1 parent 25f9389 commit b1d195e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 2.10.0
1+
version = 2.10.1
22
NODE = node
33

44
# Sets a custom hook path in the local git config.

bin/run-klaw.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SET CURRENTDIR="%cd%"
44
set DIR=%~dp0..\
55
cd %DIR%
66

7-
set version=2.10.0
7+
set version=2.10.1
88
set core_lib=.\core\target\klaw-%version%.jar
99
set cluster_lib=.\cluster-api\target\cluster-api-%version%.jar
1010
set core_config=.\core\target\classes\application.properties

bin/run-klaw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKING_DIR="$(dirname "$0")"/..
44
cd $WORKING_DIR
55

66
# Declarations
7-
version=2.10.0
7+
version=2.10.1
88
core_lib=./core/target/klaw-${version}.jar
99
cluster_lib=./cluster-api/target/cluster-api-${version}.jar
1010
core_config=./core/target/classes/application.properties

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name" : "Apache 2.0",
1111
"url" : "https://www.apache.org/licenses/LICENSE-2.0.html"
1212
},
13-
"version" : "2.10.0"
13+
"version" : "2.10.1"
1414
},
1515
"externalDocs" : {
1616
"description" : "Klaw documentation",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</parent>
4343

4444
<properties>
45-
<revision>2.10.0</revision>
45+
<revision>2.10.1</revision>
4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4747
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4848
<java.version>17</java.version>

0 commit comments

Comments
 (0)