Author: cziegeler
Date: Wed Jun  4 09:15:14 2008
New Revision: 663289

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

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

Modified: incubator/sling/trunk/launchpad/webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/pom.xml?rev=663289&r1=663288&r2=663289&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/webapp/pom.xml (original)
+++ incubator/sling/trunk/launchpad/webapp/pom.xml Wed Jun  4 09:15:14 2008
@@ -1,22 +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>
@@ -29,7 +10,7 @@
 
     <artifactId>org.apache.sling.launchpad.webapp</artifactId>
     <packaging>war</packaging>
-    <version>2.0.0-incubator-SNAPSHOT</version>
+    <version>2.0.0-incubator</version>
 
     <name>Sling - Launchpad Web Application</name>
     <description>
@@ -38,15 +19,9 @@
     </description>
 
     <scm>
-        <connection>
-            
scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/launchpad/webapp
-        </connection>
-        <developerConnection>
-            
scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/launchpad/webapp
-        </developerConnection>
-        <url>
-            http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp
-        </url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/tags/org.apache.sling.launchpad.webapp-2.0.0-incubator</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/tags/org.apache.sling.launchpad.webapp-2.0.0-incubator</developerConnection>
+        
<url>http://svn.apache.org/viewvc/incubator/sling/tags/org.apache.sling.launchpad.webapp-2.0.0-incubator</url>
     </scm>
 
     <properties>
@@ -56,10 +31,10 @@
         <http.port>8888</http.port>
         
         <!-- path suffix for HTTP access to Sling -->
-        <http.base.path></http.base.path>
+        <http.base.path />
 
         <!-- path suffix for WebDAV access to the repository -->
-        <webdav.workspace.path></webdav.workspace.path>
+        <webdav.workspace.path />
 
         <!-- hostname for integration tests -->
         <test.host>localhost</test.host>
@@ -109,8 +84,7 @@
                     </systemProperties>
 
                     <connectors>
-                        <connector
-                            
implementation="org.mortbay.jetty.nio.SelectChannelConnector">
+                        <connector 
implementation="org.mortbay.jetty.nio.SelectChannelConnector">
                             <port>${http.port}</port>
                             <maxIdleTime>60000</maxIdleTime>
                         </connector>
@@ -517,4 +491,4 @@
         </dependency>
 
     </dependencies>
-</project>
+</project>
\ No newline at end of file


Reply via email to