Skip to content

Commit 19d6858

Browse files
committed
[maven-release-plugin] prepare release helix-1.4.2
1 parent 3ab42ab commit 19d6858

File tree

17 files changed

+20
-20
lines changed

17 files changed

+20
-20
lines changed

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.4.2-SNAPSHOT</version>
25+
<version>1.4.2</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.4.2-SNAPSHOT</version>
24+
<version>1.4.2</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.4.2-SNAPSHOT</version>
24+
<version>1.4.2</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.4.2-SNAPSHOT</version>
24+
<version>1.4.2</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.4.2-SNAPSHOT</version>
24+
<version>1.4.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -43,7 +43,7 @@
4343
</organization>
4444

4545
<properties>
46-
<revision>1.4.2-SNAPSHOT</revision>
46+
<revision>1.4.2</revision>
4747
<osgi.import>
4848
org.apache.helix*,
4949
org.apache.commons.cli*,

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.4.2-SNAPSHOT</version>
24+
<version>1.4.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

meta-client/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.4.2-SNAPSHOT</version>
24+
<version>1.4.2</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.4.2-SNAPSHOT</version>
24+
<version>1.4.2</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.4.2-SNAPSHOT</version>
24+
<version>1.4.2</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.4.2-SNAPSHOT</version>
32+
<version>1.4.2</version>
3333
<packaging>pom</packaging>
3434
<name>Apache Helix</name>
3535

@@ -415,7 +415,7 @@
415415
<connection>scm:git:https://gitbox.apache.org/repos/asf/helix.git</connection>
416416
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/helix.git</developerConnection>
417417
<url>https://gitbox.apache.org/repos/asf?p=helix.git;a=summary</url>
418-
<tag>helix-1.4.1</tag>
418+
<tag>helix-1.4.2</tag>
419419
</scm>
420420
<issueManagement>
421421
<system>Github</system>
@@ -429,7 +429,7 @@
429429
<properties>
430430
<revision>1.1.1-SNAPSHOT</revision>
431431
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
432-
<project.build.outputTimestamp>1725604427</project.build.outputTimestamp>
432+
<project.build.outputTimestamp>1731999495</project.build.outputTimestamp>
433433

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

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.4.2-SNAPSHOT</version>
26+
<version>1.4.2</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.4.2-SNAPSHOT</version>
25+
<version>1.4.2</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.4.2-SNAPSHOT</version>
27+
<version>1.4.2</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.4.2-SNAPSHOT</version>
26+
<version>1.4.2</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.4.2-SNAPSHOT</version>
26+
<version>1.4.2</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.4.2-SNAPSHOT</version>
26+
<version>1.4.2</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.4.2-SNAPSHOT</version>
24+
<version>1.4.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

0 commit comments

Comments
 (0)