Skip to content

Commit 738ed02

Browse files
committed
HBASE-27434 Use ${revision} as placeholder for maven version to make it easier to control the version from command line (#4836)
Signed-off-by: GeorryHuang <huangzhuoyue@apache.org> (cherry picked from commit 2fc879e)
1 parent 25dad1f commit 738ed02

File tree

51 files changed

+55
-53
lines changed

Some content is hidden

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

51 files changed

+55
-53
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
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase</artifactId>
26-
<version>2.6.0-SNAPSHOT</version>
26+
<version>${revision}</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.6.0-SNAPSHOT</version>
27+
<version>${revision}</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.6.0-SNAPSHOT</version>
26+
<version>${revision}</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.6.0-SNAPSHOT</version>
26+
<version>${revision}</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.6.0-SNAPSHOT</version>
26+
<version>${revision}</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.6.0-SNAPSHOT</version>
26+
<version>${revision}</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.6.0-SNAPSHOT</version>
26+
<version>${revision}</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.6.0-SNAPSHOT</version>
26+
<version>${revision}</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.6.0-SNAPSHOT</version>
28+
<version>${revision}</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<groupId>org.apache.hbase</groupId>
3232
<artifactId>hbase-checkstyle</artifactId>
33-
<version>2.6.0-SNAPSHOT</version>
33+
<version>${revision}</version>
3434
<name>Apache HBase - Checkstyle</name>
3535
<description>Module to hold Checkstyle properties for HBase.</description>
3636

hbase-client/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.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

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
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-build-configuration</artifactId>
26-
<version>2.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-compression/hbase-compression-aircompressor/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-compression</artifactId>
26-
<version>2.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-compression-aircompressor</artifactId>

hbase-compression/hbase-compression-brotli/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-compression</artifactId>
26-
<version>2.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-compression-brotli</artifactId>

hbase-compression/hbase-compression-lz4/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-compression</artifactId>
26-
<version>2.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-compression-lz4</artifactId>

hbase-compression/hbase-compression-snappy/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-compression</artifactId>
26-
<version>2.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-compression-snappy</artifactId>

hbase-compression/hbase-compression-xz/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-compression</artifactId>
26-
<version>2.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-compression-xz</artifactId>

hbase-compression/hbase-compression-zstd/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-compression</artifactId>
26-
<version>2.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-compression-zstd</artifactId>

hbase-compression/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.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-compression</artifactId>

hbase-endpoint/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.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-endpoint</artifactId>

hbase-examples/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.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-examples</artifactId>

hbase-external-blockcache/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.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-external-blockcache</artifactId>

hbase-hadoop-compat/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.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-hadoop2-compat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<groupId>org.apache.hbase</groupId>
2323
<artifactId>hbase-build-configuration</artifactId>
24-
<version>2.6.0-SNAPSHOT</version>
24+
<version>${revision}</version>
2525
<relativePath>../hbase-build-configuration</relativePath>
2626
</parent>
2727

hbase-hbtop/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.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-hbtop</artifactId>

hbase-http/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.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-http</artifactId>

hbase-it/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.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-logging/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.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-mapreduce/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.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-mapreduce</artifactId>

hbase-metrics-api/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.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-metrics/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.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-procedure/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.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-protocol-shaded/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.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-protocol-shaded</artifactId>

hbase-protocol/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.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-protocol</artifactId>

hbase-replication/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.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-replication</artifactId>

hbase-resource-bundle/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.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929

hbase-rest/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.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-rest</artifactId>

hbase-rsgroup/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.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-rsgroup</artifactId>

hbase-server/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.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>../hbase-build-configuration</relativePath>
2828
</parent>
2929
<artifactId>hbase-server</artifactId>

hbase-shaded/hbase-shaded-check-invariants/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.apache.hbase</groupId>
1717
<artifactId>hbase</artifactId>
18-
<version>2.6.0-SNAPSHOT</version>
18+
<version>${revision}</version>
1919
<relativePath>../..</relativePath>
2020
</parent>
2121
<artifactId>hbase-shaded-check-invariants</artifactId>

hbase-shaded/hbase-shaded-client-byo-hadoop/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-shaded</artifactId>
26-
<version>2.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-shaded-client-byo-hadoop</artifactId>

hbase-shaded/hbase-shaded-client/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-shaded</artifactId>
26-
<version>2.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-shaded-client</artifactId>

hbase-shaded/hbase-shaded-mapreduce/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-shaded</artifactId>
26-
<version>2.6.0-SNAPSHOT</version>
26+
<version>${revision}</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929
<artifactId>hbase-shaded-mapreduce</artifactId>

hbase-shaded/hbase-shaded-testing-util-tester/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-build-configuration</artifactId>
27-
<version>2.6.0-SNAPSHOT</version>
27+
<version>${revision}</version>
2828
<relativePath>../../hbase-build-configuration</relativePath>
2929
</parent>
3030

0 commit comments

Comments
 (0)