Skip to content

Commit 2c29549

Browse files
zzhang5kanakb
authored andcommitted
[maven-release-plugin] prepare release helix-0.7.0-incubating
1 parent 150ce69 commit 2c29549

File tree

14 files changed

+16
-16
lines changed

14 files changed

+16
-16
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-incubating-SNAPSHOT</version>
24+
<version>0.7.0-incubating</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-incubating-SNAPSHOT</version>
25+
<version>0.7.0-incubating</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-incubating-SNAPSHOT</version>
24+
<version>0.7.0-incubating</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-incubating-SNAPSHOT</version>
24+
<version>0.7.0-incubating</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
@@ -29,7 +29,7 @@ under the License.
2929

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

@@ -276,7 +276,7 @@ under the License.
276276
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-helix.git</connection>
277277
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-helix.git</developerConnection>
278278
<url>https://git-wip-us.apache.org/repos/asf?p=incubator-helix.git;a=summary</url>
279-
<tag>HEAD</tag>
279+
<tag>helix-0.7.0-incubating</tag>
280280
</scm>
281281
<issueManagement>
282282
<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-incubating-SNAPSHOT</version>
26+
<version>0.7.0-incubating</version>
2727
</parent>
2828

2929
<artifactId>distributed-lock-manager</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-incubating-SNAPSHOT</version>
25+
<version>0.7.0-incubating</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-incubating-SNAPSHOT</version>
27+
<version>0.7.0-incubating</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-incubating-SNAPSHOT</version>
26+
<version>0.7.0-incubating</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-incubating-SNAPSHOT</version>
26+
<version>0.7.0-incubating</version>
2727
</parent>
2828

2929
<artifactId>service-discovery</artifactId>

recipes/task-execution/pom.xml

Lines changed: 2 additions & 2 deletions
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-incubating-SNAPSHOT</version>
26+
<version>0.7.0-incubating</version>
2727
</parent>
2828

2929
<artifactId>task-execution</artifactId>
@@ -39,7 +39,7 @@ under the License.
3939
<dependency>
4040
<groupId>org.apache.helix</groupId>
4141
<artifactId>helix-core</artifactId>
42-
<version>0.7.1-incubating-SNAPSHOT</version>
42+
<version>0.7.0-incubating</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>log4j</groupId>

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-incubating-SNAPSHOT</version>
26+
<version>0.7.0-incubating</version>
2727
</parent>
2828

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

site-releases/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>site-releases</artifactId>
26-
<version>0.7.1-incubating-SNAPSHOT</version>
26+
<version>0.7.0-incubating</version>
2727
</parent>
2828

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

site-releases/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-incubating-SNAPSHOT</version>
24+
<version>0.7.0-incubating</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<packaging>pom</packaging>

0 commit comments

Comments
 (0)