Skip to content

Commit c219050

Browse files
committed
[maven-release-plugin] prepare release helix-1.0.2
1 parent f02511d commit c219050

File tree

17 files changed

+19
-19
lines changed

17 files changed

+19
-19
lines changed

helix-admin-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
24+
<version>1.0.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

helix-agent/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
25+
<version>1.0.2</version>
2626
</parent>
2727
<artifactId>helix-agent</artifactId>
2828
<packaging>bundle</packaging>

helix-common/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
24+
<version>1.0.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

helix-core/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
24+
<version>1.0.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

helix-front/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
24+
<version>1.0.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

helix-lock/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
24+
<version>1.0.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

helix-rest/pom.xml

Lines changed: 2 additions & 2 deletions
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.2-SNAPSHOT</version>
24+
<version>1.0.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.apache.helix</groupId>
4848
<artifactId>metadata-store-directory-common</artifactId>
49-
<version>1.0.2-SNAPSHOT</version>
49+
<version>1.0.2</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.yaml</groupId>

metadata-store-directory-common/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
24+
<version>1.0.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

metrics-common/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
24+
<version>1.0.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<groupId>org.apache.helix</groupId>
3737
<artifactId>helix</artifactId>
38-
<version>1.0.2-SNAPSHOT</version>
38+
<version>1.0.2</version>
3939
<packaging>pom</packaging>
4040
<name>Apache Helix</name>
4141

@@ -391,7 +391,7 @@
391391
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/helix.git</connection>
392392
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/helix.git</developerConnection>
393393
<url>https://git-wip-us.apache.org/repos/asf?p=helix.git;a=summary</url>
394-
<tag>HEAD</tag>
394+
<tag>helix-1.0.2</tag>
395395
</scm>
396396
<issueManagement>
397397
<system>Github</system>

0 commit comments

Comments
 (0)