Skip to content

Commit e5101fd

Browse files
committed
[maven-release-plugin] prepare release 2.1.0-pubsub
1 parent 5a86aa1 commit e5101fd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

openmessaging-admin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>io.openmessaging</groupId>
44
<artifactId>parent</artifactId>
5-
<version>2.0.3-pubsub-SNAPSHOT</version>
5+
<version>2.1.0-pubsub</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

openmessaging-api-samples/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<parent>
33
<groupId>io.openmessaging</groupId>
44
<artifactId>parent</artifactId>
5-
<version>2.0.3-pubsub-SNAPSHOT</version>
5+
<version>2.1.0-pubsub</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>
99
<packaging>jar</packaging>
1010
<artifactId>openmessaging-api-samples</artifactId>
11-
<version>2.0.3-pubsub-SNAPSHOT</version>
11+
<version>2.1.0-pubsub</version>
1212
<name>openmessaging-api-samples ${project.version}</name>
1313

1414
<dependencies>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>${project.groupId}</groupId>
2323
<artifactId>openmessaging-api</artifactId>
24-
<version>2.0.3-pubsub-SNAPSHOT</version>
24+
<version>2.1.0-pubsub</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.slf4j</groupId>

openmessaging-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>io.openmessaging</groupId>
44
<artifactId>parent</artifactId>
5-
<version>2.0.3-pubsub-SNAPSHOT</version>
5+
<version>2.1.0-pubsub</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>io.openmessaging</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>2.0.3-pubsub-SNAPSHOT</version>
13+
<version>2.1.0-pubsub</version>
1414
<packaging>pom</packaging>
1515

1616
<name>openmessaging</name>

0 commit comments

Comments
 (0)