Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
windywany committed Apr 18, 2024
1 parent 6a8d9ca commit bf2dbc3
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 14 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.9-SNAPSHOT</version>
<version>1.0.9</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.9-SNAPSHOT</version>
<version>1.0.9</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.9-SNAPSHOT</version>
<version>1.0.9</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.9-SNAPSHOT</version>
<version>1.0.9</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.9-SNAPSHOT</version>
<version>1.0.9</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.9-SNAPSHOT</version>
<version>1.0.9</version>
</parent>

<artifactId>config-service</artifactId>
Expand Down
15 changes: 7 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>apzda-cloud-gsvc-parent</artifactId>
Expand All @@ -9,7 +8,7 @@
</parent>

<artifactId>config</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>1.0.9</version>
<packaging>pom</packaging>
<name>Apzda Config</name>
<description>Apzda Official Runtime Configuration Module</description>
Expand Down Expand Up @@ -55,7 +54,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>HEAD</tag>
<tag>v1.0.9</tag>
</scm>

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

0 comments on commit bf2dbc3

Please sign in to comment.