You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2012/04/19 17:25:09 UTC

svn commit: r1327994 - in /cocoon: subprojects/cocoon-block-deployment/ subprojects/cocoon-block-deployment/branches/ subprojects/cocoon-block-deployment/tags/ subprojects/cocoon-block-deployment/trunk/ trunk/subprojects/cocoon-block-deployment/

Author: ilgrosso
Date: Thu Apr 19 15:25:09 2012
New Revision: 1327994

URL: http://svn.apache.org/viewvc?rev=1327994&view=rev
Log:
Moving cocoon-block-deployment to /subprojects

Added:
    cocoon/subprojects/cocoon-block-deployment/
    cocoon/subprojects/cocoon-block-deployment/branches/
    cocoon/subprojects/cocoon-block-deployment/tags/
    cocoon/subprojects/cocoon-block-deployment/trunk/
      - copied from r1327990, cocoon/trunk/subprojects/cocoon-block-deployment/
Removed:
    cocoon/trunk/subprojects/cocoon-block-deployment/
Modified:
    cocoon/subprojects/cocoon-block-deployment/trunk/pom.xml

Modified: cocoon/subprojects/cocoon-block-deployment/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-block-deployment/trunk/pom.xml?rev=1327994&r1=1327990&r2=1327994&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-block-deployment/trunk/pom.xml (original)
+++ cocoon/subprojects/cocoon-block-deployment/trunk/pom.xml Thu Apr 19 15:25:09 2012
@@ -26,12 +26,12 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
-    <version>6-SNAPSHOT</version>
-    <relativePath>../../parent/pom.xml</relativePath>
+    <version>9-SNAPSHOT</version>
+    <relativePath/>
   </parent>
 
   <artifactId>cocoon-block-deployment</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.1-SNAPSHOT</version>
   <name>Cocoon Block Deployment</name>
   <description>Deployment utilities for Cocoon Blocks.</description>
   <url>http://cocoon.apache.org/${docs.m.block-deployment.relPath}</url>  
@@ -42,6 +42,12 @@
     <docs.urlRelativizer>../../../</docs.urlRelativizer>    
   </properties>  
   
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/subprojects/cocoon-block-deployment/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/subprojects/cocoon-block-deployment/trunk</developerConnection>
+    <url>http://svn.apache.org/repos/asf/cocoon/subprojects/cocoon-block-deployment/trunk</url>
+  </scm>
+  
   <distributionManagement>
     <site>
       <id>website</id>
@@ -99,14 +105,6 @@
   </dependencies>
 
   <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-release-plugin</artifactId>
-        <configuration>
-          <tagBase>https://svn.apache.org/repos/asf/cocoon/tags/${project.artifactId}</tagBase>
-        </configuration>
-      </plugin>
-    </plugins>
     <resources>
       <resource>
         <directory>src/main/resources</directory>
@@ -142,23 +140,4 @@
       </plugin>
     </plugins>
   </reporting>    
-
-  <profiles>
-    <profile>
-      <id>daisy</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.daisycms</groupId>
-            <artifactId>daisy-maven-plugin</artifactId>
-            <configuration>
-              <navDocId>1473</navDocId>
-              <collection>cdocs-block-deployment</collection>
-              <skipFirstNavigationDocumentLevel>false</skipFirstNavigationDocumentLevel>
-            </configuration>
-          </plugin> 
-        </plugins>
-      </build>      
-    </profile>   
-  </profiles>
 </project>