Skip to content

Commit 9e78503

Browse files
committed
command options
1 parent 43c0e7a commit 9e78503

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.datastax.astra</groupId>
1212
<artifactId>astra-db-java-parent</artifactId>
13-
<version>1.1.1-SNAPSHOT</version>
13+
<version>1.1.2-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.datastax.astra</groupId>
2121
<artifactId>astra-db-java</artifactId>
22-
<version>1.1.1-SNAPSHOT</version>
22+
<version>1.1.1</version>
2323
</dependency>
2424

2525
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.datastax.astra</groupId>
88
<artifactId>astra-db-java-parent</artifactId>
99
<name>Data API Client</name>
10-
<version>1.1.1-SNAPSHOT</version>
10+
<version>1.1.2-SNAPSHOT</version>
1111
<packaging>pom</packaging>
1212

1313
<modules>

tools/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.datastax.astra</groupId>
1212
<artifactId>astra-db-java-parent</artifactId>
13-
<version>1.1.1-SNAPSHOT</version>
13+
<version>1.1.2-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.datastax.astra</groupId>
2121
<artifactId>astra-db-java</artifactId>
22-
<version>1.1.1-SNAPSHOT</version>
22+
<version>1.1.1</version>
2323
</dependency>
2424

2525

0 commit comments

Comments
 (0)