Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.0-PREVIEW
Browse files Browse the repository at this point in the history
  • Loading branch information
clun committed Dec 9, 2024
1 parent 8a52aca commit e0d900e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion astra-db-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-db-java-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-PREVIEW</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion langchain4j-astradb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-db-java-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-PREVIEW</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.datastax.astra</groupId>
<artifactId>astra-db-java-parent</artifactId>
<name>Data API Client</name>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-PREVIEW</version>
<packaging>pom</packaging>
<url>https://github.com/datastax/astra-db-java</url>
<inceptionYear>2024</inceptionYear>
Expand Down Expand Up @@ -332,7 +332,7 @@
<connection>scm:git:[email protected]:datastax/astra-db-java.git</connection>
<developerConnection>scm:git:[email protected]:datastax/astra-db-java.git</developerConnection>
<url>https://github.com/datastax/astra-db-java</url>
<tag>1.4.6</tag>
<tag>2.0.0-PREVIEW</tag>
</scm>

<developers>
Expand Down

0 comments on commit e0d900e

Please sign in to comment.