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/08 11:47:00 UTC

svn commit: r483922 - /cocoon/trunk/core/cocoon-core/pom.xml

Author: reinhard
Date: Fri Dec  8 02:46:59 2006
New Revision: 483922

URL: http://svn.apache.org/viewvc?view=rev&rev=483922
Log:
comment daisy plugin as it hasn't been released so far

Modified:
    cocoon/trunk/core/cocoon-core/pom.xml

Modified: cocoon/trunk/core/cocoon-core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-core/pom.xml?view=diff&rev=483922&r1=483921&r2=483922
==============================================================================
--- cocoon/trunk/core/cocoon-core/pom.xml (original)
+++ cocoon/trunk/core/cocoon-core/pom.xml Fri Dec  8 02:46:59 2006
@@ -30,7 +30,7 @@
     <version>2</version>
   </parent>
   <artifactId>cocoon-core</artifactId>
-  <version>2.2.0-M2-SNAPSHOT</version>
+  <version>2.2.0-M2</version>
   <name>Cocoon Core</name>
   <build>
     <plugins>
@@ -78,7 +78,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
       </plugin>
-      <plugin>
+      <!--plugin>
         <groupId>org.daisycms</groupId>
         <artifactId>daisy-maven-plugin</artifactId>
         <configuration>        
@@ -86,7 +86,7 @@
           <collection>cdocs-core</collection>          
           <skipFirstNavigationDocumentLevel>false</skipFirstNavigationDocumentLevel>
         </configuration>
-      </plugin>       
+      </plugin-->       
     </plugins>
     <resources>
       <resource>
@@ -367,4 +367,10 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-core-2.2.0-M2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-core-2.2.0-M2</developerConnection>
+    <url>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-core-2.2.0-M2</url>
+  </scm>
 </project>