Skip to content

Commit a701e5d

Browse files
committed
[maven-release-plugin] prepare release 1.1.0
1 parent 06c60a1 commit a701e5d

File tree

13 files changed

+15
-15
lines changed

13 files changed

+15
-15
lines changed

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.datastax.oss.quarkus</groupId>
2323
<artifactId>cassandra-quarkus-parent</artifactId>
24-
<version>1.1.0-rc3-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
</parent>
2626
<artifactId>cassandra-quarkus-bom</artifactId>
2727
<packaging>pom</packaging>

deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.datastax.oss.quarkus</groupId>
2323
<artifactId>cassandra-quarkus-parent</artifactId>
24-
<version>1.1.0-rc3-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
</parent>
2626
<artifactId>cassandra-quarkus-client-deployment</artifactId>
2727
<name>Cassandra Quarkus :: Client :: Deployment</name>

integration-tests/application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.datastax.oss.quarkus</groupId>
2323
<artifactId>cassandra-quarkus-integration-tests</artifactId>
24-
<version>1.1.0-rc3-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
</parent>
2626
<artifactId>cassandra-quarkus-integration-tests-application</artifactId>
2727
<name>Cassandra Quarkus :: IT :: Application</name>

integration-tests/main/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.datastax.oss.quarkus</groupId>
2323
<artifactId>cassandra-quarkus-integration-tests</artifactId>
24-
<version>1.1.0-rc3-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
</parent>
2626
<artifactId>cassandra-quarkus-integration-tests-main</artifactId>
2727
<name>Cassandra Quarkus :: IT :: Main Tests</name>

integration-tests/metrics-disabled/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.datastax.oss.quarkus</groupId>
2323
<artifactId>cassandra-quarkus-integration-tests</artifactId>
24-
<version>1.1.0-rc3-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
</parent>
2626
<artifactId>cassandra-quarkus-integration-tests-metrics-disabled</artifactId>
2727
<name>Cassandra Quarkus :: IT :: Metrics Disabled Tests</name>

integration-tests/metrics-microprofile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.datastax.oss.quarkus</groupId>
2323
<artifactId>cassandra-quarkus-integration-tests</artifactId>
24-
<version>1.1.0-rc3-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
</parent>
2626
<artifactId>cassandra-quarkus-integration-tests-metrics-microprofile</artifactId>
2727
<name>Cassandra Quarkus :: IT :: MicroProfile Metrics Tests</name>

integration-tests/no-mapper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.datastax.oss.quarkus</groupId>
2323
<artifactId>cassandra-quarkus-integration-tests</artifactId>
24-
<version>1.1.0-rc3-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
</parent>
2626
<artifactId>cassandra-quarkus-integration-tests-no-mapper</artifactId>
2727
<name>Cassandra Quarkus :: IT :: No Mapper</name>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.datastax.oss.quarkus</groupId>
2323
<artifactId>cassandra-quarkus-parent</artifactId>
24-
<version>1.1.0-rc3-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
</parent>
2626
<artifactId>cassandra-quarkus-integration-tests</artifactId>
2727
<name>Cassandra Quarkus :: IT</name>

mapper-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.datastax.oss.quarkus</groupId>
2323
<artifactId>cassandra-quarkus-parent</artifactId>
24-
<version>1.1.0-rc3-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
</parent>
2626
<artifactId>cassandra-quarkus-mapper-processor</artifactId>
2727
<name>Cassandra Quarkus :: Mapper :: Processor</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>com.datastax.oss.quarkus</groupId>
2222
<artifactId>cassandra-quarkus-parent</artifactId>
23-
<version>1.1.0-rc3-SNAPSHOT</version>
23+
<version>1.1.0</version>
2424
<packaging>pom</packaging>
2525
<name>Cassandra Quarkus :: Parent</name>
2626
<description>Quarkus extension for Apache Cassandra(R)</description>
@@ -395,7 +395,7 @@ limitations under the License.]]></inlineHeader>
395395
<connection>scm:git:[email protected]:datastax/cassandra-quarkus.git</connection>
396396
<developerConnection>scm:git:[email protected]:datastax/cassandra-quarkus.git</developerConnection>
397397
<url>https://github.com/datastax/cassandra-quarkus</url>
398-
<tag>HEAD</tag>
398+
<tag>1.1.0</tag>
399399
</scm>
400400
<developers>
401401
<developer>

0 commit comments

Comments
 (0)