Skip to content

Commit aefbc84

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent e5816ed commit aefbc84

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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.2</version>
10+
<version>2.1.3-SNAPSHOT</version>
1111
</parent>
1212

1313
<dependencies>

astra-db-java/pom.xml

Lines changed: 1 addition & 1 deletion
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>2.1.2</version>
13+
<version>2.1.3-SNAPSHOT</version>
1414
</parent>
1515

1616
<properties>

astra-sdk-devops/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.2</version>
10+
<version>2.1.3-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.2</version>
11+
<version>2.1.3-SNAPSHOT</version>
1212
</parent>
1313

1414
<dependencies>

langchain4j-astradb/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.2</version>
11+
<version>2.1.3-SNAPSHOT</version>
1212
</parent>
1313

1414
<properties>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.datastax.astra</groupId>
55
<artifactId>astra-db-java-parent</artifactId>
66
<name>AstraDB Java SDK</name>
7-
<version>2.1.2</version>
7+
<version>2.1.3-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<url>https://github.com/datastax/astra-db-java</url>
1010
<inceptionYear>2024</inceptionYear>
@@ -390,7 +390,7 @@
390390
<connection>scm:git:git@github.com:datastax/astra-db-java.git</connection>
391391
<developerConnection>scm:git:git@github.com:datastax/astra-db-java.git</developerConnection>
392392
<url>https://github.com/datastax/astra-db-java</url>
393-
<tag>2.1.2</tag>
393+
<tag>2.1.0-rc1</tag>
394394
</scm>
395395

396396
<developers>

0 commit comments

Comments
 (0)