Author: rombert
Date: Fri May 30 09:54:11 2014
New Revision: 1598530

URL: http://svn.apache.org/r1598530
Log:
SLING-3620 - POM preparations for release

Use the apache parent pom and set an URL.

Modified:
    sling/trunk/tooling/ide/pom.xml

Modified: sling/trunk/tooling/ide/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/ide/pom.xml?rev=1598530&r1=1598529&r2=1598530&view=diff
==============================================================================
--- sling/trunk/tooling/ide/pom.xml (original)
+++ sling/trunk/tooling/ide/pom.xml Fri May 30 09:54:11 2014
@@ -3,11 +3,18 @@
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";
        xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
        <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>14</version>
+    </parent>
        <groupId>org.apache.sling.ide</groupId>
        <artifactId>reactor</artifactId>
        <version>0.0.1-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>Sling IDE Tools: Reactor</name>
+    <url>http://sling.apache.org</url>
+    
        <modules>
                <module>target-definition</module>
                <module>api</module>


Reply via email to