Skip to content

Commit b8e379f

Browse files
author
Adrian Cole
committed
[maven-release-plugin] prepare release v0.10.2
1 parent 9cc1c64 commit b8e379f

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

cassandra-driver/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2321
<parent>
2422
<groupId>org.apache.zipkin.brave.cassandra</groupId>
2523
<artifactId>brave-cassandra-parent</artifactId>
26-
<version>0.10.2-SNAPSHOT</version>
24+
<version>0.10.2</version>
2725
</parent>
2826
<modelVersion>4.0.0</modelVersion>
2927

cassandra-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>org.apache.zipkin.brave.cassandra</groupId>
2323
<artifactId>brave-cassandra-parent</artifactId>
24-
<version>0.10.2-SNAPSHOT</version>
24+
<version>0.10.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

cassandra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.zipkin.brave.cassandra</groupId>
2323
<artifactId>brave-cassandra-parent</artifactId>
24-
<version>0.10.2-SNAPSHOT</version>
24+
<version>0.10.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

pom.xml

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

2929
<groupId>org.apache.zipkin.brave.cassandra</groupId>
3030
<artifactId>brave-cassandra-parent</artifactId>
31-
<version>0.10.2-SNAPSHOT</version>
31+
<version>0.10.2</version>
3232
<packaging>pom</packaging>
3333

3434
<modules>
@@ -80,7 +80,7 @@
8080
<url>https://github.com/apache/incubator-zipkin-brave-cassandra</url>
8181
<connection>scm:git:https://github.com/apache/incubator-zipkin-brave-cassandra.git</connection>
8282
<developerConnection>scm:git:https://github.com/apache/incubator-zipkin-brave-cassandra.git</developerConnection>
83-
<tag>HEAD</tag>
83+
<tag>v0.10.2</tag>
8484
</scm>
8585

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

0 commit comments

Comments
 (0)