Skip to content

Commit bf713a0

Browse files
committed
[maven-release-plugin] prepare release 0.6
1 parent ca7d34d commit bf713a0

File tree

11 files changed

+13
-15
lines changed

11 files changed

+13
-15
lines changed

astra-sdk-archetypes/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
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 https://maven.apache.org/maven-v4_0_0.xsd">
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 https://maven.apache.org/maven-v4_0_0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<groupId>com.datastax.astra</groupId>
75
<artifactId>astra-sdk-archetypes</artifactId>
@@ -11,7 +9,7 @@
119
<parent>
1210
<groupId>com.datastax.astra</groupId>
1311
<artifactId>astra-sdk-parent</artifactId>
14-
<version>0.5.1-SNAPSHOT</version>
12+
<version>0.6</version>
1513
</parent>
1614

1715
<modules>

astra-sdk-archetypes/spring-boot-2x-archetype/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.datastax.astra</groupId>
1111
<artifactId>astra-sdk-archetypes</artifactId>
12-
<version>0.5.1-SNAPSHOT</version>
12+
<version>0.6</version>
1313
</parent>
1414

1515
<build>

astra-sdk-archetypes/spring-boot-3x-archetype/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.datastax.astra</groupId>
1111
<artifactId>astra-sdk-archetypes</artifactId>
12-
<version>0.5.1-SNAPSHOT</version>
12+
<version>0.6</version>
1313
</parent>
1414

1515
<build>

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.5.1-SNAPSHOT</version>
10+
<version>0.6</version>
1111
</parent>
1212

1313
<dependencies>

astra-sdk-pulsar/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.5.1-SNAPSHOT</version>
11+
<version>0.6</version>
1212
</parent>
1313

1414
<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.5.1-SNAPSHOT</version>
11+
<version>0.6</version>
1212
</parent>
1313

1414
<dependencies>

astra-spring-boot-3x-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.5.1-SNAPSHOT</version>
11+
<version>0.6</version>
1212
</parent>
1313

1414
<properties>

astra-spring-boot-3x-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.5.1-SNAPSHOT</version>
11+
<version>0.6</version>
1212
</parent>
1313

1414
<dependencies>

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.5.1-SNAPSHOT</version>
11+
<version>0.6</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.5.1-SNAPSHOT</version>
11+
<version>0.6</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.5.1-SNAPSHOT</version>
6+
<version>0.6</version>
77
<name>Astra Java SDK</name>
88
<packaging>pom</packaging>
99
<inceptionYear>2021</inceptionYear>
@@ -326,7 +326,7 @@
326326
<connection>scm:git:[email protected]:datastax/astra-sdk-java.git</connection>
327327
<developerConnection>scm:git:[email protected]:datastax/astra-sdk-java.git</developerConnection>
328328
<url>https://github.com/datastax/astra-sdk-java</url>
329-
<tag>HEAD</tag>
329+
<tag>0.6</tag>
330330
</scm>
331331

332332
<developers>

0 commit comments

Comments
 (0)