Skip to content

Commit 47b8ce4

Browse files
committed
[maven-release-plugin] prepare release 0.6.2
1 parent a25ff91 commit 47b8ce4

File tree

12 files changed

+15
-17
lines changed

12 files changed

+15
-17
lines changed

astra-sdk-archetypes/astra-sdk-quickstart/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<groupId>com.datastax.astra</groupId>
65
<artifactId>astra-sdk-quickstart</artifactId>
@@ -10,7 +9,7 @@
109
<parent>
1110
<groupId>com.datastax.astra</groupId>
1211
<artifactId>astra-sdk-archetypes</artifactId>
13-
<version>0.6.2-SNAPSHOT</version>
12+
<version>0.6.2</version>
1413
</parent>
1514

1615
<build>

astra-sdk-archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.datastax.astra</groupId>
1111
<artifactId>astra-sdk-parent</artifactId>
12-
<version>0.6.2-SNAPSHOT</version>
12+
<version>0.6.2</version>
1313
</parent>
1414

1515
<modules>

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

Lines changed: 1 addition & 1 deletion
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.6.2-SNAPSHOT</version>
12+
<version>0.6.2</version>
1313
</parent>
1414

1515
<build>

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

Lines changed: 1 addition & 1 deletion
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.6.2-SNAPSHOT</version>
12+
<version>0.6.2</version>
1313
</parent>
1414

1515
<build>

astra-sdk-devops/pom.xml

Lines changed: 1 addition & 1 deletion
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.6.2-SNAPSHOT</version>
10+
<version>0.6.2</version>
1111
</parent>
1212

1313
<dependencies>

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

1414
<dependencies>

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

1414
<dependencies>

astra-spring-boot-3x-autoconfigure/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.astra</groupId>
1010
<artifactId>astra-sdk-parent</artifactId>
11-
<version>0.6.2-SNAPSHOT</version>
11+
<version>0.6.2</version>
1212
</parent>
1313

1414
<properties>

astra-spring-boot-3x-starter/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.astra</groupId>
1010
<artifactId>astra-sdk-parent</artifactId>
11-
<version>0.6.2-SNAPSHOT</version>
11+
<version>0.6.2</version>
1212
</parent>
1313

1414
<dependencies>

astra-spring-boot-autoconfigure/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.astra</groupId>
1010
<artifactId>astra-sdk-parent</artifactId>
11-
<version>0.6.2-SNAPSHOT</version>
11+
<version>0.6.2</version>
1212
</parent>
1313

1414
<properties>

0 commit comments

Comments
 (0)