Skip to content

Commit 6b7c83e

Browse files
committed
Update to rc1
1 parent 38fbe26 commit 6b7c83e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

astra-db-java-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.datastax.astra</groupId>
99
<artifactId>astra-db-java-parent</artifactId>
10-
<version>2.1.0-rc1</version>
10+
<version>2.1.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<dependencies>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.datastax.astra</groupId>
1010
<artifactId>astra-db-java-parent</artifactId>
11-
<version>2.1.0-rc1</version>
11+
<version>2.1.0-SNAPSHOT</version>
1212
</parent>
1313

1414
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
<modules>
1414
<module>astra-db-java</module>
15-
<!--<module>astra-db-java-tools</module>-->
16-
<!--<module>examples</module>-->
15+
<module>astra-db-java-tools</module>
16+
<module>examples</module>
1717
<module>langchain4j-astradb</module>
1818
<module>astra-sdk-devops</module>
1919
</modules>

0 commit comments

Comments
 (0)