Skip to content

Commit dbaedea

Browse files
committed
[maven-release-plugin] rollback the release of 1.0.0-beta1
1 parent eb38105 commit dbaedea

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

astra-db-java/pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
35
<modelVersion>4.0.0</modelVersion>
46
<groupId>com.datastax.astra</groupId>
57
<artifactId>astra-db-java</artifactId>
68
<name>Java Client Library for Data API</name>
7-
<version>1.0.0-beta1</version>
9+
<version>1.0.0-SNAPSHOT</version>
810
<description>Implementation of a client to the Astra/Stargate Data API written in Java</description>
911
<url>https://github.com/datastax/astra-db-java</url>
1012
<inceptionYear>2024</inceptionYear>
@@ -380,7 +382,7 @@
380382
<connection>scm:git:[email protected]:datastax/astra-db-java.git</connection>
381383
<developerConnection>scm:git:[email protected]:datastax/astra-db-java.git</developerConnection>
382384
<url>https://github.com/datastax/astra-db-java</url>
383-
<tag>1.0.0-beta1</tag>
385+
<tag>1.2.6</tag>
384386
</scm>
385387

386388
<developers>

0 commit comments

Comments
 (0)