Skip to content

Commit c71c3e9

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

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

astra-db-java/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>1.5.2</version>
11+
<version>1.5.3-SNAPSHOT</version>
1212
</parent>
1313

1414
<properties>

examples/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33

44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>astra-db-java-examples</artifactId>
6-
<version>1.5.2</version>
6+
<version>1.5.0</version>
77
<name>Data API Client Samples</name>
88

99
<parent>
1010
<groupId>com.datastax.astra</groupId>
1111
<artifactId>astra-db-java-parent</artifactId>
12-
<version>1.5.2</version>
12+
<version>1.5.3-SNAPSHOT</version>
1313
</parent>
1414

1515
<dependencies>
1616
<dependency>
1717
<groupId>com.datastax.astra</groupId>
1818
<artifactId>astra-db-java</artifactId>
19-
<version>1.5.2</version>
19+
<version>1.5.3-SNAPSHOT</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>ch.qos.logback</groupId>

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>1.5.2</version>
11+
<version>1.5.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>Data API Client</name>
7-
<version>1.5.2</version>
7+
<version>1.5.3-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<url>https://github.com/datastax/astra-db-java</url>
1010
<inceptionYear>2024</inceptionYear>
@@ -329,7 +329,7 @@
329329
<connection>scm:git:[email protected]:datastax/astra-db-java.git</connection>
330330
<developerConnection>scm:git:[email protected]:datastax/astra-db-java.git</developerConnection>
331331
<url>https://github.com/datastax/astra-db-java</url>
332-
<tag>1.5.2</tag>
332+
<tag>1.4.6</tag>
333333
</scm>
334334

335335
<developers>

tools/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33

44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>astra-db-java-tools</artifactId>
6-
<version>1.5.2</version>
6+
<version>1.5.0</version>
77
<name>Data API Client Tools</name>
88

99
<parent>
1010
<groupId>com.datastax.astra</groupId>
1111
<artifactId>astra-db-java-parent</artifactId>
12-
<version>1.5.2</version>
12+
<version>1.5.3-SNAPSHOT</version>
1313
</parent>
1414

1515
<dependencies>
1616
<dependency>
1717
<groupId>com.datastax.astra</groupId>
1818
<artifactId>astra-db-java</artifactId>
19-
<version>1.5.2</version>
19+
<version>1.5.3-SNAPSHOT</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)