|
20 | 20 | <modelVersion>4.0.0</modelVersion> |
21 | 21 |
|
22 | 22 | <groupId>com.dremio.plugin</groupId> |
23 | | - <version>21.1.1-202204292111390812-57b1832f</version> |
| 23 | + <version>${version.dremio}</version> |
24 | 24 | <artifactId>dremio-hbase-plugin</artifactId> |
25 | 25 |
|
26 | 26 | <name>Dremio HBase Community Connector</name> |
27 | 27 |
|
28 | 28 | <properties> |
29 | 29 | <hbase.TestSuite>**/HBaseTestsSuite.class</hbase.TestSuite> |
30 | 30 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 31 | + <version.dremio>21.1.1-202204292111390812-57b1832f</version.dremio> |
31 | 32 | </properties> |
32 | 33 |
|
33 | 34 | <dependencies> |
|
48 | 49 | <dependency> |
49 | 50 | <groupId>com.dremio.sabot</groupId> |
50 | 51 | <artifactId>dremio-sabot-kernel</artifactId> |
51 | | - <version>${project.version}</version> |
| 52 | + <version>${version.dremio}</version> |
52 | 53 | <exclusions> |
53 | 54 | <exclusion> |
54 | 55 | <artifactId>hadoop-common</artifactId> |
|
72 | 73 | <!-- <dependency> |
73 | 74 | <groupId>com.dremio.sabot</groupId> |
74 | 75 | <artifactId>dremio-sabot-kernel</artifactId> |
75 | | - <version>${project.version}</version> |
| 76 | + <version>${version.dremio}</version> |
76 | 77 | <classifier>tests</classifier> |
77 | 78 | <scope>test</scope> |
78 | 79 | <exclusions> |
|
85 | 86 | <dependency> |
86 | 87 | <groupId>com.dremio</groupId> |
87 | 88 | <artifactId>dremio-common</artifactId> |
88 | | - <version>${project.version}</version> |
| 89 | + <version>${version.dremio}</version> |
89 | 90 | <classifier>tests</classifier> |
90 | 91 | <scope>test</scope> |
91 | 92 | </dependency> --> |
|
106 | 107 | <dependency> |
107 | 108 | <groupId>com.dremio.services</groupId> |
108 | 109 | <artifactId>dremio-services-namespace</artifactId> |
109 | | - <version>${project.version}</version> |
| 110 | + <version>${version.dremio}</version> |
110 | 111 | </dependency> |
111 | 112 | <dependency> |
112 | 113 | <groupId>com.google.protobuf</groupId> |
|
0 commit comments