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/12/02 05:34:26 UTC

svn commit: r1209359 - /sling/trunk/maven/adapter-annotations/pom.xml

Author: justin
Date: Fri Dec  2 04:34:20 2011
New Revision: 1209359

URL: http://svn.apache.org/viewvc?rev=1209359&view=rev
Log:
SLING-2313 - apparently I forgot to add the pom file

Added:
    sling/trunk/maven/adapter-annotations/pom.xml

Added: sling/trunk/maven/adapter-annotations/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/maven/adapter-annotations/pom.xml?rev=1209359&view=auto
==============================================================================
--- sling/trunk/maven/adapter-annotations/pom.xml (added)
+++ sling/trunk/maven/adapter-annotations/pom.xml Fri Dec  2 04:34:20 2011
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  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>
+        <artifactId>sling</artifactId>
+        <groupId>org.apache.sling</groupId>
+        <version>12</version>
+        <relativePath>../../parent/pom.xml</relativePath>
+    </parent>
+    <groupId>org.apache.sling</groupId>
+    <artifactId>adapter-annotations</artifactId>
+    <version>0.0.1-SNAPSHOT</version>
+    <name>Sling Adapter Annotations</name>
+    <description>Annotations used to generate Sling Adapter metadata</description>
+</project>
\ No newline at end of file