Skip to content

Commit

Permalink
Adding maven-release plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
msteindorfer committed Oct 21, 2015
1 parent b26f19d commit da2e977
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -31,6 +32,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit da2e977

Please sign in to comment.