You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2012/08/01 17:50:32 UTC

svn commit: r1368067 - /sling/trunk/samples/installing-dependencies/pom.xml

Author: cziegeler
Date: Wed Aug  1 15:50:32 2012
New Revision: 1368067

URL: http://svn.apache.org/viewvc?rev=1368067&view=rev
Log:
Use Apache parent pom to allow jenkins to deploy snapshots

Modified:
    sling/trunk/samples/installing-dependencies/pom.xml

Modified: sling/trunk/samples/installing-dependencies/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/samples/installing-dependencies/pom.xml?rev=1368067&r1=1368066&r2=1368067&view=diff
==============================================================================
--- sling/trunk/samples/installing-dependencies/pom.xml (original)
+++ sling/trunk/samples/installing-dependencies/pom.xml Wed Aug  1 15:50:32 2012
@@ -11,6 +11,13 @@
     language governing permissions and limitations under the License. -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>8</version>
+    </parent>
+
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.sling</groupId>
     <artifactId>installing-dependencies-sample</artifactId>