You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2011/05/17 08:38:22 UTC

svn commit: r1104012 - in /maven/sandbox/trunk/doxia: doxia-review/pom.xml pom.xml

Author: ltheussl
Date: Tue May 17 06:38:22 2011
New Revision: 1104012

URL: http://svn.apache.org/viewvc?rev=1104012&view=rev
Log:
upgrade parent, remove doxia-ide from modules, the remote repo is not available anymore

Modified:
    maven/sandbox/trunk/doxia/doxia-review/pom.xml
    maven/sandbox/trunk/doxia/pom.xml

Modified: maven/sandbox/trunk/doxia/doxia-review/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-review/pom.xml?rev=1104012&r1=1104011&r2=1104012&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-review/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-review/pom.xml Tue May 17 06:38:22 2011
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia</artifactId>
-    <version>1.1.2</version>
+    <version>1.2</version>
   </parent>
 
   <artifactId>doxia-review</artifactId>
@@ -15,17 +15,14 @@
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
-      <version>${doxiaVersion}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-logging-api</artifactId>
-      <version>${doxiaVersion}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-core</artifactId>
-      <version>${doxiaVersion}</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

Modified: maven/sandbox/trunk/doxia/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/pom.xml?rev=1104012&r1=1104011&r2=1104012&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/pom.xml (original)
+++ maven/sandbox/trunk/doxia/pom.xml Tue May 17 06:38:22 2011
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <artifactId>doxia</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.0</version>
+    <version>1.2</version>
   </parent>
   <artifactId>doxia-sandbox</artifactId>
   <name>Doxia :: Sandbox</name>
@@ -32,7 +32,7 @@ under the License.
   <packaging>pom</packaging>
   <modules>
     <module>doxia-editor</module>
-    <module>doxia-ide</module>
+    <!--<module>doxia-ide</module>-->
     <module>doxia-module-mediawiki</module>
     <module>doxia-module-xwiki</module>
     <module>doxia-review</module>