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 2009/04/04 13:45:07 UTC

svn commit: r761903 - /cocoon/trunk/parent/pom.xml

Author: reinhard
Date: Sat Apr  4 11:45:06 2009
New Revision: 761903

URL: http://svn.apache.org/viewvc?rev=761903&view=rev
Log:
[maven-release-plugin] prepare release cocoon-8

Modified:
    cocoon/trunk/parent/pom.xml

Modified: cocoon/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/parent/pom.xml?rev=761903&r1=761902&r2=761903&view=diff
==============================================================================
--- cocoon/trunk/parent/pom.xml (original)
+++ cocoon/trunk/parent/pom.xml Sat Apr  4 11:45:06 2009
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.cocoon</groupId>
   <artifactId>cocoon</artifactId>
-  <version>6-SNAPSHOT</version>
+  <version>8</version>
   <name>Apache Cocoon</name>
   <inceptionYear>1999</inceptionYear>
   <url>http://cocoon.apache.org</url>
@@ -1133,9 +1133,9 @@
   </mailingLists>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon/cocoon-5</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon/cocoon-5</developerConnection>
-    <url>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon/cocoon-5</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon/cocoon-8</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon/cocoon-8</developerConnection>
+    <url>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon/cocoon-8</url>
   </scm>
 
   <distributionManagement>
@@ -1547,7 +1547,7 @@
       <dependency>
         <groupId>org.daisycms</groupId>
         <artifactId>daisy-maven-plugin</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0-alpha-2</version>
       </dependency>
       <dependency>
         <groupId>ojb</groupId>
@@ -2254,6 +2254,7 @@
       </dependency>
 
       <!-- Cocoon SNAPSHOT dependencies -->
+      <!--
       <dependency>
         <groupId>org.apache.cocoon</groupId>
         <artifactId>cocoon-ajax-impl</artifactId>
@@ -3113,6 +3114,7 @@
         <artifactId>javaflow</artifactId>
         <version>1.0-SNAPSHOT</version>
       </dependency>
+      -->
     </dependencies>
   </dependencyManagement>
 
@@ -3509,7 +3511,7 @@
           <plugin>
             <groupId>org.apache.cocoon</groupId>
             <artifactId>cocoon-maven-docs-cleaner-plugin</artifactId>
-            <version>1.0.0-M1-SNAPSHOT</version>
+            <version>1.0.0-alpha-2</version>
           </plugin>
         </plugins>
       </build>
@@ -3550,7 +3552,7 @@
             <plugin>
               <groupId>org.daisycms</groupId>
               <artifactId>daisy-maven-plugin</artifactId>
-              <version>1.0.0-SNAPSHOT</version>
+              <version>1.0.0-alpha-2</version>
               <configuration>
                 <repoUrl>${docs.repoUrl}</repoUrl>
                 <editUrl>http://cocoon.zones.apache.org/daisy/cdocs/</editUrl>
@@ -3754,10 +3756,12 @@
                 </execution>
               </executions>
             </plugin>
+            <!--
             <plugin>
               <groupId>org.apache.cocoon</groupId>
               <artifactId>cocoon-sitemaptags2daisy-plugin</artifactId>
               <version>1.0.0-SNAPSHOT</version>
+              -->
               <!-- the plugins default configuration
               <configuration>
                 <simulateInput>false</simulateInput>
@@ -3765,7 +3769,9 @@
                 <repoUrl>http://cocoon.zones.apache.org:9263</repoUrl>
               </configuration>
               -->
+              <!--
             </plugin>
+            -->
           </plugins>
         </pluginManagement>
       </build>