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 2006/12/13 17:22:32 UTC

svn commit: r486708 - /cocoon/trunk/pom.xml

Author: reinhard
Date: Wed Dec 13 08:22:32 2006
New Revision: 486708

URL: http://svn.apache.org/viewvc?view=rev&rev=486708
Log:
comment Daisy plugin; upgrade to latest version of wagon-ssh-external; change tagBase configuration parameter of the release plugin

Modified:
    cocoon/trunk/pom.xml

Modified: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/pom.xml?view=diff&rev=486708&r1=486707&r2=486708
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Wed Dec 13 08:22:32 2006
@@ -451,7 +451,7 @@
           <artifactId>maven-war-plugin</artifactId>
           <version>2.0.1</version>
         </plugin>
-        <plugin>
+        <!--plugin>
           <groupId>org.daisycms</groupId>
           <artifactId>daisy-maven-plugin</artifactId>
           <version>1.0.0-SNAPSHOT</version>
@@ -559,14 +559,14 @@
               </goals>
             </execution>
           </executions>
-        </plugin>
+        </plugin-->
       </plugins>
     </pluginManagement>
     <extensions>
       <extension>
         <groupId>org.apache.maven.wagon</groupId>
         <artifactId>wagon-ssh-external</artifactId>
-        <version>1.0-alpha-6</version>
+        <version>1.0-beta-2</version>
       </extension>
     </extensions>
     <plugins>
@@ -592,7 +592,7 @@
         <artifactId>maven-release-plugin</artifactId>
         <version>2.0-beta-4</version>
         <configuration>
-          <tagBase>https://svn.apache.org/repos/asf/cocoon/tags</tagBase>
+          <tagBase>https://svn.apache.org/repos/asf/cocoon/tags/${project.artifactId}</tagBase>
         </configuration>
       </plugin>
       <plugin>