Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyZeng committed Nov 23, 2022
1 parent 7f1c461 commit f01b816
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>git.snippets</groupId>
<artifactId>microservice-skeleton</artifactId>
<packaging>pom</packaging>
<version>1.0.6.RELEASE</version>
<version>1.0.7.RELEASE</version>
<name>${artifactId}</name>

<modules>
Expand All @@ -28,7 +28,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-cloud.version>2021.0.5</spring-cloud.version>
<common.version>1.0.6.RELEASE</common.version>
<common.version>1.0.7.RELEASE</common.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion skeleton-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>git.snippets</groupId>
<artifactId>microservice-skeleton</artifactId>
<version>1.0.6.RELEASE</version>
<version>1.0.7.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>skeleton-common</name>
Expand Down
2 changes: 1 addition & 1 deletion skeleton-data-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>git.snippets</groupId>
<artifactId>microservice-skeleton</artifactId>
<version>1.0.6.RELEASE</version>
<version>1.0.7.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>skeleton-data-service</name>
Expand Down
2 changes: 1 addition & 1 deletion skeleton-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>git.snippets</groupId>
<artifactId>microservice-skeleton</artifactId>
<version>1.0.6.RELEASE</version>
<version>1.0.7.RELEASE</version>
</parent>
<artifactId>skeleton-gateway</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion skeleton-register-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>git.snippets</groupId>
<artifactId>microservice-skeleton</artifactId>
<version>1.0.6.RELEASE</version>
<version>1.0.7.RELEASE</version>
</parent>
<artifactId>skeleton-register-server</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion skeleton-user-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>git.snippets</groupId>
<artifactId>microservice-skeleton</artifactId>
<version>1.0.6.RELEASE</version>
<version>1.0.7.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>skeleton-user-service</name>
Expand Down

0 comments on commit f01b816

Please sign in to comment.