Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zipkinci committed Oct 21, 2020
1 parent 112e4e0 commit 495f63f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 18 deletions.
6 changes: 2 additions & 4 deletions cassandra-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
the License.
-->
<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">
<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">
<parent>
<groupId>io.zipkin.brave.cassandra</groupId>
<artifactId>brave-cassandra-parent</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions cassandra-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
the License.
-->
<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">
<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">
<parent>
<groupId>io.zipkin.brave.cassandra</groupId>
<artifactId>brave-cassandra-parent</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
the License.
-->
<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">
<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">
<parent>
<groupId>io.zipkin.brave.cassandra</groupId>
<artifactId>brave-cassandra-parent</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@
the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>io.zipkin.brave.cassandra</groupId>
<artifactId>brave-cassandra-parent</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.4</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -44,7 +42,7 @@
<log4j.version>2.13.3</log4j.version>

<!-- override to set exclusions per-project -->
<errorprone.args/>
<errorprone.args />
<errorprone.version>2.4.0</errorprone.version>

<license-maven-plugin.version>3.0</license-maven-plugin.version>
Expand Down Expand Up @@ -74,7 +72,7 @@
<connection>scm:git:https://github.com/openzipkin/brave-cassandra.git</connection>
<developerConnection>scm:git:https://github.com/openzipkin/brave-cassandra.git
</developerConnection>
<tag>HEAD</tag>
<tag>0.10.4</tag>
</scm>

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

0 comments on commit 495f63f

Please sign in to comment.