Skip to content

Commit 2944bfd

Browse files
committed
Update to 2.3.0-SNAPSHOT with matching update to Spring Boot 2.3.7
1 parent 23e6ca8 commit 2944bfd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<groupId>ucles.weblab</groupId>
99
<artifactId>weblab-common-java</artifactId>
1010
<packaging>pom</packaging>
11-
<version>2.1.0-SNAPSHOT</version>
11+
<version>2.3.0-SNAPSHOT</version>
1212

1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId> <!-- for dependencies + plugin config such as git.properties -->
16-
<version>2.1.17.RELEASE</version>
16+
<version>2.3.7.RELEASE</version>
1717
</parent>
1818
<modules>
1919
<module>weblab-common</module>

weblab-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>weblab-common-java</artifactId>
77
<groupId>ucles.weblab</groupId>
8-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.3.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)