Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clun committed Oct 24, 2023
1 parent c500a27 commit fa29a85
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.datastax.stargate</groupId>
<artifactId>stargate-sdk-parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
<name>Stargate SDK Java</name>
<packaging>pom</packaging>
<inceptionYear>2022</inceptionYear>
Expand Down Expand Up @@ -323,7 +323,7 @@
<connection>scm:git:git@github.com:stargate/stargate-sdk-java.git</connection>
<developerConnection>scm:git:git@github.com:stargate/stargate-sdk-java.git</developerConnection>
<url>https://github.com/stargate/stargate-sdk-java</url>
<tag>HEAD</tag>
<tag>2.1.2</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion stargate-sdk-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.datastax.stargate</groupId>
<artifactId>stargate-sdk-parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion stargate-sdk-cql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>stargate-sdk-parent</artifactId>
<groupId>com.datastax.stargate</groupId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion stargate-sdk-document/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.datastax.stargate</groupId>
<artifactId>stargate-sdk-parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion stargate-sdk-graphql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.datastax.stargate</groupId>
<artifactId>stargate-sdk-parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion stargate-sdk-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.datastax.stargate</groupId>
<artifactId>stargate-sdk-parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion stargate-sdk-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.datastax.stargate</groupId>
<artifactId>stargate-sdk-parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion stargate-sdk-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.datastax.stargate</groupId>
<artifactId>stargate-sdk-parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion stargate-sdk-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.datastax.stargate</groupId>
<artifactId>stargate-sdk-parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion stargate-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.datastax.stargate</groupId>
<artifactId>stargate-sdk-parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
</parent>

<dependencies>
Expand Down

0 comments on commit fa29a85

Please sign in to comment.