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 2007/02/05 16:55:40 UTC

svn commit: r503738 - in /cocoon/trunk/blocks/cocoon-flowscript: cocoon-flowscript-impl/pom.xml pom.xml

Author: reinhard
Date: Mon Feb  5 07:55:39 2007
New Revision: 503738

URL: http://svn.apache.org/viewvc?view=rev&rev=503738
Log:
flatting POM hierarchy

Removed:
    cocoon/trunk/blocks/cocoon-flowscript/pom.xml
Modified:
    cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/pom.xml

Modified: cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/pom.xml?view=diff&rev=503738&r1=503737&r2=503738
==============================================================================
--- cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/pom.xml Mon Feb  5 07:55:39 2007
@@ -21,26 +21,32 @@
     | @version $Id: pom.xml 448825 2006-09-22 06:19:55Z reinhard $
     +-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <packaging>jar</packaging>
+
   <parent>
+    <artifactId>cocoon-blocks-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <artifactId>cocoon-flowscript</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>3-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>    
   </parent>
   <artifactId>cocoon-flowscript-impl</artifactId>
   <version>1.0.0-M2-SNAPSHOT</version>
-  <name>Flowscript Block</name>
+  <name>Cocoon Flowscript Block Implementation</name>
+
   <distributionManagement>
     <site>
       <id>website</id>
       <url>${docs.deploymentBaseUrl}/blocks/flowscript/${docs.version}/</url>
     </site>
   </distributionManagement>
+  
   <properties>
     <docs.name>Cocoon FlowScript</docs.name>    
     <docs.version>1.0</docs.version>
   </properties>
+  
   <build>
     <plugins>
       <plugin>
@@ -54,6 +60,7 @@
       </plugin>      
     </plugins>
   </build>
+  
   <dependencies>
     <dependency>
       <groupId>rhino</groupId>
@@ -62,8 +69,8 @@
     </dependency>
     <dependency>
     	<groupId>org.apache.cocoon</groupId>
-	<artifactId>cocoon-core</artifactId>
-	<version>2.2.0-M3-SNAPSHOT</version>
+	    <artifactId>cocoon-core</artifactId>
+	    <version>2.2.0-M3-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>
@@ -72,4 +79,5 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
+  
 </project>