Skip to content

Commit 172ce4e

Browse files
committedSep 21, 2024
update 3.2.6
1 parent 0e7d199 commit 172ce4e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed
 

Diff for: ‎example-application/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>springboot-example</artifactId>
77
<groupId>com.codingapi.springboot</groupId>
8-
<version>3.2.5</version>
8+
<version>3.2.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

Diff for: ‎example-domain/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>springboot-example</artifactId>
77
<groupId>com.codingapi.springboot</groupId>
8-
<version>3.2.5</version>
8+
<version>3.2.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

Diff for: ‎example-infrastructure-jpa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>springboot-example</artifactId>
77
<groupId>com.codingapi.springboot</groupId>
8-
<version>3.2.5</version>
8+
<version>3.2.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

Diff for: ‎example-restapi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>springboot-example</artifactId>
77
<groupId>com.codingapi.springboot</groupId>
8-
<version>3.2.5</version>
8+
<version>3.2.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

Diff for: ‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
<groupId>com.codingapi.springboot</groupId>
2020
<artifactId>springboot-example</artifactId>
21-
<version>3.2.5</version>
21+
<version>3.2.6</version>
2222

2323
<name>springboot-example</name>
2424
<description>springboot-example project for Spring Boot</description>
2525
<properties>
2626
<java.version>17</java.version>
27-
<codingapi.framework.version>3.2.5</codingapi.framework.version>
27+
<codingapi.framework.version>3.2.6</codingapi.framework.version>
2828
</properties>
2929

3030
<dependencies>

0 commit comments

Comments
 (0)