You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2010/09/16 08:53:46 UTC

svn commit: r997608 - /sling/trunk/installer/osgi/installer/pom.xml

Author: cziegeler
Date: Thu Sep 16 06:53:45 2010
New Revision: 997608

URL: http://svn.apache.org/viewvc?rev=997608&view=rev
Log:
[maven-release-plugin] prepare release org.apache.sling.osgi.installer-3.0.0

Modified:
    sling/trunk/installer/osgi/installer/pom.xml

Modified: sling/trunk/installer/osgi/installer/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/installer/osgi/installer/pom.xml?rev=997608&r1=997607&r2=997608&view=diff
==============================================================================
--- sling/trunk/installer/osgi/installer/pom.xml (original)
+++ sling/trunk/installer/osgi/installer/pom.xml Thu Sep 16 06:53:45 2010
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.osgi.installer</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling OSGi Installer</name>
@@ -38,9 +38,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/installer/osgi/installer</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/installer/osgi/installer</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/installer/osgi/installer</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.osgi.installer-3.0.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.osgi.installer-3.0.0</developerConnection>
+        <url>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.osgi.installer-3.0.0</url>
     </scm>
 
 	<build>
@@ -94,13 +94,13 @@
                             <tasks name="Create a test bundle">
                                 <jar destfile="${project.build.directory}/${project.artifactId}-${project.version}-testbundle-1.0.jar">
                                     <fileset dir="${project.build.directory}/classes">
-                                        <include name="META-INF/**"/>
+                                        <include name="META-INF/**" />
                                     </fileset>
                                     <manifest>
-                                        <attribute name="Manifest-Version" value="2"/>
-                                        <attribute name="Bundle-Name" value="OSGi installer test bundle"/>
-                                        <attribute name="Bundle-SymbolicName" value="osgi-installer-testbundle"/>
-                                        <attribute name="Bundle-Version" value="1.0.4"/>
+                                        <attribute name="Manifest-Version" value="2" />
+                                        <attribute name="Bundle-Name" value="OSGi installer test bundle" />
+                                        <attribute name="Bundle-SymbolicName" value="osgi-installer-testbundle" />
+                                        <attribute name="Bundle-Version" value="1.0.4" />
                                     </manifest>
                                 </jar>
                             </tasks>