Skip to content

Commit fce1215

Browse files
committed
Merge pull request #1 from VCNC/hbase-version-to-0.94.3
update hbase version in pom.xml to 0.94.3
2 parents c017a2a + c5b276e commit fce1215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>org.apache.hbase</groupId>
9191
<artifactId>hbase</artifactId>
92-
<version>0.92.1</version>
92+
<version>0.94.3</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>org.apache.hadoop</groupId>
@@ -109,7 +109,7 @@
109109
<dependency>
110110
<groupId>org.apache.hbase</groupId>
111111
<artifactId>hbase</artifactId>
112-
<version>0.92.1</version>
112+
<version>0.94.3</version>
113113
<classifier>tests</classifier>
114114
<scope>test</scope>
115115
</dependency>

0 commit comments

Comments
 (0)