Skip to content

Commit

Permalink
[maven-release-plugin] prepare release helix-1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junkaixue committed Jun 19, 2024
1 parent bc11a19 commit 16888fe
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 20 deletions.
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.2-SNAPSHOT</version>
<version>1.4.0</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.2-SNAPSHOT</version>
<version>1.4.0</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.2-SNAPSHOT</version>
<version>1.4.0</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.2-SNAPSHOT</version>
<version>1.4.0</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.2-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

<properties>
<revision>1.3.2-SNAPSHOT</revision>
<revision>1.4.0</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.2-SNAPSHOT</version>
<version>1.4.0</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.2-SNAPSHOT</version>
<version>1.4.0</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.2-SNAPSHOT</version>
<version>1.4.0</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.2-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 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.2-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>pom</packaging>
<name>Apache Helix</name>

Expand Down Expand Up @@ -415,7 +415,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/helix.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/helix.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=helix.git;a=summary</url>
<tag>helix-1.3.1</tag>
<tag>helix-1.4.0</tag>
</scm>
<issueManagement>
<system>Github</system>
Expand All @@ -429,7 +429,7 @@
<properties>
<revision>1.1.1-SNAPSHOT</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>1695574257</project.build.outputTimestamp>
<project.build.outputTimestamp>1718759845</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.2-SNAPSHOT</version>
<version>1.4.0</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.2-SNAPSHOT</version>
<version>1.4.0</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.2-SNAPSHOT</version>
<version>1.4.0</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.2-SNAPSHOT</version>
<version>1.4.0</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.2-SNAPSHOT</version>
<version>1.4.0</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.2-SNAPSHOT</version>
<version>1.4.0</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.2-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 16888fe

Please sign in to comment.