You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2011/07/19 16:46:05 UTC

svn commit: r1148368 - /incubator/stanbol/trunk/parent/pom.xml

Author: fchrist
Date: Tue Jul 19 14:46:04 2011
New Revision: 1148368

URL: http://svn.apache.org/viewvc?rev=1148368&view=rev
Log:
STANBOL-288 Added Maven release plugin to parent

Modified:
    incubator/stanbol/trunk/parent/pom.xml

Modified: incubator/stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1148368&r1=1148367&r2=1148368&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Tue Jul 19 14:46:04 2011
@@ -165,6 +165,15 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+            <tagBase>
+              https://svn.apache.org/repos/asf/incubator/stanbol/tags/
+            </tagBase>
+          </configuration>
+        </plugin>        
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-enforcer-plugin</artifactId>
           <version>1.0</version>
         </plugin>