Skip to content

Commit 4e1b0fe

Browse files
author
zipkinci
committed
[maven-release-plugin] prepare release 0.11.0
1 parent 2cf5dda commit 4e1b0fe

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
lines changed

cassandra-driver/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@
1414
the License.
1515
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<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">
2018
<parent>
2119
<groupId>io.zipkin.brave.cassandra</groupId>
2220
<artifactId>brave-cassandra-parent</artifactId>
23-
<version>0.10.7-SNAPSHOT</version>
21+
<version>0.11.0</version>
2422
</parent>
2523
<modelVersion>4.0.0</modelVersion>
2624

cassandra-tests/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@
1414
the License.
1515
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<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">
2018
<parent>
2119
<groupId>io.zipkin.brave.cassandra</groupId>
2220
<artifactId>brave-cassandra-parent</artifactId>
23-
<version>0.10.7-SNAPSHOT</version>
21+
<version>0.11.0</version>
2422
</parent>
2523
<modelVersion>4.0.0</modelVersion>
2624

cassandra/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@
1414
the License.
1515
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<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">
2018
<parent>
2119
<groupId>io.zipkin.brave.cassandra</groupId>
2220
<artifactId>brave-cassandra-parent</artifactId>
23-
<version>0.10.7-SNAPSHOT</version>
21+
<version>0.11.0</version>
2422
</parent>
2523
<modelVersion>4.0.0</modelVersion>
2624

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>io.zipkin.brave.cassandra</groupId>
2121
<artifactId>brave-cassandra-parent</artifactId>
22-
<version>0.10.7-SNAPSHOT</version>
22+
<version>0.11.0</version>
2323
<packaging>pom</packaging>
2424

2525
<modules>
@@ -65,7 +65,7 @@
6565
<url>https://github.com/openzipkin/brave-cassandra</url>
6666
<connection>scm:git:https://github.com/openzipkin/brave-cassandra.git</connection>
6767
<developerConnection>scm:git:https://github.com/openzipkin/brave-cassandra.git</developerConnection>
68-
<tag>HEAD</tag>
68+
<tag>0.11.0</tag>
6969
</scm>
7070

7171
<!-- Developer section is needed for Maven Central, but doesn't need to include each person -->

0 commit comments

Comments
 (0)