Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
opentracingci committed Aug 29, 2018
1 parent 95d4486 commit 2fd5a0a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions 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">
<modelVersion>4.0.0</modelVersion>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-jdbc</artifactId>
<version>0.0.8-SNAPSHOT</version>
<version>0.0.8</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>OpenTracing Instrumentation for JDBC API</description>
Expand All @@ -32,7 +30,7 @@
<connection>scm:git:https://github.com/opentracing-contrib/java-jdbc.git</connection>
<developerConnection>scm:git:https://github.com/opentracing-contrib/java-jdbc.git
</developerConnection>
<tag>HEAD</tag>
<tag>0.0.8</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 2fd5a0a

Please sign in to comment.