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:14:28 UTC

[sling-launchpad-standalone-archetype] 02/15: SLING-1054 - adding parent pom and fixing spelling of artifactid

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

rombert pushed a commit to annotated tag sling-launchpad-standalone-archetype-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-launchpad-standalone-archetype.git

commit 4726f14e64611bfaacc1a18640418331276319d4
Author: Justin Edelson <ju...@apache.org>
AuthorDate: Fri Jun 11 00:13:11 2010 +0000

    SLING-1054 - adding parent pom and fixing spelling of artifactid
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/launchpad-standalone@953513 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 54 +++++++++++++++++++++++++++++-------------------------
 1 file changed, 29 insertions(+), 25 deletions(-)

diff --git a/pom.xml b/pom.xml
index eefa5a7..4149ae0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,29 +11,33 @@
     either express or implied. See the License for the specific language governing permissions
     and limitations under the License.
 -->
-<project 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>
-  <groupId>org.apache.sling</groupId>
-  <artifactId>sling-launchpad-standalone-archtype</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
-  <packaging>maven-archetype</packaging>
-  <name>Sling Launchpad Standalone Archetype</name>
-  <description>Maven archetype for Sling Launchpad Standalone applications</description>
-  <build>
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.archetype</groupId>
-        <artifactId>archetype-packaging</artifactId>
-        <version>2.0-alpha-4</version>
-      </extension>
-    </extensions>
-    <plugins>
-      <plugin>
-        <artifactId>maven-archetype-plugin</artifactId>
-        <version>2.0-alpha-4</version>
-        <extensions>true</extensions>
-      </plugin>
-    </plugins>
-  </build>
+<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.sling</groupId>
+        <artifactId>sling</artifactId>
+        <version>9</version>
+        <relativePath>../../parent/pom.xml</relativePath>
+    </parent>
+    <artifactId>sling-launchpad-standalone-archetype</artifactId>
+    <version>0.0.1-SNAPSHOT</version>
+    <packaging>maven-archetype</packaging>
+    <name>Sling Launchpad Standalone Archetype</name>
+    <description>Maven archetype for Sling Launchpad Standalone applications</description>
+    <build>
+        <extensions>
+            <extension>
+                <groupId>org.apache.maven.archetype</groupId>
+                <artifactId>archetype-packaging</artifactId>
+                <version>2.0-alpha-4</version>
+            </extension>
+        </extensions>
+        <plugins>
+            <plugin>
+                <artifactId>maven-archetype-plugin</artifactId>
+                <version>2.0-alpha-4</version>
+                <extensions>true</extensions>
+            </plugin>
+        </plugins>
+    </build>
 </project>

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