Skip to content

Commit 46b705f

Browse files
committed
[maven-release-plugin] prepare release helix-1.0.3
1 parent f082ed0 commit 46b705f

File tree

17 files changed

+20
-20
lines changed

17 files changed

+20
-20
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.3-SNAPSHOT</version>
24+
<version>1.0.3</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.3-SNAPSHOT</version>
25+
<version>1.0.3</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.3-SNAPSHOT</version>
24+
<version>1.0.3</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.3-SNAPSHOT</version>
24+
<version>1.0.3</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.3-SNAPSHOT</version>
24+
<version>1.0.3</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.3-SNAPSHOT</version>
24+
<version>1.0.3</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.3-SNAPSHOT</version>
24+
<version>1.0.3</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.3-SNAPSHOT</version>
51+
<version>1.0.3</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.yaml</groupId>

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.3-SNAPSHOT</version>
24+
<version>1.0.3</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.3-SNAPSHOT</version>
24+
<version>1.0.3</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.3-SNAPSHOT</version>
32+
<version>1.0.3</version>
3333
<packaging>pom</packaging>
3434
<name>Apache Helix</name>
3535

@@ -375,7 +375,7 @@
375375
<connection>scm:git:https://gitbox.apache.org/repos/asf/helix.git</connection>
376376
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/helix.git</developerConnection>
377377
<url>https://gitbox.apache.org/repos/asf?p=helix.git;a=summary</url>
378-
<tag>HEAD</tag>
378+
<tag>helix-1.0.3</tag>
379379
</scm>
380380
<issueManagement>
381381
<system>Github</system>
@@ -389,7 +389,7 @@
389389
<properties>
390390

391391
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
392-
<project.build.outputTimestamp>10</project.build.outputTimestamp>
392+
<project.build.outputTimestamp>1649996404</project.build.outputTimestamp>
393393

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

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

0 commit comments

Comments
 (0)