Skip to content

Commit b1f4613

Browse files
committed
[maven-release-plugin] prepare release 0.4
1 parent 31dbd85 commit b1f4613

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

astra-sdk-devops/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>astra-sdk-parent</artifactId>
99
<groupId>com.datastax.astra</groupId>
10-
<version>0.3.6-SNAPSHOT</version>
10+
<version>0.4</version>
1111
</parent>
1212

1313
<dependencies>

astra-sdk/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.datastax.astra</groupId>
1010
<artifactId>astra-sdk-parent</artifactId>
11-
<version>0.3.6-SNAPSHOT</version>
11+
<version>0.4</version>
1212
</parent>
1313

1414

astra-spring-boot-autoconfigure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.datastax.astra</groupId>
1010
<artifactId>astra-sdk-parent</artifactId>
11-
<version>0.3.6-SNAPSHOT</version>
11+
<version>0.4</version>
1212
</parent>
1313

1414
<properties>

astra-spring-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.datastax.astra</groupId>
1010
<artifactId>astra-sdk-parent</artifactId>
11-
<version>0.3.6-SNAPSHOT</version>
11+
<version>0.4</version>
1212
</parent>
1313

1414
<dependencies>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.datastax.astra</groupId>
55
<artifactId>astra-sdk-parent</artifactId>
6-
<version>0.3.6-SNAPSHOT</version>
6+
<version>0.4</version>
77
<name>Stargate and Astra Java SDK</name>
88
<packaging>pom</packaging>
99
<inceptionYear>2021</inceptionYear>
@@ -470,7 +470,7 @@
470470
<connection>scm:git:[email protected]:datastax/astra-sdk-java.git</connection>
471471
<developerConnection>scm:git:[email protected]:datastax/astra-sdk-java.git</developerConnection>
472472
<url>https://github.com/datastax/astra-sdk-java</url>
473-
<tag>HEAD</tag>
473+
<tag>0.4</tag>
474474
</scm>
475475

476476
<developers>

0 commit comments

Comments
 (0)