Skip to content

Commit a1767f4

Browse files
committed
Preparing hbase release 2.4.18RC0; tagging and updates to CHANGES.md and RELEASENOTES.md
Signed-off-by: Duo Zhang <zhangduo@apache.org>
1 parent 4c8cac0 commit a1767f4

File tree

45 files changed

+48
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+48
-46
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion

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
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase</artifactId>
26-
<version>2.4.19-SNAPSHOT</version>
26+
<version>2.4.18</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
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.hbase</groupId>
2626
<artifactId>hbase-archetypes</artifactId>
27-
<version>2.4.19-SNAPSHOT</version>
27+
<version>2.4.18</version>
2828
<relativePath>..</relativePath>
2929
</parent>
3030

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-archetypes</artifactId>
26-
<version>2.4.19-SNAPSHOT</version>
26+
<version>2.4.18</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<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
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-archetypes</artifactId>
26-
<version>2.4.19-SNAPSHOT</version>
26+
<version>2.4.18</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-shaded-client-project</artifactId>

hbase-archetypes/pom.xml

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

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
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.4.19-SNAPSHOT</version>
26+
<version>2.4.18</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-assembly</artifactId>

hbase-asyncfs/pom.xml

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

hbase-build-configuration/pom.xml

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

hbase-checkstyle/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
<parent>
2626
<groupId>org.apache.hbase</groupId>
2727
<artifactId>hbase</artifactId>
28-
<version>2.4.19-SNAPSHOT</version>
28+
<version>2.4.18</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<groupId>org.apache.hbase</groupId>
3232
<artifactId>hbase-checkstyle</artifactId>
33-
<version>2.4.19-SNAPSHOT</version>
33+
<version>2.4.18</version>
3434
<name>Apache HBase - Checkstyle</name>
3535
<description>Module to hold Checkstyle properties for HBase.</description>
3636

0 commit comments

Comments
 (0)