[webbeans-commits] Webbeans SVN: r1308 - examples/trunk.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Jan 29 12:36:18 EST 2009


Author: pete.muir at jboss.org
Date: 2009-01-29 12:36:18 -0500 (Thu, 29 Jan 2009)
New Revision: 1308

Modified:
   examples/trunk/pom.xml
Log:
correct pom

Modified: examples/trunk/pom.xml
===================================================================
--- examples/trunk/pom.xml	2009-01-29 17:33:15 UTC (rev 1307)
+++ examples/trunk/pom.xml	2009-01-29 17:36:18 UTC (rev 1308)
@@ -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>




More information about the weld-commits mailing list