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 40b7507 commit b3e1d38
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion oss-backend-alioss/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>oss</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
</parent>

<artifactId>oss-backend-alioss</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-backend-fs/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>oss</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
</parent>

<artifactId>oss-backend-fs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-backend-minio/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>oss</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
</parent>

<artifactId>oss-backend-minio</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-backend-txcos/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>oss</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
</parent>

<artifactId>oss-backend-txcos</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-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>oss</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
</parent>

<artifactId>oss-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-plugin-api/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>oss</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
</parent>

<artifactId>oss-plugin-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-plugin-resize/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>oss</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
</parent>

<artifactId>oss-plugin-resize</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-plugin-watermark/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>oss</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
</parent>

<artifactId>oss-plugin-watermark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-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>oss</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
</parent>

<artifactId>oss-proto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-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>oss</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
</parent>

<artifactId>oss-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oss-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>oss</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
</parent>

<artifactId>oss-service</artifactId>
Expand Down
24 changes: 12 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath />
</parent>
<artifactId>oss</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apzda OSS</name>
<description>Apzda Official OSS module</description>
Expand Down Expand Up @@ -64,7 +64,7 @@
<url>https://github.com/apzda/oss.git</url>
<connection>scm:[email protected]:apzda/oss.git</connection>
<developerConnection>scm:git:[email protected]:apzda/oss.git</developerConnection>
<tag>v1.0.8</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -101,52 +101,52 @@
<dependency>
<groupId>com.apzda.cloud</groupId>
<artifactId>oss-proto</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.apzda.cloud</groupId>
<artifactId>oss-backend-fs</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.apzda.cloud</groupId>
<artifactId>oss-backend-alioss</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.apzda.cloud</groupId>
<artifactId>oss-backend-minio</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.apzda.cloud</groupId>
<artifactId>oss-backend-txcos</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.apzda.cloud</groupId>
<artifactId>oss-plugin-api</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.apzda.cloud</groupId>
<artifactId>oss-plugin-resize</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.apzda.cloud</groupId>
<artifactId>oss-plugin-watermark</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.apzda.cloud</groupId>
<artifactId>oss-client</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.apzda.cloud</groupId>
<artifactId>oss-service</artifactId>
<version>1.0.8</version>
<version>1.0.9-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit b3e1d38

Please sign in to comment.