Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.1.0-pubsub
Browse files Browse the repository at this point in the history
  • Loading branch information
duhenglucky committed Jun 11, 2020
1 parent 5a86aa1 commit e5101fd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion openmessaging-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>io.openmessaging</groupId>
<artifactId>parent</artifactId>
<version>2.0.3-pubsub-SNAPSHOT</version>
<version>2.1.0-pubsub</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions openmessaging-api-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<parent>
<groupId>io.openmessaging</groupId>
<artifactId>parent</artifactId>
<version>2.0.3-pubsub-SNAPSHOT</version>
<version>2.1.0-pubsub</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>openmessaging-api-samples</artifactId>
<version>2.0.3-pubsub-SNAPSHOT</version>
<version>2.1.0-pubsub</version>
<name>openmessaging-api-samples ${project.version}</name>

<dependencies>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>openmessaging-api</artifactId>
<version>2.0.3-pubsub-SNAPSHOT</version>
<version>2.1.0-pubsub</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion openmessaging-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>io.openmessaging</groupId>
<artifactId>parent</artifactId>
<version>2.0.3-pubsub-SNAPSHOT</version>
<version>2.1.0-pubsub</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.openmessaging</groupId>
<artifactId>parent</artifactId>
<version>2.0.3-pubsub-SNAPSHOT</version>
<version>2.1.0-pubsub</version>
<packaging>pom</packaging>

<name>openmessaging</name>
Expand Down

0 comments on commit e5101fd

Please sign in to comment.