Skip to content

Commit 5f13def

Browse files
committed
[maven-release-plugin] prepare release 0.3.5
1 parent e71f4c4 commit 5f13def

File tree

9 files changed

+15
-23
lines changed

9 files changed

+15
-23
lines changed

astra-sdk-devops/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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 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">
53
<modelVersion>4.0.0</modelVersion>
64
<artifactId>astra-sdk-devops</artifactId>
75
<name>+ astra-sdk-devops</name>
86

97
<parent>
108
<artifactId>astra-sdk-parent</artifactId>
119
<groupId>com.datastax.astra</groupId>
12-
<version>0.3.5-SNAPSHOT</version>
10+
<version>0.3.5</version>
1311
</parent>
1412

1513
<dependencies>

astra-sdk/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.datastax.astra</groupId>
99
<artifactId>astra-sdk-parent</artifactId>
10-
<version>0.3.5-SNAPSHOT</version>
10+
<version>0.3.5</version>
1111
</parent>
1212

1313
<dependencies>
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>com.datastax.astra</groupId>
7474
<artifactId>astra-sdk-devops</artifactId>
75-
<version>0.3.5-SNAPSHOT</version>
75+
<version>0.3.5</version>
7676
<scope>compile</scope>
7777
</dependency>
7878
</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.3.5-SNAPSHOT</version>
11+
<version>0.3.5</version>
1212
</parent>
1313

1414
<properties>

astra-spring-boot-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.3.5-SNAPSHOT</version>
11+
<version>0.3.5</version>
1212
</parent>
1313

1414
<dependencies>

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.astra</groupId>
55
<artifactId>astra-sdk-parent</artifactId>
6-
<version>0.3.5-SNAPSHOT</version>
6+
<version>0.3.5</version>
77
<name>Stargate and Astra Java SDK</name>
88
<packaging>pom</packaging>
99
<inceptionYear>2021</inceptionYear>
@@ -464,7 +464,7 @@
464464
<connection>scm:git:[email protected]:datastax/astra-sdk-java.git</connection>
465465
<developerConnection>scm:git:[email protected]:datastax/astra-sdk-java.git</developerConnection>
466466
<url>https://github.com/datastax/astra-sdk-java</url>
467-
<tag>HEAD</tag>
467+
<tag>0.3.5</tag>
468468
</scm>
469469

470470
<developers>

stargate-sdk-docapi/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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 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">
53
<parent>
64
<artifactId>astra-sdk-parent</artifactId>
75
<groupId>com.datastax.astra</groupId>
8-
<version>0.3.5-SNAPSHOT</version>
6+
<version>0.3.5</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

stargate-sdk-grpc/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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 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">
53
<parent>
64
<artifactId>astra-sdk-parent</artifactId>
75
<groupId>com.datastax.astra</groupId>
8-
<version>0.3.5-SNAPSHOT</version>
6+
<version>0.3.5</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

stargate-sdk-rest/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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 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">
53
<parent>
64
<artifactId>astra-sdk-parent</artifactId>
75
<groupId>com.datastax.astra</groupId>
8-
<version>0.3.5-SNAPSHOT</version>
6+
<version>0.3.5</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

stargate-sdk/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.3.5-SNAPSHOT</version>
12+
<version>0.3.5</version>
1313
</parent>
1414

1515
<properties>

0 commit comments

Comments
 (0)