You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2008/03/12 23:38:08 UTC

svn commit: r636545 - /geronimo/specs/trunk/specs-parent/pom.xml

Author: djencks
Date: Wed Mar 12 15:38:05 2008
New Revision: 636545

URL: http://svn.apache.org/viewvc?rev=636545&view=rev
Log:
[maven-release-plugin] prepare release specs-parent-1.5

Modified:
    geronimo/specs/trunk/specs-parent/pom.xml

Modified: geronimo/specs/trunk/specs-parent/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/specs-parent/pom.xml?rev=636545&r1=636544&r2=636545&view=diff
==============================================================================
--- geronimo/specs/trunk/specs-parent/pom.xml (original)
+++ geronimo/specs/trunk/specs-parent/pom.xml Wed Mar 12 15:38:05 2008
@@ -32,16 +32,16 @@
     <artifactId>specs-parent</artifactId>
     <packaging>pom</packaging>
     <name>Geronimo Specifications</name>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5</version>
 
     <description>
         Provides open-source implementations of Sun specifications.
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/specs-parent</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/specs-parent</developerConnection>
-        <url>http://svn.apache.org/viewvc/geronimo/specs/trunk/specs-parent</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/tags/specs-parent-1.5</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/specs-parent-1.5</developerConnection>
+        <url>http://svn.apache.org/viewvc/geronimo/specs/tags/specs-parent-1.5</url>
     </scm>
 
     <url>http://geronimo.apache.org/maven/${siteId}/${version}</url>
@@ -64,7 +64,7 @@
               -->
         <geronimo.osgi.import.pkg>*</geronimo.osgi.import.pkg>
         <geronimo.osgi.export.pkg>*</geronimo.osgi.export.pkg>
-        <geronimo.osgi.private.pkg/>
+        <geronimo.osgi.private.pkg />
         <geronimo.osgi.export>!META-INF*,${geronimo.osgi.export.pkg}*;version=${geronimo.osgi.export.version}</geronimo.osgi.export>
         <geronimo.osgi.export.version>${project.version}</geronimo.osgi.export.version>
         <geronimo.osgi.import>!META-INF*,${geronimo.osgi.import.pkg}</geronimo.osgi.import>