You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bi...@apache.org on 2011/08/27 16:44:08 UTC

svn commit: r1162363 - in /maven/sandbox/trunk/doxia: doxia-editor/pom.xml doxia-ide/pom.xml doxia-module-mediawiki/pom.xml doxia-module-xwiki/pom.xml doxia-review/pom.xml pom.xml

Author: bimargulies
Date: Sat Aug 27 14:44:08 2011
New Revision: 1162363

URL: http://svn.apache.org/viewvc?rev=1162363&view=rev
Log:
Clean up after bug in release plugin, rationalize (I hope) some versions on the way.

Modified:
    maven/sandbox/trunk/doxia/doxia-editor/pom.xml
    maven/sandbox/trunk/doxia/doxia-ide/pom.xml
    maven/sandbox/trunk/doxia/doxia-module-mediawiki/pom.xml
    maven/sandbox/trunk/doxia/doxia-module-xwiki/pom.xml
    maven/sandbox/trunk/doxia/doxia-review/pom.xml
    maven/sandbox/trunk/doxia/pom.xml

Modified: maven/sandbox/trunk/doxia/doxia-editor/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-editor/pom.xml?rev=1162363&r1=1162362&r2=1162363&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-editor/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-editor/pom.xml Sat Aug 27 14:44:08 2011
@@ -23,11 +23,11 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia</artifactId>
-    <version>1.0</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>doxia-editor</artifactId>
-  <version>1-tycho-SNAPSHOT</version>
+  <version>1.0-SNAPSHOT</version>
   <name>Doxia :: Swing Editor</name>
   <dependencies>
     <dependency>

Modified: maven/sandbox/trunk/doxia/doxia-ide/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/pom.xml?rev=1162363&r1=1162362&r2=1162363&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/pom.xml Sat Aug 27 14:44:08 2011
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia-sandbox</artifactId>
-    <version>1.2</version>
+    <version>1.0-SANDBOX</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>doxia-ide</artifactId>

Modified: maven/sandbox/trunk/doxia/doxia-module-mediawiki/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-module-mediawiki/pom.xml?rev=1162363&r1=1162362&r2=1162363&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-module-mediawiki/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-module-mediawiki/pom.xml Sat Aug 27 14:44:08 2011
@@ -23,13 +23,13 @@ under the License.
   <parent>
     <artifactId>doxia</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.0</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven.doxia</groupId>
   <artifactId>doxia-module-mediawiki</artifactId>
   <name>Doxia :: Mediawiki Module</name>
-  <version>1-tycho-SNAPSHOT</version>
+  <version>1.0-SNAPSHOT</version>
   <dependencies>
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>

Modified: maven/sandbox/trunk/doxia/doxia-module-xwiki/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-module-xwiki/pom.xml?rev=1162363&r1=1162362&r2=1162363&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-module-xwiki/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-module-xwiki/pom.xml Sat Aug 27 14:44:08 2011
@@ -23,11 +23,11 @@ under the License.
   <parent>
     <artifactId>doxia-modules</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.0</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>doxia-module-xwiki</artifactId>
-  <version>1-tycho-SNAPSHOT</version>
+  <version>1.0-SNAPSHOT</version>
   <name>Doxia :: XWiki Module</name>
   <description>A Doxia module for XWiki</description>
   <dependencies>

Modified: maven/sandbox/trunk/doxia/doxia-review/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-review/pom.xml?rev=1162363&r1=1162362&r2=1162363&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-review/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-review/pom.xml Sat Aug 27 14:44:08 2011
@@ -8,7 +8,7 @@
   </parent>
 
   <artifactId>doxia-review</artifactId>
-  <version>1-tycho-SNAPSHOT</version>
+  <version>1.0-SNAPSHOT</version>
   <name>Doxia :: Code to review</name>
   <description>Code to review before including it on trunk.</description>
 

Modified: maven/sandbox/trunk/doxia/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/pom.xml?rev=1162363&r1=1162362&r2=1162363&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/pom.xml (original)
+++ maven/sandbox/trunk/doxia/pom.xml Sat Aug 27 14:44:08 2011
@@ -27,21 +27,21 @@ under the License.
     <version>1.2</version>
   </parent>
   <artifactId>doxia-sandbox</artifactId>
-  <version>1-tycho-SNAPSHOT</version>
+  <version>1.0-SNAPSHOT</version>
   <name>Doxia :: Sandbox</name>
   <description>Doxia Sandbox components</description>
   <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>
   </modules>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia/branches/eclipse-with-tycho</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia/branches/eclipse-with-tycho</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/doxia/doxia/branches/eclipse-with-tycho</url>
+    <connection>scm:svn:htts://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/sandbox/trunk/doxia/</url>
   </scm>
 </project>