Skip to content

Commit 10d6e58

Browse files
committed
add 3.1.8.dev
1 parent 39722d5 commit 10d6e58

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>com.codingapi.springboot</groupId>
1414
<artifactId>springboot-parent</artifactId>
15-
<version>3.1.7</version>
15+
<version>3.1.8.dev</version>
1616

1717
<url>https://github.com/codingapi/springboot-framewrok</url>
1818
<name>springboot-parent</name>
@@ -42,6 +42,7 @@
4242
<commons-crypto.version>1.2.0</commons-crypto.version>
4343
<snakeyaml.version>2.2</snakeyaml.version>
4444
<apache-groovy.version>4.0.15</apache-groovy.version>
45+
<h2.version>2.2.224</h2.version>
4546
</properties>
4647

4748
<dependencies>
@@ -75,6 +76,13 @@
7576
<dependencyManagement>
7677
<dependencies>
7778

79+
<dependency>
80+
<groupId>com.h2database</groupId>
81+
<artifactId>h2</artifactId>
82+
<version>${h2.version}</version>
83+
</dependency>
84+
85+
7886
<dependency>
7987
<groupId>org.bouncycastle</groupId>
8088
<artifactId>bcprov-jdk18on</artifactId>

springboot-starter-data-fast/pom.xml

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

springboot-starter-security-jwt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>springboot-parent</artifactId>
88
<groupId>com.codingapi.springboot</groupId>
9-
<version>3.1.7</version>
9+
<version>3.1.8.dev</version>
1010
</parent>
1111

1212
<artifactId>springboot-starter-security-jwt</artifactId>

springboot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.codingapi.springboot</groupId>
77
<artifactId>springboot-parent</artifactId>
8-
<version>3.1.7</version>
8+
<version>3.1.8.dev</version>
99
</parent>
1010
<artifactId>springboot-starter</artifactId>
1111

0 commit comments

Comments
 (0)