You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2011/08/31 21:54:25 UTC

svn commit: r1163770 - /sling/trunk/maven/apache-sling-jar-resource-bundle/pom.xml

Author: justin
Date: Wed Aug 31 19:54:25 2011
New Revision: 1163770

URL: http://svn.apache.org/viewvc?rev=1163770&view=rev
Log:
correcting pom

Modified:
    sling/trunk/maven/apache-sling-jar-resource-bundle/pom.xml

Modified: sling/trunk/maven/apache-sling-jar-resource-bundle/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/maven/apache-sling-jar-resource-bundle/pom.xml?rev=1163770&r1=1163769&r2=1163770&view=diff
==============================================================================
--- sling/trunk/maven/apache-sling-jar-resource-bundle/pom.xml (original)
+++ sling/trunk/maven/apache-sling-jar-resource-bundle/pom.xml Wed Aug 31 19:54:25 2011
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!--
   ~ Licensed to the Apache Software Foundation (ASF) under one
   ~ or more contributor license agreements.  See the NOTICE file
@@ -18,23 +17,24 @@
   ~ specific 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/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-      <groupId>org.apache</groupId>
-      <artifactId>apache</artifactId>
-      <version>9</version>
-      <relativePath />
-  </parent>
-
-  <groupId>org.apache.sling</groupId>
-  <artifactId>apache-sling-jar-resource-bundle</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-
-  <name>Apache Sling JAR Resource Bundle</name>
-  <description>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>9</version>
+        <relativePath/>
+    </parent>
+    <groupId>org.apache.sling</groupId>
+    <artifactId>apache-sling-jar-resource-bundle</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <name>Apache Sling JAR Resource Bundle</name>
+    <description>
     An archive which contains templates for generating the necessary Sling notice file.
-  </description>
+    </description>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/maven/apache-sling-jar-resource-bundle</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/maven/apache-sling-jar-resource-bundle</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/maven/apache-sling-jar-resource-bundle</url>
+    </scm>
 </project>