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/12/15 23:00:22 UTC

svn commit: r726830 - in /maven/doxia/doxia-sitetools/trunk: doxia-decoration-model/pom.xml doxia-doc-renderer/pom.xml doxia-site-renderer/pom.xml pom.xml

Author: vsiveton
Date: Mon Dec 15 14:00:21 2008
New Revision: 726830

URL: http://svn.apache.org/viewvc?rev=726830&view=rev
Log:
o renamed version according http://doxia-dev.markmail.org/message/k5pvjrlwadexurdr

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml
    maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml
    maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml
    maven/doxia/doxia-sitetools/trunk/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml?rev=726830&r1=726829&r2=726830&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml Mon Dec 15 14:00:21 2008
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>doxia-sitetools</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.0-beta-1-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml?rev=726830&r1=726829&r2=726830&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml Mon Dec 15 14:00:21 2008
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>doxia-sitetools</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.0-beta-1-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml?rev=726830&r1=726829&r2=726830&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml Mon Dec 15 14:00:21 2008
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>doxia-sitetools</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.0-beta-1-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -115,7 +115,7 @@
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-module-docbook-simple</artifactId>
-      <version>1.0-beta-1-SNAPSHOT</version>
+      <version>1.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency> 
     <dependency>

Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=726830&r1=726829&r2=726830&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Mon Dec 15 14:00:21 2008
@@ -31,7 +31,7 @@
 
   <groupId>org.apache.maven.doxia</groupId>
   <artifactId>doxia-sitetools</artifactId>
-  <version>1.0-beta-1-SNAPSHOT</version>
+  <version>1.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Doxia Sitetools</name>
@@ -115,7 +115,7 @@
 
   <properties>
     <projectVersion>${project.version}</projectVersion>
-    <doxiaVersion>1.0-beta-1-SNAPSHOT</doxiaVersion>
+    <doxiaVersion>1.1-SNAPSHOT</doxiaVersion>
   </properties>
 
   <dependencyManagement>