Skip to content

Commit 60e8554

Browse files
committed
testing without snapshot
1 parent 1e17b2b commit 60e8554

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

astra-db-java/pom.xml

Lines changed: 2 additions & 2 deletions
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.0.0-PREVIEW2-SNAPSHOT</version>
13+
<version>2.0.0-PREVIEW2</version>
1414
</parent>
1515

1616
<properties>
@@ -183,7 +183,7 @@
183183
</execution>
184184
</executions>
185185
</plugin>
186-
186+
187187
</plugins>
188188
</build>
189189

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.0.0-PREVIEW2-SNAPSHOT</version>
11+
<version>2.0.0-PREVIEW2</version>
1212
</parent>
1313

1414
<properties>

pom.xml

Lines changed: 1 addition & 1 deletion
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.0.0-PREVIEW2-SNAPSHOT</version>
7+
<version>2.0.0-PREVIEW2</version>
88
<packaging>pom</packaging>
99
<url>https://github.com/datastax/astra-db-java</url>
1010
<inceptionYear>2024</inceptionYear>

0 commit comments

Comments
 (0)