Skip to content

Commit

Permalink
config: version tag should be simple number
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Dec 16, 2016
1 parent 78b2bb5 commit 851b589
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,18 @@
<sonar.version>4.5.2</sonar.version>
<sonar-java.version>3.7</sonar-java.version>
</properties>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5</version>
<configuration>
<tagNameFormat>@{project.version}</tagNameFormat>
</configuration>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 851b589

Please sign in to comment.