Author: vsiveton
Date: Thu Sep  8 10:44:11 2011
New Revision: 1166615

URL: http://svn.apache.org/viewvc?rev=1166615&view=rev
Log:
o fixed build due to r1166161

Modified:
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/eclipse-plugins/pom.xml

Modified: maven/sandbox/trunk/doxia/doxia-ide/eclipse/eclipse-plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/eclipse-plugins/pom.xml?rev=1166615&r1=1166614&r2=1166615&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/eclipse-plugins/pom.xml 
(original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/eclipse-plugins/pom.xml Thu Sep 
 8 10:44:11 2011
@@ -23,17 +23,25 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.maven.doxia.ide</groupId>
-    <artifactId>eclipse-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
+    <groupId>org.apache.maven</groupId>
+    <artifactId>maven-parent</artifactId>
+    <version>21</version>
+    <relativePath/>
   </parent>
 
+  <groupId>org.apache.maven.doxia.ide</groupId>
   <artifactId>eclipse-plugins</artifactId>
   <version>1.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <description>The eclipse plugins, features, and update site are 
here.</description>
+  <url>http://maven.apache.org/doxia</url>
+
+  <scm>
+      
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide/eclipse/eclipse-plugins</connection>
+      
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide/eclipse/eclipse-plugins</developerConnection>
+      
<url>https://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide/eclipse/eclipse-plugins</url>
+  </scm>
 
   <properties>
     <tycho-version>0.12.0</tycho-version>


Reply via email to