Author: cziegeler
Date: Wed Jun  4 09:08:32 2008
New Revision: 663282

URL: http://svn.apache.org/viewvc?rev=663282&view=rev
Log:
[maven-release-plugin] prepare release 
org.apache.sling.launchpad.content-2.0.0-incubator

Modified:
    incubator/sling/trunk/launchpad/content/pom.xml

Modified: incubator/sling/trunk/launchpad/content/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/content/pom.xml?rev=663282&r1=663281&r2=663282&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/content/pom.xml (original)
+++ incubator/sling/trunk/launchpad/content/pom.xml Wed Jun  4 09:08:32 2008
@@ -1,23 +1,3 @@
-<?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
-  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/maven-v4_0_0.xsd";>
 
   <modelVersion>4.0.0</modelVersion>
@@ -30,7 +10,7 @@
 
   <artifactId>org.apache.sling.launchpad.content</artifactId>
   <packaging>bundle</packaging>
-  <version>2.0.0-incubator-SNAPSHOT</version>
+  <version>2.0.0-incubator</version>
 
   <name>Sling - Launchpad Content</name>
   <description>
@@ -39,11 +19,9 @@
   </description>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/launchpad/content</connection>
-    <developerConnection>
-      
scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/launchpad/content
-    </developerConnection>
-    
<url>http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/content</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/tags/org.apache.sling.launchpad.content-2.0.0-incubator</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/tags/org.apache.sling.launchpad.content-2.0.0-incubator</developerConnection>
+    
<url>http://svn.apache.org/viewvc/incubator/sling/tags/org.apache.sling.launchpad.content-2.0.0-incubator</url>
   </scm>
 
   <build>
@@ -54,7 +32,7 @@
         <extensions>true</extensions>
         <configuration>
           <instructions>
-            <Export-Package></Export-Package>
+            <Export-Package />
             <Sling-Initial-Content>content</Sling-Initial-Content>
           </instructions>
         </configuration>
@@ -75,4 +53,4 @@
             </plugin>
         </plugins>
     </reporting>
-</project>
+</project>
\ No newline at end of file


Reply via email to