You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2011/07/18 15:32:54 UTC

svn commit: r1147870 - /geronimo/bundles/trunk/woodstox-core-asl/pom.xml

Author: genspring
Date: Mon Jul 18 13:32:53 2011
New Revision: 1147870

URL: http://svn.apache.org/viewvc?rev=1147870&view=rev
Log:
[maven-release-plugin] prepare release woodstox-core-asl-4.1.1_1

Modified:
    geronimo/bundles/trunk/woodstox-core-asl/pom.xml

Modified: geronimo/bundles/trunk/woodstox-core-asl/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/woodstox-core-asl/pom.xml?rev=1147870&r1=1147869&r2=1147870&view=diff
==============================================================================
--- geronimo/bundles/trunk/woodstox-core-asl/pom.xml (original)
+++ geronimo/bundles/trunk/woodstox-core-asl/pom.xml Mon Jul 18 13:32:53 2011
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.geronimo.bundles</groupId>
     <artifactId>woodstox-core-asl</artifactId>
-    <version>${pkgVersion}_1-SNAPSHOT</version>
+    <version>4.1.1_1</version>
     <packaging>bundle</packaging>
     <name>Apache Geronimo Bundles: ${pkgArtifactId}-${version}</name>
     <description>
@@ -36,9 +36,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/bundles/trunk/woodstox-core-asl</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/bundles/trunk/woodstox-core-asl</developerConnection>
-        <url>http://svn.apache.org/viewvc/geronimo/bundles/trunk/woodstox-core-asl</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/bundles/tags/woodstox-core-asl-4.1.1_1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/bundles/tags/woodstox-core-asl-4.1.1_1</developerConnection>
+        <url>http://svn.apache.org/viewvc/geronimo/bundles/tags/woodstox-core-asl-4.1.1_1</url>
     </scm>
 
     <properties>
@@ -105,11 +105,11 @@
                            META-INF;-split-package:=merge-first,
                            META-INF.services;-split-package:=merge-first
                         </Private-Package>
-                        <DynamicImport-Package></DynamicImport-Package>
+                        <DynamicImport-Package />
                         <SPI-Provider>true</SPI-Provider>
                         <!-- Leave this value unchanged, as woden uses this value to detect the stax implementation vendor-->
                         <Implementation-Vendor>http://woodstox.codehaus.org</Implementation-Vendor>
-                        <Implementation-Vendor-Id></Implementation-Vendor-Id>
+                        <Implementation-Vendor-Id />
                     </instructions>
                 </configuration>
             </plugin>