You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/04/23 19:19:56 UTC

svn commit: r937410 - /geronimo/bundles/trunk/httpcore/pom.xml

Author: rickmcguire
Date: Fri Apr 23 17:19:55 2010
New Revision: 937410

URL: http://svn.apache.org/viewvc?rev=937410&view=rev
Log:
[maven-release-plugin] prepare release httpcore-4.0.1_1

Modified:
    geronimo/bundles/trunk/httpcore/pom.xml

Modified: geronimo/bundles/trunk/httpcore/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/httpcore/pom.xml?rev=937410&r1=937409&r2=937410&view=diff
==============================================================================
--- geronimo/bundles/trunk/httpcore/pom.xml (original)
+++ geronimo/bundles/trunk/httpcore/pom.xml Fri Apr 23 17:19:55 2010
@@ -1,5 +1,4 @@
-<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">
+<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">
 
     <!--
 
@@ -29,7 +28,7 @@
 
     <groupId>org.apache.geronimo.bundles</groupId>
     <artifactId>${pkgArtifactId}</artifactId>
-    <version>${pkgVersion}${bundleVersion}</version>
+    <version>4.0.1_1</version>
     <packaging>bundle</packaging>
     <name>Apache Geronimo Bundles: ${pkgArtifactId}-${pkgVersion}</name>
     <description>
@@ -37,9 +36,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/bundles/trunk/httpcore</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/bundles/trunk/httpcore</developerConnection>
-        <url>http://svn.apache.org/viewvc/geronimo/bundles/trunk/http-core</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/bundles/tags/httpcore-4.0.1_1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/bundles/tags/httpcore-4.0.1_1</developerConnection>
+        <url>http://svn.apache.org/viewvc/geronimo/bundles/tags/httpcore-4.0.1_1</url>
     </scm>
 
     <properties>