Skip to content

Commit 1be7028

Browse files
committed
[maven-release-plugin] prepare release helix-1.0.4
1 parent 67f2539 commit 1be7028

File tree

18 files changed

+21
-21
lines changed

18 files changed

+21
-21
lines changed

helix-admin-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.helix</groupId>
2323
<artifactId>helix</artifactId>
24-
<version>1.0.4-SNAPSHOT</version>
24+
<version>1.0.4</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

helix-agent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.helix</groupId>
2424
<artifactId>helix</artifactId>
25-
<version>1.0.4-SNAPSHOT</version>
25+
<version>1.0.4</version>
2626
</parent>
2727
<artifactId>helix-agent</artifactId>
2828
<packaging>bundle</packaging>

helix-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.helix</groupId>
2323
<artifactId>helix</artifactId>
24-
<version>1.0.4-SNAPSHOT</version>
24+
<version>1.0.4</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

helix-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.helix</groupId>
2323
<artifactId>helix</artifactId>
24-
<version>1.0.4-SNAPSHOT</version>
24+
<version>1.0.4</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

helix-front/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.helix</groupId>
2323
<artifactId>helix</artifactId>
24-
<version>1.0.4-SNAPSHOT</version>
24+
<version>1.0.4</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

helix-lock/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.helix</groupId>
2323
<artifactId>helix</artifactId>
24-
<version>1.0.4-SNAPSHOT</version>
24+
<version>1.0.4</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

helix-rest/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.helix</groupId>
2323
<artifactId>helix</artifactId>
24-
<version>1.0.4-SNAPSHOT</version>
24+
<version>1.0.4</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.apache.helix</groupId>
5050
<artifactId>metadata-store-directory-common</artifactId>
51-
<version>1.0.4-SNAPSHOT</version>
51+
<version>1.0.4</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.yaml</groupId>

helix-view-aggregator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ under the License.
2121
<parent>
2222
<groupId>org.apache.helix</groupId>
2323
<artifactId>helix</artifactId>
24-
<version>1.0.4-SNAPSHOT</version>
24+
<version>1.0.4</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

metadata-store-directory-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.helix</groupId>
2323
<artifactId>helix</artifactId>
24-
<version>1.0.4-SNAPSHOT</version>
24+
<version>1.0.4</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

metrics-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.helix</groupId>
2323
<artifactId>helix</artifactId>
24-
<version>1.0.4-SNAPSHOT</version>
24+
<version>1.0.4</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>org.apache.helix</groupId>
3131
<artifactId>helix</artifactId>
32-
<version>1.0.4-SNAPSHOT</version>
32+
<version>1.0.4</version>
3333
<packaging>pom</packaging>
3434
<name>Apache Helix</name>
3535

@@ -376,7 +376,7 @@
376376
<connection>scm:git:https://gitbox.apache.org/repos/asf/helix.git</connection>
377377
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/helix.git</developerConnection>
378378
<url>https://gitbox.apache.org/repos/asf?p=helix.git;a=summary</url>
379-
<tag>HEAD</tag>
379+
<tag>helix-1.0.4</tag>
380380
</scm>
381381
<issueManagement>
382382
<system>Github</system>
@@ -390,7 +390,7 @@
390390
<properties>
391391

392392
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
393-
<project.build.outputTimestamp>10</project.build.outputTimestamp>
393+
<project.build.outputTimestamp>1654805506</project.build.outputTimestamp>
394394

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

recipes/distributed-lock-manager/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.helix.recipes</groupId>
2525
<artifactId>recipes</artifactId>
26-
<version>1.0.4-SNAPSHOT</version>
26+
<version>1.0.4</version>
2727
</parent>
2828

2929
<artifactId>distributed-lock-manager</artifactId>

recipes/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.helix</groupId>
2424
<artifactId>helix</artifactId>
25-
<version>1.0.4-SNAPSHOT</version>
25+
<version>1.0.4</version>
2626
</parent>
2727
<groupId>org.apache.helix.recipes</groupId>
2828
<artifactId>recipes</artifactId>

recipes/rabbitmq-consumer-group/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.helix.recipes</groupId>
2626
<artifactId>recipes</artifactId>
27-
<version>1.0.4-SNAPSHOT</version>
27+
<version>1.0.4</version>
2828
</parent>
2929

3030
<artifactId>rabbitmq-consumer-group</artifactId>

recipes/rsync-replicated-file-system/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.helix.recipes</groupId>
2525
<artifactId>recipes</artifactId>
26-
<version>1.0.4-SNAPSHOT</version>
26+
<version>1.0.4</version>
2727
</parent>
2828

2929
<artifactId>rsync-replicated-file-system</artifactId>

recipes/service-discovery/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.helix.recipes</groupId>
2525
<artifactId>recipes</artifactId>
26-
<version>1.0.4-SNAPSHOT</version>
26+
<version>1.0.4</version>
2727
</parent>
2828

2929
<artifactId>service-discovery</artifactId>

recipes/task-execution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.helix.recipes</groupId>
2525
<artifactId>recipes</artifactId>
26-
<version>1.0.4-SNAPSHOT</version>
26+
<version>1.0.4</version>
2727
</parent>
2828

2929
<artifactId>task-execution</artifactId>

zookeeper-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.helix</groupId>
2323
<artifactId>helix</artifactId>
24-
<version>1.0.4-SNAPSHOT</version>
24+
<version>1.0.4</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

0 commit comments

Comments
 (0)