Skip to content

Commit

Permalink
Samples
Browse files Browse the repository at this point in the history
  • Loading branch information
clun committed Feb 9, 2024
1 parent 1c8c711 commit 04a971a
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion astra-db-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-sdk-parent</artifactId>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.6</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void shouldCreateDatabase() {
Assertions.assertNotNull(targetCloud);
Assertions.assertNotNull(targetRegion);
Assertions.assertNotNull(astraDbAdmin.getDevopsApiClient());
c

// When
databaseId = astraDbAdmin.createDatabase(TEST_DBNAME, targetCloud, targetRegion);
// Then
Expand Down
2 changes: 1 addition & 1 deletion astra-sdk-archetypes/astra-sdk-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-sdk-archetypes</artifactId>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.6</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion astra-sdk-archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-sdk-parent</artifactId>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.6</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion astra-sdk-archetypes/spring-boot-2x-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-sdk-archetypes</artifactId>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.6</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion astra-sdk-archetypes/spring-boot-3x-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-sdk-archetypes</artifactId>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.6</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion astra-sdk-devops/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>astra-sdk-parent</artifactId>
<groupId>com.datastax.astra</groupId>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.6</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion astra-sdk-pulsar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-sdk-parent</artifactId>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.6</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion astra-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-sdk-parent</artifactId>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.6</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion astra-spring-boot-3x-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-sdk-parent</artifactId>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.6</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion astra-spring-boot-3x-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-sdk-parent</artifactId>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.6</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion astra-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-sdk-parent</artifactId>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.6</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion astra-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-sdk-parent</artifactId>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.6</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-sdk-parent</artifactId>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.6</version>
<name>Astra Java SDK</name>
<packaging>pom</packaging>
<inceptionYear>2021</inceptionYear>
Expand Down Expand Up @@ -435,7 +435,7 @@

<url>https://github.com/datastax/astra-sdk-java</url>

<tag>1.2.5</tag>
<tag>1.2.6</tag>

</scm>

Expand Down

0 comments on commit 04a971a

Please sign in to comment.