Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
clun committed Jun 12, 2023
1 parent ca7d34d commit bf713a0
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 15 deletions.
6 changes: 2 additions & 4 deletions astra-sdk-archetypes/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-sdk-archetypes</artifactId>
Expand All @@ -11,7 +9,7 @@
<parent>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-sdk-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion astra-sdk-archetypes/spring-boot-2x-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-sdk-archetypes</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion astra-sdk-archetypes/spring-boot-3x-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-sdk-archetypes</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion astra-sdk-devops/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>astra-sdk-parent</artifactId>
<groupId>com.datastax.astra</groupId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6</version>
</parent>

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

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

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion astra-spring-boot-3x-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-sdk-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion astra-spring-boot-3x-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.datastax.astra</groupId>
<artifactId>astra-sdk-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6</version>
</parent>

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

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

<dependencies>
Expand Down
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.astra</groupId>
<artifactId>astra-sdk-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6</version>
<name>Astra Java SDK</name>
<packaging>pom</packaging>
<inceptionYear>2021</inceptionYear>
Expand Down Expand Up @@ -326,7 +326,7 @@
<connection>scm:git:git@github.com:datastax/astra-sdk-java.git</connection>
<developerConnection>scm:git:git@github.com:datastax/astra-sdk-java.git</developerConnection>
<url>https://github.com/datastax/astra-sdk-java</url>
<tag>HEAD</tag>
<tag>0.6</tag>
</scm>

<developers>
Expand Down

0 comments on commit bf713a0

Please sign in to comment.