Skip to content

Commit a42655d

Browse files
committed
update to 1.4.8
1 parent ca97937 commit a42655d

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

example-application/pom.xml

+2-2
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>1.4.7</version>
8+
<version>1.4.8</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>com.codingapi.springboot</groupId>
2323
<artifactId>example-domain</artifactId>
24-
<version>1.4.7</version>
24+
<version>1.4.8</version>
2525
</dependency>
2626
</dependencies>
2727

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>1.4.7</version>
8+
<version>1.4.8</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

example-infrastructure-jpa/pom.xml

+2-2
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>1.4.7</version>
8+
<version>1.4.8</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.codingapi.springboot</groupId>
2424
<artifactId>example-domain</artifactId>
25-
<version>1.4.7</version>
25+
<version>1.4.8</version>
2626
</dependency>
2727

2828
<dependency>

example-restapi/pom.xml

+3-3
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>1.4.7</version>
8+
<version>1.4.8</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -22,13 +22,13 @@
2222
<dependency>
2323
<groupId>com.codingapi.springboot</groupId>
2424
<artifactId>example-infrastructure-jpa</artifactId>
25-
<version>1.4.7</version>
25+
<version>1.4.8</version>
2626
</dependency>
2727

2828
<dependency>
2929
<groupId>com.codingapi.springboot</groupId>
3030
<artifactId>example-application</artifactId>
31-
<version>1.4.7</version>
31+
<version>1.4.8</version>
3232
</dependency>
3333

3434

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

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

2323
<name>springboot-example</name>
2424
<description>springboot-example project for Spring Boot</description>

0 commit comments

Comments
 (0)