Skip to content

Commit 9be1858

Browse files
normanj-bitquillNorman Jordan
andauthored
Dremio version is now set in a property (#26)
Added a property for the Dremio version and changed the module version as well as dependencies to use the property. Co-authored-by: Norman Jordan <norman.jordan@dremio.com>
1 parent 92f7577 commit 9be1858

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@
2020
<modelVersion>4.0.0</modelVersion>
2121

2222
<groupId>com.dremio.plugin</groupId>
23-
<version>21.1.1-202204292111390812-57b1832f</version>
23+
<version>${version.dremio}</version>
2424
<artifactId>dremio-hbase-plugin</artifactId>
2525

2626
<name>Dremio HBase Community Connector</name>
2727

2828
<properties>
2929
<hbase.TestSuite>**/HBaseTestsSuite.class</hbase.TestSuite>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
31+
<version.dremio>21.1.1-202204292111390812-57b1832f</version.dremio>
3132
</properties>
3233

3334
<dependencies>
@@ -48,7 +49,7 @@
4849
<dependency>
4950
<groupId>com.dremio.sabot</groupId>
5051
<artifactId>dremio-sabot-kernel</artifactId>
51-
<version>${project.version}</version>
52+
<version>${version.dremio}</version>
5253
<exclusions>
5354
<exclusion>
5455
<artifactId>hadoop-common</artifactId>
@@ -72,7 +73,7 @@
7273
<!-- <dependency>
7374
<groupId>com.dremio.sabot</groupId>
7475
<artifactId>dremio-sabot-kernel</artifactId>
75-
<version>${project.version}</version>
76+
<version>${version.dremio}</version>
7677
<classifier>tests</classifier>
7778
<scope>test</scope>
7879
<exclusions>
@@ -85,7 +86,7 @@
8586
<dependency>
8687
<groupId>com.dremio</groupId>
8788
<artifactId>dremio-common</artifactId>
88-
<version>${project.version}</version>
89+
<version>${version.dremio}</version>
8990
<classifier>tests</classifier>
9091
<scope>test</scope>
9192
</dependency> -->
@@ -106,7 +107,7 @@
106107
<dependency>
107108
<groupId>com.dremio.services</groupId>
108109
<artifactId>dremio-services-namespace</artifactId>
109-
<version>${project.version}</version>
110+
<version>${version.dremio}</version>
110111
</dependency>
111112
<dependency>
112113
<groupId>com.google.protobuf</groupId>

0 commit comments

Comments
 (0)