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
junkaixue committed Sep 24, 2023
1 parent fd6a039 commit 38ac277
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion helix-admin-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.helix</groupId>
<artifactId>helix</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion helix-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.helix</groupId>
<artifactId>helix</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<artifactId>helix-agent</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion helix-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.helix</groupId>
<artifactId>helix</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion helix-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.helix</groupId>
<artifactId>helix</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion helix-front/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.helix</groupId>
<artifactId>helix</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion helix-lock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.helix</groupId>
<artifactId>helix</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions helix-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.helix</groupId>
<artifactId>helix</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -43,7 +43,7 @@
</organization>

<properties>
<revision>1.3.1</revision>
<revision>1.3.2-SNAPSHOT</revision>
<osgi.import>
org.apache.helix*,
org.apache.commons.cli*,
Expand Down
2 changes: 1 addition & 1 deletion helix-view-aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ under the License.
<parent>
<groupId>org.apache.helix</groupId>
<artifactId>helix</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion meta-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ under the License.
<parent>
<groupId>org.apache.helix</groupId>
<artifactId>helix</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion metadata-store-directory-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.helix</groupId>
<artifactId>helix</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion metrics-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.helix</groupId>
<artifactId>helix</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>org.apache.helix</groupId>
<artifactId>helix</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Helix</name>

Expand Down Expand Up @@ -431,7 +431,7 @@
<properties>
<revision>1.1.1-SNAPSHOT</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>1695573552</project.build.outputTimestamp>
<project.build.outputTimestamp>1695574257</project.build.outputTimestamp>

<sonar.host.url>https://analysis.apache.org/</sonar.host.url>

Expand Down
2 changes: 1 addition & 1 deletion recipes/distributed-lock-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.helix.recipes</groupId>
<artifactId>recipes</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>

<artifactId>distributed-lock-manager</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion recipes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.helix</groupId>
<artifactId>helix</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<groupId>org.apache.helix.recipes</groupId>
<artifactId>recipes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion recipes/rabbitmq-consumer-group/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.helix.recipes</groupId>
<artifactId>recipes</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>

<artifactId>rabbitmq-consumer-group</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion recipes/rsync-replicated-file-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.helix.recipes</groupId>
<artifactId>recipes</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>

<artifactId>rsync-replicated-file-system</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion recipes/service-discovery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.helix.recipes</groupId>
<artifactId>recipes</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>

<artifactId>service-discovery</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion recipes/task-execution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.helix.recipes</groupId>
<artifactId>recipes</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>

<artifactId>task-execution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zookeeper-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.helix</groupId>
<artifactId>helix</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 38ac277

Please sign in to comment.