Skip to content

Commit

Permalink
Added release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Annies committed Jun 28, 2011
1 parent 874c7be commit 57b7a0d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spring-security-saml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,15 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.1</version>
<configuration>
<pomFileName>spring-security-saml/pom.xml</pomFileName>
<pushChanges>false</pushChanges>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 57b7a0d

Please sign in to comment.