Skip to content

Commit

Permalink
[maven-release-plugin] prepare release rocketmq-streams-1.0.1-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhiboo committed Apr 8, 2022
1 parent 00412ce commit 5e3ffb2
Show file tree
Hide file tree
Showing 25 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-streams</artifactId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
<name>Apache RocketMQ Streams ${project.version}</name>
<packaging>pom</packaging>
<url>https://rocketmq.apache.org/</url>
Expand All @@ -36,7 +36,7 @@
<url>[email protected]:apache/rocketmq-streams.git</url>
<connection>scm:git:[email protected]:apache/rocketmq-streams.git</connection>
<developerConnection>scm:git:[email protected]:apache/rocketmq-streams.git</developerConnection>
<tag>1.0.0-preview</tag>
<tag>rocketmq-streams-1.0.1-preview</tag>
</scm>

<mailingLists>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-channel-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-streams</artifactId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<artifactId>rocketmq-streams-channel-db</artifactId>
<name>ROCKETMQ STREAMS :: channel-db</name>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-channel-es/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-streams</artifactId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<artifactId>rocketmq-streams-channel-es</artifactId>
<name>ROCKETMQ STREAMS :: channel-es</name>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-channel-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-streams</artifactId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-channel-mqtt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>rocketmq-streams</artifactId>
<groupId>org.apache.rocketmq</groupId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-channel-rocketmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>rocketmq-streams</artifactId>
<groupId>org.apache.rocketmq</groupId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-channel-syslog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-streams</artifactId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<artifactId>rocketmq-streams-channel-syslog</artifactId>
<name>ROCKETMQ STREAMS :: channel-syslog</name>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-checkpoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>rocketmq-streams</artifactId>
<groupId>org.apache.rocketmq</groupId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>rocketmq-streams</artifactId>
<groupId>org.apache.rocketmq</groupId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-streams</artifactId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>

<artifactId>rocketmq-streams-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-configurable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-streams</artifactId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<artifactId>rocketmq-streams-configurable</artifactId>
<name>ROCKETMQ STREAMS :: configurable</name>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-streams</artifactId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<artifactId>rocketmq-streams-connectors</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-db-operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-streams</artifactId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<artifactId>rocketmq-streams-db-operator</artifactId>
<name>ROCKETMQ STREAMS :: db-operator</name>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-dbinit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>rocketmq-streams</artifactId>
<groupId>org.apache.rocketmq</groupId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>rocketmq-streams-dbinit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-dim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-streams</artifactId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<artifactId>rocketmq-streams-dim</artifactId>
<name>ROCKETMQ STREAMS :: dim</name>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>rocketmq-streams</artifactId>
<groupId>org.apache.rocketmq</groupId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-filter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-streams</artifactId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<artifactId>rocketmq-streams-filter</artifactId>
<name>ROCKETMQ STREAMS :: filter</name>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-lease/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-streams</artifactId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<artifactId>rocketmq-streams-lease</artifactId>
<name>ROCKETMQ STREAMS :: lease</name>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>rocketmq-streams</artifactId>
<groupId>org.apache.rocketmq</groupId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-schedule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-streams</artifactId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<artifactId>rocketmq-streams-schedule</artifactId>
<name>ROCKETMQ STREAMS :: schedule</name>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-script/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-streams</artifactId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<artifactId>rocketmq-streams-script</artifactId>
<name>ROCKETMQ STREAMS :: script</name>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-serviceloader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-streams</artifactId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<artifactId>rocketmq-streams-serviceloader</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-state/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-streams</artifactId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<artifactId>rocketmq-streams-state</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-transport-minio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-streams</artifactId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<artifactId>rocketmq-streams-transport-minio</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-streams-window/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-streams</artifactId>
<version>1.0.1-preview-SNAPSHOT</version>
<version>1.0.1-preview</version>
</parent>
<artifactId>rocketmq-streams-window</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 5e3ffb2

Please sign in to comment.