Skip to content

Commit

Permalink
correct pom
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Jan 29, 2009
1 parent e53aa8c commit 9db606f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Expand Up @@ -44,6 +44,15 @@
</plugins>

</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>https://svn.jboss.org/repos/webbeans/examples/tags</tagBase>
</configuration>
</plugin>
</plugins>
</build>

</project>
Expand Down

0 comments on commit 9db606f

Please sign in to comment.