Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skuzzle committed Jul 12, 2018
1 parent 92f6fa6 commit 8931e05
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
@@ -1,6 +1,4 @@
<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>
Expand All @@ -11,7 +9,7 @@
</parent>

<artifactId>semantic-version</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>

<name>semantic-version</name>
Expand Down Expand Up @@ -43,7 +41,7 @@

<scm>
<developerConnection>scm:git:https://github.com/skuzzle/${github.name}.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.2.0</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit 8931e05

Please sign in to comment.