Author: cziegeler
Date: Wed Feb 27 10:03:31 2013
New Revision: 1450700

URL: http://svn.apache.org/r1450700
Log:
[maven-release-plugin] prepare release org.apache.sling.launchpad.base-2.5.0

Modified:
    sling/trunk/launchpad/base/pom.xml

Modified: sling/trunk/launchpad/base/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/base/pom.xml?rev=1450700&r1=1450699&r2=1450700&view=diff
==============================================================================
--- sling/trunk/launchpad/base/pom.xml (original)
+++ sling/trunk/launchpad/base/pom.xml Wed Feb 27 10:03:31 2013
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.launchpad.base</artifactId>
-    <version>2.4.1-SNAPSHOT</version>
+    <version>2.5.0</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Launchpad Base</name>
@@ -42,9 +42,9 @@
     </properties>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/launchpad/base</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/launchpad/base</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/launchpad/base</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.launchpad.base-2.5.0</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.launchpad.base-2.5.0</developerConnection>
+        
<url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.launchpad.base-2.5.0</url>
     </scm>
 
     <build>
@@ -60,11 +60,8 @@
                         <configuration>
                             <skip>${maven.test.skip}</skip>
                             <target name="build">
-                                <taskdef 
resource="aQute/bnd/ant/taskdef.properties"
-                                    classpathref="maven.plugin.classpath" />
-                                <bnd 
classpath="${project.build.testOutputDirectory}" failok="false"
-                                    exceptions="true" 
files="src/test/resources/test1.bnd"
-                                    
output="${project.build.testOutputDirectory}" />
+                                <taskdef 
resource="aQute/bnd/ant/taskdef.properties" 
classpathref="maven.plugin.classpath" />
+                                <bnd 
classpath="${project.build.testOutputDirectory}" failok="false" 
exceptions="true" files="src/test/resources/test1.bnd" 
output="${project.build.testOutputDirectory}" />
                             </target>
                         </configuration>
                         <goals>


Reply via email to