You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2008/08/05 20:24:08 UTC

svn commit: r682849 - in /cocoon/trunk/subprojects: cocoon-block-deployment/pom.xml cocoon-jnet/pom.xml

Author: reinhard
Date: Tue Aug  5 11:24:08 2008
New Revision: 682849

URL: http://svn.apache.org/viewvc?rev=682849&view=rev
Log:
fix base dir for release tags

Modified:
    cocoon/trunk/subprojects/cocoon-block-deployment/pom.xml
    cocoon/trunk/subprojects/cocoon-jnet/pom.xml

Modified: cocoon/trunk/subprojects/cocoon-block-deployment/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/subprojects/cocoon-block-deployment/pom.xml?rev=682849&r1=682848&r2=682849&view=diff
==============================================================================
--- cocoon/trunk/subprojects/cocoon-block-deployment/pom.xml (original)
+++ cocoon/trunk/subprojects/cocoon-block-deployment/pom.xml Tue Aug  5 11:24:08 2008
@@ -102,7 +102,7 @@
       <plugin>
         <artifactId>maven-release-plugin</artifactId>
         <configuration>
-          <tagBase>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-block-deployment/${project.artifactId}</tagBase>
+          <tagBase>https://svn.apache.org/repos/asf/cocoon/tags/${project.artifactId}</tagBase>
         </configuration>
       </plugin>
     </plugins>

Modified: cocoon/trunk/subprojects/cocoon-jnet/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/subprojects/cocoon-jnet/pom.xml?rev=682849&r1=682848&r2=682849&view=diff
==============================================================================
--- cocoon/trunk/subprojects/cocoon-jnet/pom.xml (original)
+++ cocoon/trunk/subprojects/cocoon-jnet/pom.xml Tue Aug  5 11:24:08 2008
@@ -94,7 +94,7 @@
       <plugin>
         <artifactId>maven-release-plugin</artifactId>
         <configuration>
-          <tagBase>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-jnet/${project.artifactId}</tagBase>
+          <tagBase>https://svn.apache.org/repos/asf/cocoon/tags/${project.artifactId}</tagBase>
         </configuration>
       </plugin>
     </plugins>