Skip to content

Commit 00c2979

Browse files
committedJul 22, 2022
upload 0.1.0
1 parent 292c49c commit 00c2979

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed
 

‎pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
<version>2.7.1</version>
99
<relativePath /> <!-- lookup parent from repository -->
1010
</parent>
11+
1112
<groupId>com.codingapi.springboot</groupId>
1213
<artifactId>springboot-parent</artifactId>
13-
<version>0.0.1</version>
14+
<version>0.1.0</version>
1415

1516
<url>https://github.com/codingapi/springboot-framewrok</url>
1617
<name>springboot-parent</name>

‎springboot-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.codingapi.springboot</groupId>
66
<artifactId>springboot-parent</artifactId>
7-
<version>0.0.1</version>
7+
<version>0.1.0</version>
88
</parent>
99
<artifactId>springboot-example</artifactId>
1010

‎springboot-starter-data-permission/pom.xml

+1-1
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>0.0.1</version>
9+
<version>0.1.0</version>
1010
</parent>
1111

1212

‎springboot-starter-security-jwt/pom.xml

+1-1
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>0.0.1</version>
9+
<version>0.1.0</version>
1010
</parent>
1111

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

‎springboot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.codingapi.springboot</groupId>
66
<artifactId>springboot-parent</artifactId>
7-
<version>0.0.1</version>
7+
<version>0.1.0</version>
88
</parent>
99
<artifactId>springboot-starter</artifactId>
1010

0 commit comments

Comments
 (0)
Please sign in to comment.