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 18:04:43 UTC

svn commit: r1162386 - in /maven/sandbox/branches/doxia-ide-eclipse-with-tycho: org.apache.maven.doxia.eclipse.dependencies/pom.xml pom.xml

Author: bimargulies
Date: Sat Aug 27 16:04:43 2011
New Revision: 1162386

URL: http://svn.apache.org/viewvc?rev=1162386&view=rev
Log:
More non-use of doxia parent pom; fix scm.

Modified:
    maven/sandbox/branches/doxia-ide-eclipse-with-tycho/org.apache.maven.doxia.eclipse.dependencies/pom.xml
    maven/sandbox/branches/doxia-ide-eclipse-with-tycho/pom.xml

Modified: maven/sandbox/branches/doxia-ide-eclipse-with-tycho/org.apache.maven.doxia.eclipse.dependencies/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/org.apache.maven.doxia.eclipse.dependencies/pom.xml?rev=1162386&r1=1162385&r2=1162386&view=diff
==============================================================================
--- maven/sandbox/branches/doxia-ide-eclipse-with-tycho/org.apache.maven.doxia.eclipse.dependencies/pom.xml (original)
+++ maven/sandbox/branches/doxia-ide-eclipse-with-tycho/org.apache.maven.doxia.eclipse.dependencies/pom.xml Sat Aug 27 16:04:43 2011
@@ -32,9 +32,9 @@ under the License.
     <name>Doxia Tools :: Eclipse IDE - Dependencies as Bundle</name>
     <description>Make an OSGi bundle of the required non-OSGi components</description>
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/dependencies</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/dependencies</developerConnection>
-        <url>https://svn.apache.org/repos/asf/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/dependencies</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/org.apache.maven.doxia.eclipse.dependencies</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/org.apache.maven.doxia.eclipse.dependencies</developerConnection>
+        <url>https://svn.apache.org/repos/asf/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/org.apache.maven.doxia.eclipse.dependencies</url>
     </scm>
     <prerequisites>
         <maven>3.0.3</maven>

Modified: maven/sandbox/branches/doxia-ide-eclipse-with-tycho/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/pom.xml?rev=1162386&r1=1162385&r2=1162386&view=diff
==============================================================================
--- maven/sandbox/branches/doxia-ide-eclipse-with-tycho/pom.xml (original)
+++ maven/sandbox/branches/doxia-ide-eclipse-with-tycho/pom.xml Sat Aug 27 16:04:43 2011
@@ -23,9 +23,10 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.maven.doxia</groupId>
-    <artifactId>doxia</artifactId>
-    <version>1.2</version>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-parent</artifactId>
+      <version>21</version>
+      <relativePath/>
   </parent>
 
   <groupId>org.apache.maven.doxia.ide</groupId>