Skip to content

Commit 139336c

Browse files
authored
Bump honeycomb version to next containing our changes (#1554)
* Bump honeycomb version to next containing our changes * fix groupId to normal honeycomb one
1 parent b2febdb commit 139336c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<jgroupsVersion>4.0.4.Final</jgroupsVersion>
7878
<httpcoreVersion>4.4.9</httpcoreVersion>
7979
<httpclientVersion>4.5.9</httpclientVersion>
80-
<honeycombVersion>1.0.9.commonjava-1-TEMP</honeycombVersion>
80+
<honeycombVersion>1.1.0</honeycombVersion>
8181
<cassandraUnitVersion>3.7.1.0</cassandraUnitVersion>
8282
<datastaxVersion>3.7.2</datastaxVersion>
8383
<pathmappedStorageVersion>1.1</pathmappedStorageVersion>
@@ -1016,7 +1016,7 @@
10161016
<version>3.3.0.Final</version>
10171017
</dependency>
10181018
<dependency>
1019-
<groupId>org.commonjava.honeycomb.beeline</groupId>
1019+
<groupId>io.honeycomb.beeline</groupId>
10201020
<artifactId>beeline-core</artifactId>
10211021
<version>${honeycombVersion}</version>
10221022
</dependency>

subsys/honeycomb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<dependencies>
3131
<dependency>
32-
<groupId>org.commonjava.honeycomb.beeline</groupId>
32+
<groupId>io.honeycomb.beeline</groupId>
3333
<artifactId>beeline-core</artifactId>
3434
</dependency>
3535
<dependency>

0 commit comments

Comments
 (0)