You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:12:48 UTC

[sling-apache-sling-jar-resource-bundle] 02/04: correcting pom

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag apache-sling-jar-resource-bundle-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-apache-sling-jar-resource-bundle.git

commit 62ec143e17bc5bc41b10b944c71bd46db4e4a643
Author: Justin Edelson <ju...@apache.org>
AuthorDate: Wed Aug 31 19:54:25 2011 +0000

    correcting pom
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/maven/apache-sling-jar-resource-bundle@1163770 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/pom.xml b/pom.xml
index ab039e2..0b9607d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.