Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zipkinci committed May 20, 2020
1 parent 9262cc7 commit 0463479
Showing 1 changed file with 4 additions and 6 deletions.
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.ratpack</groupId>
<artifactId>brave-ratpack</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.6.2</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -56,7 +54,7 @@
<brave.version>5.12.3</brave.version>

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

<junit.version>4.13</junit.version>
Expand Down Expand Up @@ -99,7 +97,7 @@
<developerConnection>
scm:git:https://github.com/openzipkin-contrib/brave-ratpack.git
</developerConnection>
<tag>HEAD</tag>
<tag>2.6.2</tag>
</scm>

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

0 comments on commit 0463479

Please sign in to comment.