Skip to content

Commit 012eba9

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 5e3ffb2 commit 012eba9

File tree

25 files changed

+26
-26
lines changed

25 files changed

+26
-26
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>org.apache.rocketmq</groupId>
2828
<artifactId>rocketmq-streams</artifactId>
29-
<version>1.0.1-preview</version>
29+
<version>1.0.2-preview-SNAPSHOT</version>
3030
<name>Apache RocketMQ Streams ${project.version}</name>
3131
<packaging>pom</packaging>
3232
<url>https://rocketmq.apache.org/</url>
@@ -36,7 +36,7 @@
3636
<url>[email protected]:apache/rocketmq-streams.git</url>
3737
<connection>scm:git:[email protected]:apache/rocketmq-streams.git</connection>
3838
<developerConnection>scm:git:[email protected]:apache/rocketmq-streams.git</developerConnection>
39-
<tag>rocketmq-streams-1.0.1-preview</tag>
39+
<tag>1.0.0-preview</tag>
4040
</scm>
4141

4242
<mailingLists>

rocketmq-streams-channel-db/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.rocketmq</groupId>
2222
<artifactId>rocketmq-streams</artifactId>
23-
<version>1.0.1-preview</version>
23+
<version>1.0.2-preview-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>rocketmq-streams-channel-db</artifactId>
2626
<name>ROCKETMQ STREAMS :: channel-db</name>

rocketmq-streams-channel-es/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.rocketmq</groupId>
2222
<artifactId>rocketmq-streams</artifactId>
23-
<version>1.0.1-preview</version>
23+
<version>1.0.2-preview-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>rocketmq-streams-channel-es</artifactId>
2626
<name>ROCKETMQ STREAMS :: channel-es</name>

rocketmq-streams-channel-http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.rocketmq</groupId>
2121
<artifactId>rocketmq-streams</artifactId>
22-
<version>1.0.1-preview</version>
22+
<version>1.0.2-preview-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

rocketmq-streams-channel-mqtt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>rocketmq-streams</artifactId>
2121
<groupId>org.apache.rocketmq</groupId>
22-
<version>1.0.1-preview</version>
22+
<version>1.0.2-preview-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

rocketmq-streams-channel-rocketmq/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>rocketmq-streams</artifactId>
2121
<groupId>org.apache.rocketmq</groupId>
22-
<version>1.0.1-preview</version>
22+
<version>1.0.2-preview-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

rocketmq-streams-channel-syslog/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.rocketmq</groupId>
2222
<artifactId>rocketmq-streams</artifactId>
23-
<version>1.0.1-preview</version>
23+
<version>1.0.2-preview-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>rocketmq-streams-channel-syslog</artifactId>
2626
<name>ROCKETMQ STREAMS :: channel-syslog</name>

rocketmq-streams-checkpoint/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>rocketmq-streams</artifactId>
2121
<groupId>org.apache.rocketmq</groupId>
22-
<version>1.0.1-preview</version>
22+
<version>1.0.2-preview-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

rocketmq-streams-clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>rocketmq-streams</artifactId>
2121
<groupId>org.apache.rocketmq</groupId>
22-
<version>1.0.1-preview</version>
22+
<version>1.0.2-preview-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

rocketmq-streams-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.rocketmq</groupId>
2323
<artifactId>rocketmq-streams</artifactId>
24-
<version>1.0.1-preview</version>
24+
<version>1.0.2-preview-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>rocketmq-streams-commons</artifactId>

rocketmq-streams-configurable/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.rocketmq</groupId>
2323
<artifactId>rocketmq-streams</artifactId>
24-
<version>1.0.1-preview</version>
24+
<version>1.0.2-preview-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>rocketmq-streams-configurable</artifactId>
2727
<name>ROCKETMQ STREAMS :: configurable</name>

rocketmq-streams-connectors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.rocketmq</groupId>
2222
<artifactId>rocketmq-streams</artifactId>
23-
<version>1.0.1-preview</version>
23+
<version>1.0.2-preview-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>rocketmq-streams-connectors</artifactId>
2626
<packaging>jar</packaging>

rocketmq-streams-db-operator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.rocketmq</groupId>
2222
<artifactId>rocketmq-streams</artifactId>
23-
<version>1.0.1-preview</version>
23+
<version>1.0.2-preview-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>rocketmq-streams-db-operator</artifactId>
2626
<name>ROCKETMQ STREAMS :: db-operator</name>

rocketmq-streams-dbinit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>rocketmq-streams</artifactId>
2121
<groupId>org.apache.rocketmq</groupId>
22-
<version>1.0.1-preview</version>
22+
<version>1.0.2-preview-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<artifactId>rocketmq-streams-dbinit</artifactId>

rocketmq-streams-dim/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.rocketmq</groupId>
2323
<artifactId>rocketmq-streams</artifactId>
24-
<version>1.0.1-preview</version>
24+
<version>1.0.2-preview-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>rocketmq-streams-dim</artifactId>
2727
<name>ROCKETMQ STREAMS :: dim</name>

rocketmq-streams-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>rocketmq-streams</artifactId>
2121
<groupId>org.apache.rocketmq</groupId>
22-
<version>1.0.1-preview</version>
22+
<version>1.0.2-preview-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

rocketmq-streams-filter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.rocketmq</groupId>
2323
<artifactId>rocketmq-streams</artifactId>
24-
<version>1.0.1-preview</version>
24+
<version>1.0.2-preview-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>rocketmq-streams-filter</artifactId>
2727
<name>ROCKETMQ STREAMS :: filter</name>

rocketmq-streams-lease/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.rocketmq</groupId>
2222
<artifactId>rocketmq-streams</artifactId>
23-
<version>1.0.1-preview</version>
23+
<version>1.0.2-preview-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>rocketmq-streams-lease</artifactId>
2626
<name>ROCKETMQ STREAMS :: lease</name>

rocketmq-streams-runner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>rocketmq-streams</artifactId>
2121
<groupId>org.apache.rocketmq</groupId>
22-
<version>1.0.1-preview</version>
22+
<version>1.0.2-preview-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

rocketmq-streams-schedule/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.rocketmq</groupId>
2222
<artifactId>rocketmq-streams</artifactId>
23-
<version>1.0.1-preview</version>
23+
<version>1.0.2-preview-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>rocketmq-streams-schedule</artifactId>
2626
<name>ROCKETMQ STREAMS :: schedule</name>

rocketmq-streams-script/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.rocketmq</groupId>
2222
<artifactId>rocketmq-streams</artifactId>
23-
<version>1.0.1-preview</version>
23+
<version>1.0.2-preview-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>rocketmq-streams-script</artifactId>
2626
<name>ROCKETMQ STREAMS :: script</name>

rocketmq-streams-serviceloader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.rocketmq</groupId>
2222
<artifactId>rocketmq-streams</artifactId>
23-
<version>1.0.1-preview</version>
23+
<version>1.0.2-preview-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>rocketmq-streams-serviceloader</artifactId>
2626
<packaging>jar</packaging>

rocketmq-streams-state/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.rocketmq</groupId>
2222
<artifactId>rocketmq-streams</artifactId>
23-
<version>1.0.1-preview</version>
23+
<version>1.0.2-preview-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>rocketmq-streams-state</artifactId>
2626
<packaging>jar</packaging>

rocketmq-streams-transport-minio/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.rocketmq</groupId>
2222
<artifactId>rocketmq-streams</artifactId>
23-
<version>1.0.1-preview</version>
23+
<version>1.0.2-preview-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>rocketmq-streams-transport-minio</artifactId>
2626
<packaging>jar</packaging>

rocketmq-streams-window/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.rocketmq</groupId>
2222
<artifactId>rocketmq-streams</artifactId>
23-
<version>1.0.1-preview</version>
23+
<version>1.0.2-preview-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>rocketmq-streams-window</artifactId>
2626
<packaging>jar</packaging>

0 commit comments

Comments
 (0)