Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zipkinci committed Feb 9, 2024
1 parent dfe36de commit f0f84cc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cassandra3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.zipkin.dependencies</groupId>
<artifactId>zipkin-dependencies-parent</artifactId>
<version>3.1.3-SNAPSHOT</version>
<version>3.1.3</version>
</parent>

<artifactId>zipkin-dependencies-cassandra3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.zipkin.dependencies</groupId>
<artifactId>zipkin-dependencies-parent</artifactId>
<version>3.1.3-SNAPSHOT</version>
<version>3.1.3</version>
</parent>

<artifactId>zipkin-dependencies-elasticsearch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.zipkin.dependencies</groupId>
<artifactId>zipkin-dependencies-parent</artifactId>
<version>3.1.3-SNAPSHOT</version>
<version>3.1.3</version>
</parent>

<artifactId>zipkin-dependencies</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.zipkin.dependencies</groupId>
<artifactId>zipkin-dependencies-parent</artifactId>
<version>3.1.3-SNAPSHOT</version>
<version>3.1.3</version>
</parent>

<artifactId>zipkin-dependencies-mysql</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>io.zipkin.dependencies</groupId>
<artifactId>zipkin-dependencies-parent</artifactId>
<version>3.1.3-SNAPSHOT</version>
<version>3.1.3</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -136,7 +136,7 @@
<url>https://github.com/openzipkin/zipkin-dependencies</url>
<connection>scm:git:https://github.com/openzipkin/zipkin-dependencies.git</connection>
<developerConnection>scm:git:https://github.com/openzipkin/zipkin-dependencies.git</developerConnection>
<tag>HEAD</tag>
<tag>3.1.3</tag>
</scm>

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

0 comments on commit f0f84cc

Please sign in to comment.