Skip to content

Commit cec7b98

Browse files
committed
OK
1 parent 0351775 commit cec7b98

File tree

6 files changed

+3
-74
lines changed

6 files changed

+3
-74
lines changed

astra-sdk-samples/pom.xml.versionsBackup

Lines changed: 0 additions & 21 deletions
This file was deleted.

astra-sdk-samples/sample-quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>com.datastax.astra</groupId>
1414
<artifactId>astra-sdk</artifactId>
15-
<version>0.6.1</version>
15+
<version>0.6.2</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>org.junit.jupiter</groupId>

astra-sdk-samples/sample-quickstart/pom.xml.versionsBackup

Lines changed: 0 additions & 50 deletions
This file was deleted.

astra-sdk-samples/sample-quickstart/src/test/java/com.datastax.astra.sdk.quickstart/AbstractSdkTest.java renamed to astra-sdk-samples/sample-quickstart/src/test/java/com/datastax/astra/sdk/quickstart/AbstractSdkTest.java

File renamed without changes.

astra-sdk-samples/sample-spring-boot-2x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</parent>
1616

1717
<properties>
18-
<astra.spring-boot-starter.version>0.6</astra.spring-boot-starter.version>
18+
<astra.spring-boot-starter.version>0.6.2</astra.spring-boot-starter.version>
1919
</properties>
2020

2121
<dependencies>

astra-sdk-samples/sample-spring-boot-3x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<properties>
1818
<java.version>17</java.version>
19-
<astra.spring-boot-starter.version>0.6</astra.spring-boot-starter.version>
19+
<astra.spring-boot-starter.version>0.6.2</astra.spring-boot-starter.version>
2020
<cassandra-driver.version>4.16.0</cassandra-driver.version>
2121
</properties>
2222

0 commit comments

Comments
 (0)