Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
opentracingci committed Dec 12, 2018
1 parent ce0b086 commit 7216cd1
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion opentracing-redis-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>opentracing-redis-parent</artifactId>
<groupId>io.opentracing.contrib</groupId>
<version>0.0.15-SNAPSHOT</version>
<version>0.0.15</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion opentracing-redis-jedis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>opentracing-redis-parent</artifactId>
<groupId>io.opentracing.contrib</groupId>
<version>0.0.15-SNAPSHOT</version>
<version>0.0.15</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion opentracing-redis-jedis3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>opentracing-redis-parent</artifactId>
<groupId>io.opentracing.contrib</groupId>
<version>0.0.15-SNAPSHOT</version>
<version>0.0.15</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions opentracing-redis-lettuce/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>
<artifactId>opentracing-redis-parent</artifactId>
<groupId>io.opentracing.contrib</groupId>
<version>0.0.15-SNAPSHOT</version>
<version>0.0.15</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion opentracing-redis-redisson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>opentracing-redis-parent</artifactId>
<groupId>io.opentracing.contrib</groupId>
<version>0.0.15-SNAPSHOT</version>
<version>0.0.15</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion opentracing-redis-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>opentracing-redis-parent</artifactId>
<groupId>io.opentracing.contrib</groupId>
<version>0.0.15-SNAPSHOT</version>
<version>0.0.15</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.opentracing.contrib</groupId>
<artifactId>opentracing-redis-parent</artifactId>
<packaging>pom</packaging>
<version>0.0.15-SNAPSHOT</version>
<version>0.0.15</version>

<modules>
<module>opentracing-redis-lettuce</module>
Expand All @@ -40,7 +40,7 @@
<connection>scm:git:https://github.com/opentracing-contrib/java-redis-client.git</connection>
<developerConnection>scm:git:https://github.com/opentracing-contrib/java-redis-client.git
</developerConnection>
<tag>HEAD</tag>
<tag>0.0.15</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 7216cd1

Please sign in to comment.