Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
ninggf committed Aug 31, 2024
1 parent 5b30c30 commit 60e6c7a
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion config-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.apzda.cloud</groupId>
<artifactId>config</artifactId>
<version>1.0.10</version>
<version>1.0.11-SNAPSHOT</version>
</parent>

<artifactId>config-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion config-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.apzda.cloud</groupId>
<artifactId>config</artifactId>
<version>1.0.10</version>
<version>1.0.11-SNAPSHOT</version>
</parent>

<artifactId>config-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion config-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.apzda.cloud</groupId>
<artifactId>config</artifactId>
<version>1.0.10</version>
<version>1.0.11-SNAPSHOT</version>
</parent>

<artifactId>config-demo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion config-proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.apzda.cloud</groupId>
<artifactId>config</artifactId>
<version>1.0.10</version>
<version>1.0.11-SNAPSHOT</version>
</parent>

<artifactId>config-proto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion config-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.apzda.cloud</groupId>
<artifactId>config</artifactId>
<version>1.0.10</version>
<version>1.0.11-SNAPSHOT</version>
</parent>

<artifactId>config-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion config-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.apzda.cloud</groupId>
<artifactId>config</artifactId>
<version>1.0.10</version>
<version>1.0.11-SNAPSHOT</version>
</parent>

<artifactId>config-service</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>config</artifactId>
<version>1.0.10</version>
<version>1.0.11-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apzda Config</name>
<description>Apzda Official Runtime Configuration Module</description>
Expand Down Expand Up @@ -55,7 +55,7 @@
<url>https://github.com/apzda/config.git</url>
<connection>scm:[email protected]:apzda/config.git</connection>
<developerConnection>scm:git:[email protected]:apzda/config.git</developerConnection>
<tag>v1.0.10</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand All @@ -76,22 +76,22 @@
<dependency>
<groupId>com.apzda.cloud</groupId>
<artifactId>config-core</artifactId>
<version>1.0.10</version>
<version>1.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.apzda.cloud</groupId>
<artifactId>config-proto</artifactId>
<version>1.0.10</version>
<version>1.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.apzda.cloud</groupId>
<artifactId>config-client</artifactId>
<version>1.0.10</version>
<version>1.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.apzda.cloud</groupId>
<artifactId>config-service</artifactId>
<version>1.0.10</version>
<version>1.0.11-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 60e6c7a

Please sign in to comment.