Skip to content

Commit fa29a85

Browse files
committed
[maven-release-plugin] prepare release 2.1.2
1 parent c500a27 commit fa29a85

10 files changed

Lines changed: 11 additions & 11 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.datastax.stargate</groupId>
55
<artifactId>stargate-sdk-parent</artifactId>
6-
<version>2.1.2-SNAPSHOT</version>
6+
<version>2.1.2</version>
77
<name>Stargate SDK Java</name>
88
<packaging>pom</packaging>
99
<inceptionYear>2022</inceptionYear>
@@ -323,7 +323,7 @@
323323
<connection>scm:git:git@github.com:stargate/stargate-sdk-java.git</connection>
324324
<developerConnection>scm:git:git@github.com:stargate/stargate-sdk-java.git</developerConnection>
325325
<url>https://github.com/stargate/stargate-sdk-java</url>
326-
<tag>HEAD</tag>
326+
<tag>2.1.2</tag>
327327
</scm>
328328

329329
<developers>

stargate-sdk-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.datastax.stargate</groupId>
99
<artifactId>stargate-sdk-parent</artifactId>
10-
<version>2.1.2-SNAPSHOT</version>
10+
<version>2.1.2</version>
1111
</parent>
1212

1313
<properties>

stargate-sdk-cql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>stargate-sdk-parent</artifactId>
99
<groupId>com.datastax.stargate</groupId>
10-
<version>2.1.2-SNAPSHOT</version>
10+
<version>2.1.2</version>
1111
</parent>
1212

1313
<dependencies>

stargate-sdk-document/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.datastax.stargate</groupId>
99
<artifactId>stargate-sdk-parent</artifactId>
10-
<version>2.1.2-SNAPSHOT</version>
10+
<version>2.1.2</version>
1111
</parent>
1212

1313
<dependencies>

stargate-sdk-graphql/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.stargate</groupId>
1010
<artifactId>stargate-sdk-parent</artifactId>
11-
<version>2.1.2-SNAPSHOT</version>
11+
<version>2.1.2</version>
1212
</parent>
1313

1414
<properties>

stargate-sdk-grpc/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.stargate</groupId>
1010
<artifactId>stargate-sdk-parent</artifactId>
11-
<version>2.1.2-SNAPSHOT</version>
11+
<version>2.1.2</version>
1212
</parent>
1313

1414
<dependencies>

stargate-sdk-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.datastax.stargate</groupId>
99
<artifactId>stargate-sdk-parent</artifactId>
10-
<version>2.1.2-SNAPSHOT</version>
10+
<version>2.1.2</version>
1111
</parent>
1212

1313
<dependencies>

stargate-sdk-rest/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.stargate</groupId>
1010
<artifactId>stargate-sdk-parent</artifactId>
11-
<version>2.1.2-SNAPSHOT</version>
11+
<version>2.1.2</version>
1212
</parent>
1313

1414
<dependencies>

stargate-sdk-test/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.stargate</groupId>
1010
<artifactId>stargate-sdk-parent</artifactId>
11-
<version>2.1.2-SNAPSHOT</version>
11+
<version>2.1.2</version>
1212
</parent>
1313

1414
<dependencies>

stargate-sdk/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.stargate</groupId>
1010
<artifactId>stargate-sdk-parent</artifactId>
11-
<version>2.1.2-SNAPSHOT</version>
11+
<version>2.1.2</version>
1212
</parent>
1313

1414
<dependencies>

0 commit comments

Comments
 (0)