Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
opentracingci committed Nov 9, 2018
1 parent bce8250 commit 867e0d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
6 changes: 2 additions & 4 deletions opentracing-jdbi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@
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.opentracing.contrib</groupId>
<artifactId>jdbi-opentracing</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>opentracing-jdbi</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions opentracing-jdbi3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@
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.opentracing.contrib</groupId>
<artifactId>jdbi-opentracing</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>opentracing-jdbi3</artifactId>
Expand Down
8 changes: 3 additions & 5 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.opentracing.contrib</groupId>
<artifactId>jdbi-opentracing</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -38,7 +36,7 @@
<url>http://github.com/opentracing-contrib/java-jdbi</url>
<connection>scm:git:https://github.com/opentracing-contrib/java-jdbi.git</connection>
<developerConnection>scm:git:https://github.com/opentracing-contrib/java-jdbi.git</developerConnection>
<tag>HEAD</tag>
<tag>0.5.0</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 867e0d8

Please sign in to comment.