Skip to content

Commit 4270787

Browse files
committed
[maven-release-plugin] prepare release 1.5.1
1 parent 02d797e commit 4270787

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.1-SNAPSHOT</version>
11+
<version>1.5.1</version>
1212
</parent>
1313

1414
<properties>

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>1.5.0</version>
11+
<version>1.5.1</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>1.5.1-SNAPSHOT</version>
11+
<version>1.5.1</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.1-SNAPSHOT</version>
7+
<version>1.5.1</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.4.6</tag>
332+
<tag>1.5.1</tag>
333333
</scm>
334334

335335
<developers>

tools/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.0</version>
11+
<version>1.5.1</version>
1212
</parent>
1313

1414
<dependencies>

0 commit comments

Comments
 (0)