Skip to content

Commit 4d6b679

Browse files
authored
HBASE-27260 Set version as 1.7.2 in branch-1 in prep for first RC of 1.7.2 (#4671)
Signed-off-by: GeorryHuang <[email protected]> Signed-off-by: Xin Sun <[email protected]>
1 parent d4b9fce commit 4d6b679

File tree

35 files changed

+37
-37
lines changed

35 files changed

+37
-37
lines changed

hbase-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.2-SNAPSHOT</version>
26+
<version>1.7.2</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

hbase-archetypes/hbase-archetype-builder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>hbase-archetypes</artifactId>
2727
<groupId>org.apache.hbase</groupId>
28-
<version>1.7.2-SNAPSHOT</version>
28+
<version>1.7.2</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131

hbase-archetypes/hbase-client-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<artifactId>hbase-archetypes</artifactId>
2828
<groupId>org.apache.hbase</groupId>
29-
<version>1.7.2-SNAPSHOT</version>
29+
<version>1.7.2</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232
<artifactId>hbase-client-project</artifactId>

hbase-archetypes/hbase-shaded-client-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<artifactId>hbase-archetypes</artifactId>
2828
<groupId>org.apache.hbase</groupId>
29-
<version>1.7.2-SNAPSHOT</version>
29+
<version>1.7.2</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232
<artifactId>hbase-shaded-client-project</artifactId>

hbase-archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>hbase</artifactId>
2626
<groupId>org.apache.hbase</groupId>
27-
<version>1.7.2-SNAPSHOT</version>
27+
<version>1.7.2</version>
2828
<relativePath>..</relativePath>
2929
</parent>
3030

hbase-assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.2-SNAPSHOT</version>
26+
<version>1.7.2</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-assembly</artifactId>

hbase-checkstyle/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>org.apache.hbase</groupId>
2626
<artifactId>hbase-checkstyle</artifactId>
27-
<version>1.7.2-SNAPSHOT</version>
27+
<version>1.7.2</version>
2828
<name>Apache HBase - Checkstyle</name>
2929
<description>Module to hold Checkstyle properties for HBase.</description>
3030

3131
<parent>
3232
<artifactId>hbase</artifactId>
3333
<groupId>org.apache.hbase</groupId>
34-
<version>1.7.2-SNAPSHOT</version>
34+
<version>1.7.2</version>
3535
<relativePath>..</relativePath>
3636
</parent>
3737

hbase-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>hbase</artifactId>
2626
<groupId>org.apache.hbase</groupId>
27-
<version>1.7.2-SNAPSHOT</version>
27+
<version>1.7.2</version>
2828
<relativePath>..</relativePath>
2929
</parent>
3030

hbase-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.2-SNAPSHOT</version>
26+
<version>1.7.2</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

hbase-error-prone/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<parent>
2424
<artifactId>hbase</artifactId>
2525
<groupId>org.apache.hbase</groupId>
26-
<version>1.7.2-SNAPSHOT</version>
26+
<version>1.7.2</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-error-prone</artifactId>
30-
<version>1.7.2-SNAPSHOT</version>
30+
<version>1.7.2</version>
3131
<name>Apache HBase - Error Prone Rules</name>
3232
<description>Module to hold error prone custom rules for HBase.</description>
3333

0 commit comments

Comments
 (0)