Skip to content

Commit

Permalink
[maven-release-plugin] prepare release helix-1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
junkaixue committed Apr 15, 2022
1 parent f082ed0 commit 46b705f
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 20 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.0.3-SNAPSHOT</version>
<version>1.0.3</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.0.3-SNAPSHOT</version>
<version>1.0.3</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.0.3-SNAPSHOT</version>
<version>1.0.3</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.0.3-SNAPSHOT</version>
<version>1.0.3</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.0.3-SNAPSHOT</version>
<version>1.0.3</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.0.3-SNAPSHOT</version>
<version>1.0.3</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.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>org.apache.helix</groupId>
<artifactId>metadata-store-directory-common</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
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.0.3-SNAPSHOT</version>
<version>1.0.3</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.0.3-SNAPSHOT</version>
<version>1.0.3</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.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>pom</packaging>
<name>Apache Helix</name>

Expand Down Expand Up @@ -375,7 +375,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>HEAD</tag>
<tag>helix-1.0.3</tag>
</scm>
<issueManagement>
<system>Github</system>
Expand All @@ -389,7 +389,7 @@
<properties>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>10</project.build.outputTimestamp>
<project.build.outputTimestamp>1649996404</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.0.3-SNAPSHOT</version>
<version>1.0.3</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.0.3-SNAPSHOT</version>
<version>1.0.3</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.0.3-SNAPSHOT</version>
<version>1.0.3</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.0.3-SNAPSHOT</version>
<version>1.0.3</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.0.3-SNAPSHOT</version>
<version>1.0.3</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.0.3-SNAPSHOT</version>
<version>1.0.3</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.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 46b705f

Please sign in to comment.