You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by vs...@apache.org on 2008/09/23 15:15:40 UTC

svn commit: r698171 - /maven/doxia/doxia/trunk/doxia-book/pom.xml

Author: vsiveton
Date: Tue Sep 23 06:15:39 2008
New Revision: 698171

URL: http://svn.apache.org/viewvc?rev=698171&view=rev
Log:
o ordering pom 
o remove version for modello

Modified:
    maven/doxia/doxia/trunk/doxia-book/pom.xml

Modified: maven/doxia/doxia/trunk/doxia-book/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-book/pom.xml?rev=698171&r1=698170&r2=698171&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-book/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-book/pom.xml Tue Sep 23 06:15:39 2008
@@ -21,14 +21,17 @@
 
 <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>
+
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia</artifactId>
     <version>1.0-beta-1-SNAPSHOT</version>
   </parent>
+
   <artifactId>doxia-book</artifactId>
   <name>Doxia :: Book Component</name>
   <description>A component to write books like user manuals and guides in any format supported by Doxia.</description>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
@@ -101,12 +104,12 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
   <build>
     <plugins>
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
-        <version>1.0-alpha-17</version>
         <configuration>
           <model>src/main/modello/book.mdo</model>
           <version>1.0.0</version>