Skip to content

Commit 94e1079

Browse files
author
Kanak Biscuitwala
committed
[maven-release-plugin] prepare release helix-0.7.1
1 parent 9b78c00 commit 94e1079

File tree

22 files changed

+23
-22
lines changed

22 files changed

+23
-22
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 @@ under the License.
2121
<parent>
2222
<groupId>org.apache.helix</groupId>
2323
<artifactId>helix</artifactId>
24-
<version>0.7.1-SNAPSHOT</version>
24+
<version>0.7.1</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 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.helix</groupId>
2424
<artifactId>helix</artifactId>
25-
<version>0.7.1-SNAPSHOT</version>
25+
<version>0.7.1</version>
2626
</parent>
2727
<artifactId>helix-agent</artifactId>
2828
<packaging>bundle</packaging>

helix-core/pom.xml

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

helix-examples/pom.xml

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

helix-ipc/pom.xml

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

helix-provisioning/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.helix</groupId>
2424
<artifactId>helix</artifactId>
25-
<version>0.7.1-SNAPSHOT</version>
25+
<version>0.7.1</version>
2626
</parent>
2727
<artifactId>helix-provisioning</artifactId>
2828
<packaging>bundle</packaging>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ under the License.
2929

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

@@ -267,6 +267,7 @@ under the License.
267267
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/helix.git</connection>
268268
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/helix.git</developerConnection>
269269
<url>https://git-wip-us.apache.org/repos/asf?p=helix.git;a=summary</url>
270+
<tag>helix-0.7.1</tag>
270271
</scm>
271272
<issueManagement>
272273
<system>jira</system>

recipes/distributed-lock-manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.helix.recipes</groupId>
2525
<artifactId>recipes</artifactId>
26-
<version>0.7.1-SNAPSHOT</version>
26+
<version>0.7.1</version>
2727
</parent>
2828

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

recipes/helloworld-provisioning-yarn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.helix.recipes</groupId>
2525
<artifactId>recipes</artifactId>
26-
<version>0.7.1-SNAPSHOT</version>
26+
<version>0.7.1</version>
2727
</parent>
2828

2929
<artifactId>helloworld-provisioning-yarn</artifactId>

recipes/jobrunner-yarn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.helix.recipes</groupId>
2525
<artifactId>recipes</artifactId>
26-
<version>0.7.1-SNAPSHOT</version>
26+
<version>0.7.1</version>
2727
</parent>
2828

2929
<artifactId>jobrunner-yarn</artifactId>

recipes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.helix</groupId>
2424
<artifactId>helix</artifactId>
25-
<version>0.7.1-SNAPSHOT</version>
25+
<version>0.7.1</version>
2626
</parent>
2727
<groupId>org.apache.helix.recipes</groupId>
2828
<artifactId>recipes</artifactId>

recipes/rabbitmq-consumer-group/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.helix.recipes</groupId>
2626
<artifactId>recipes</artifactId>
27-
<version>0.7.1-SNAPSHOT</version>
27+
<version>0.7.1</version>
2828
</parent>
2929

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.helix.recipes</groupId>
2525
<artifactId>recipes</artifactId>
26-
<version>0.7.1-SNAPSHOT</version>
26+
<version>0.7.1</version>
2727
</parent>
2828

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

recipes/service-discovery/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.helix.recipes</groupId>
2525
<artifactId>recipes</artifactId>
26-
<version>0.7.1-SNAPSHOT</version>
26+
<version>0.7.1</version>
2727
</parent>
2828

2929
<artifactId>service-discovery</artifactId>

recipes/task-execution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.helix.recipes</groupId>
2525
<artifactId>recipes</artifactId>
26-
<version>0.7.1-SNAPSHOT</version>
26+
<version>0.7.1</version>
2727
</parent>
2828

2929
<artifactId>task-execution</artifactId>

recipes/user-defined-rebalancer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.helix.recipes</groupId>
2525
<artifactId>recipes</artifactId>
26-
<version>0.7.1-SNAPSHOT</version>
26+
<version>0.7.1</version>
2727
</parent>
2828

2929
<artifactId>user-defined-rebalancer</artifactId>

website/0.6.1-incubating/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.helix</groupId>
2525
<artifactId>website</artifactId>
26-
<version>0.7.1-SNAPSHOT</version>
26+
<version>0.7.1</version>
2727
</parent>
2828

2929
<artifactId>0.6.1-incubating-docs</artifactId>

website/0.6.2-incubating/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.helix</groupId>
2525
<artifactId>website</artifactId>
26-
<version>0.7.1-SNAPSHOT</version>
26+
<version>0.7.1</version>
2727
</parent>
2828

2929
<artifactId>0.6.2-incubating-docs</artifactId>

website/0.6.3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.helix</groupId>
2525
<artifactId>website</artifactId>
26-
<version>0.7.1-SNAPSHOT</version>
26+
<version>0.7.1</version>
2727
</parent>
2828

2929
<artifactId>0.6.3-docs</artifactId>

website/0.7.0-incubating/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.helix</groupId>
2525
<artifactId>website</artifactId>
26-
<version>0.7.1-SNAPSHOT</version>
26+
<version>0.7.1</version>
2727
</parent>
2828

2929
<artifactId>0.7.0-incubating-docs</artifactId>

website/pom.xml

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

website/trunk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.helix</groupId>
2525
<artifactId>website</artifactId>
26-
<version>0.7.1-SNAPSHOT</version>
26+
<version>0.7.1</version>
2727
</parent>
2828

2929
<artifactId>trunk-docs</artifactId>

0 commit comments

Comments
 (0)