Skip to content

Commit 31dbd85

Browse files
committedDec 2, 2022
Getting Ready for release
1 parent e658fab commit 31dbd85

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎astra-sdk/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232

3333
<!-- Stargate SDK as a dependency-->
3434
<dependency>
35-
<groupId>io.stargate</groupId>
35+
<groupId>com.datastax.stargate</groupId>
3636
<artifactId>stargate-sdk</artifactId>
3737
</dependency>
3838
<dependency>
39-
<groupId>io.stargate</groupId>
39+
<groupId>com.datastax.stargate</groupId>
4040
<artifactId>stargate-sdk-test</artifactId>
4141
<scope>test</scope>
4242
</dependency>

‎pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<stargate-grpc.version>1.0.63</stargate-grpc.version>
3333
<grpc-netty.version>1.49.1</grpc-netty.version>
3434

35-
<stargate-sdk.version>2.0.1-SNAPSHOT</stargate-sdk.version>
35+
<stargate-sdk.version>2.0.1</stargate-sdk.version>
3636
<!-- Spring -->
3737
<spring.version>5.3.23</spring.version>
3838
<spring-boot.version>2.7.4</spring-boot.version>
@@ -128,12 +128,12 @@
128128

129129
<!-- Stargate SDK as a dependency-->
130130
<dependency>
131-
<groupId>io.stargate</groupId>
131+
<groupId>com.datastax.stargate</groupId>
132132
<artifactId>stargate-sdk</artifactId>
133133
<version>${stargate-sdk.version}</version>
134134
</dependency>
135135
<dependency>
136-
<groupId>io.stargate</groupId>
136+
<groupId>com.datastax.stargate</groupId>
137137
<artifactId>stargate-sdk-test</artifactId>
138138
<version>${stargate-sdk.version}</version>
139139
</dependency>

0 commit comments

Comments
 (0)