Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release 2.0.0-beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed Jan 24, 2018
1 parent e145e91 commit 1811b84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>org.nlpub</groupId>
<artifactId>watset</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-beta5</version>
<packaging>jar</packaging>

<inceptionYear>2016</inceptionYear>
Expand All @@ -30,7 +30,7 @@
<connection>scm:git:https://github.com/nlpub/watset-java</connection>
<developerConnection>scm:git:git@github.com:nlpub/watset-java.git</developerConnection>
<url>https://github.com/nlpub/watset-java</url>
<tag>HEAD</tag>
<tag>2.0.0-beta5</tag>
</scm>

<developers>
Expand Down Expand Up @@ -116,7 +116,7 @@
<id>enforce</id>
<configuration>
<rules>
<DependencyConvergence/>
<DependencyConvergence />
</rules>
</configuration>
<goals>
Expand Down Expand Up @@ -175,7 +175,7 @@
</goals>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.nlpub.watset.cli.Application</mainClass>
</transformer>
Expand Down

0 comments on commit 1811b84

Please sign in to comment.