Skip to content

Commit a33edb6

Browse files
authored
Merge pull request #14 from allurx/dev
Release v2.3.1
2 parents c607617 + d0618df commit a33edb6

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

kit-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.allurx.kit</groupId>
66
<artifactId>kit</artifactId>
7-
<version>2.3.0</version>
7+
<version>2.3.1</version>
88
</parent>
99

1010
<artifactId>kit-base</artifactId>

kit-base/src/main/java/io/allurx/kit/base/Conditional.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
* if using in a concurrent environment.
5858
*
5959
* @param <I> the type of the input value
60+
* @author allurx
6061
*/
6162
public final class Conditional<I> {
6263

kit-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.allurx.kit</groupId>
66
<artifactId>kit</artifactId>
7-
<version>2.3.0</version>
7+
<version>2.3.1</version>
88
</parent>
99

1010
<artifactId>kit-json</artifactId>

kit-mybatis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.allurx.kit</groupId>
66
<artifactId>kit</artifactId>
7-
<version>2.3.0</version>
7+
<version>2.3.1</version>
88
</parent>
99

1010
<artifactId>kit-mybatis</artifactId>

kit-selenium/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.allurx.kit</groupId>
66
<artifactId>kit</artifactId>
7-
<version>2.3.0</version>
7+
<version>2.3.1</version>
88
</parent>
99

1010
<artifactId>kit-selenium</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.allurx.kit</groupId>
66
<artifactId>kit</artifactId>
7-
<version>2.3.0</version>
7+
<version>2.3.1</version>
88
<packaging>pom</packaging>
99
<name>kit</name>
1010

0 commit comments

Comments
 (0)