Skip to content

Commit ea79e57

Browse files
committed
Release 1.10.0
1 parent 79fa892 commit ea79e57

File tree

30 files changed

+30
-30
lines changed

30 files changed

+30
-30
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>dev.voidframework</groupId>
88
<artifactId>voidframework</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.9.1-SNAPSHOT</version>
10+
<version>1.10.0</version>
1111
<name>Void Framework</name>
1212
<description>Light and modular Framework for Java</description>
1313
<url>https://voidframework.dev</url>

voidframework-bucket4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>dev.voidframework</groupId>
99
<artifactId>voidframework</artifactId>
10-
<version>1.9.1-SNAPSHOT</version>
10+
<version>1.10.0</version>
1111
</parent>
1212

1313
<artifactId>voidframework-bucket4j</artifactId>

voidframework-cache-redis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>dev.voidframework</groupId>
99
<artifactId>voidframework</artifactId>
10-
<version>1.9.1-SNAPSHOT</version>
10+
<version>1.10.0</version>
1111
</parent>
1212

1313
<artifactId>voidframework-cache-redis</artifactId>

voidframework-cache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>dev.voidframework</groupId>
99
<artifactId>voidframework</artifactId>
10-
<version>1.9.1-SNAPSHOT</version>
10+
<version>1.10.0</version>
1111
</parent>
1212

1313
<artifactId>voidframework-cache</artifactId>

voidframework-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>dev.voidframework</groupId>
99
<artifactId>voidframework</artifactId>
10-
<version>1.9.1-SNAPSHOT</version>
10+
<version>1.10.0</version>
1111
</parent>
1212

1313
<artifactId>voidframework-core</artifactId>

voidframework-datasource-c3p0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>dev.voidframework</groupId>
99
<artifactId>voidframework</artifactId>
10-
<version>1.9.1-SNAPSHOT</version>
10+
<version>1.10.0</version>
1111
</parent>
1212

1313
<artifactId>voidframework-datasource-c3p0</artifactId>

voidframework-datasource-hikaricp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.voidframework</groupId>
77
<artifactId>voidframework</artifactId>
8-
<version>1.9.1-SNAPSHOT</version>
8+
<version>1.10.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

voidframework-datasource/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>dev.voidframework</groupId>
99
<artifactId>voidframework</artifactId>
10-
<version>1.9.1-SNAPSHOT</version>
10+
<version>1.10.0</version>
1111
</parent>
1212

1313
<artifactId>voidframework-datasource</artifactId>

voidframework-h2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.voidframework</groupId>
77
<artifactId>voidframework</artifactId>
8-
<version>1.9.1-SNAPSHOT</version>
8+
<version>1.10.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

voidframework-healthcheck/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>dev.voidframework</groupId>
99
<artifactId>voidframework</artifactId>
10-
<version>1.9.1-SNAPSHOT</version>
10+
<version>1.10.0</version>
1111
</parent>
1212

1313
<artifactId>voidframework-healthcheck</artifactId>

0 commit comments

Comments
 (0)