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 2012/11/13 15:58:35 UTC

svn commit: r1408767 - /stanbol/trunk/parent/pom.xml

Author: fchrist
Date: Tue Nov 13 14:58:35 2012
New Revision: 1408767

URL: http://svn.apache.org/viewvc?rev=1408767&view=rev
Log:
Fixed tag base after incubation

Modified:
    stanbol/trunk/parent/pom.xml

Modified: stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/parent/pom.xml?rev=1408767&r1=1408766&r2=1408767&view=diff
==============================================================================
--- stanbol/trunk/parent/pom.xml (original)
+++ stanbol/trunk/parent/pom.xml Tue Nov 13 14:58:35 2012
@@ -203,7 +203,7 @@
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             <tagBase>
-              https://svn.apache.org/repos/asf/incubator/stanbol/tags/
+              https://svn.apache.org/repos/asf/stanbol/tags/
             </tagBase>
           </configuration>
         </plugin>