Skip to content

Commit

Permalink
Added release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Oct 3, 2010
1 parent 0089643 commit 248bda3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0</version>
<configuration>
<scmCommentPrefix>Release: </scmCommentPrefix>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 248bda3

Please sign in to comment.