Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of 1.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
clun committed Apr 4, 2024
1 parent eb38105 commit dbaedea
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions astra-db-java/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-db-java</artifactId>
<name>Java Client Library for Data API</name>
<version>1.0.0-beta1</version>
<version>1.0.0-SNAPSHOT</version>
<description>Implementation of a client to the Astra/Stargate Data API written in Java</description>
<url>https://github.com/datastax/astra-db-java</url>
<inceptionYear>2024</inceptionYear>
Expand Down Expand Up @@ -380,7 +382,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.0.0-beta1</tag>
<tag>1.2.6</tag>
</scm>

<developers>
Expand Down

0 comments on commit dbaedea

Please sign in to comment.