Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeqo committed Sep 3, 2019
1 parent bbdf04c commit 2201013
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
6 changes: 2 additions & 4 deletions autoconfigure/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>
<parent>
<groupId>io.github.jeqo.zipkin</groupId>
<artifactId>zipkin-storage-kafka-parent</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.5.4</version>
</parent>

<artifactId>zipkin-autoconfigure-storage-kafka</artifactId>
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.github.jeqo.zipkin</groupId>
<artifactId>zipkin-storage-kafka-parent</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.5.4</version>
<packaging>pom</packaging>

<name>Zipkin Storage: Kafka (Parent)</name>
Expand Down Expand Up @@ -51,7 +49,7 @@
<zipkin-sender-kafka.version>2.10.1</zipkin-sender-kafka.version>

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

<license-maven-plugin.version>3.0</license-maven-plugin.version>
Expand Down Expand Up @@ -84,7 +82,7 @@
<developerConnection>scm:git:ssh://git@github.com/jeqo/zipkin-storage-kafka.git
</developerConnection>
<url>http://github.com/jeqo/zipkin-storage-kafka/tree/master</url>
<tag>HEAD</tag>
<tag>0.5.4</tag>
</scm>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.github.jeqo.zipkin</groupId>
<artifactId>zipkin-storage-kafka-parent</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.5.4</version>
</parent>

<artifactId>zipkin-storage-kafka</artifactId>
Expand Down

0 comments on commit 2201013

Please sign in to comment.