Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sawano committed Jun 14, 2016
1 parent c259f85 commit b1bcc11
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
~ limitations under 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>
Expand All @@ -27,7 +26,7 @@
<groupId>se.sawano.java</groupId>
<artifactId>commons</artifactId>
<packaging>jar</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>commons</name>
<description>Helper utilities for core Java classes</description>
<url>https://github.com/sawano/java-commons</url>
Expand All @@ -42,7 +41,7 @@
<url>git@github.com:sawano/java-commons.git</url>
<connection>scm:git:git@github.com:sawano/java-commons.git</connection>
<developerConnection>scm:git:git@github.com:sawano/java-commons.git</developerConnection>
<tag>HEAD</tag>
<tag>v2.0.0</tag>
</scm>

<developers>
Expand Down Expand Up @@ -143,7 +142,7 @@
<version>1.4.1</version>
<configuration>
<rules>
<DependencyConvergence/>
<DependencyConvergence />
</rules>
</configuration>
<executions>
Expand Down

0 comments on commit b1bcc11

Please sign in to comment.