Skip to content

Commit b1d10fb

Browse files
committed
[maven-release-plugin] prepare release helix-1.1.0
1 parent 69dc7d3 commit b1d10fb

File tree

18 files changed

+21
-21
lines changed

18 files changed

+21
-21
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>${revision}</version>
24+
<version>1.1.0</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>${revision}</version>
25+
<version>1.1.0</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>${revision}</version>
24+
<version>1.1.0</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>${revision}</version>
24+
<version>1.1.0</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>${revision}</version>
24+
<version>1.1.0</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>${revision}</version>
24+
<version>1.1.0</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>${revision}</version>
24+
<version>1.1.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

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

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

helix-view-aggregator/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>${revision}</version>
24+
<version>1.1.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

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>${revision}</version>
24+
<version>1.1.0</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>${revision}</version>
24+
<version>1.1.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

0 commit comments

Comments
 (0)