You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gn...@apache.org on 2008/02/01 10:09:15 UTC

svn commit: r617379 - /geronimo/specs/trunk/pom.xml

Author: gnodet
Date: Fri Feb  1 01:09:13 2008
New Revision: 617379

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

Modified:
    geronimo/specs/trunk/pom.xml

Modified: geronimo/specs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/pom.xml?rev=617379&r1=617378&r2=617379&view=diff
==============================================================================
--- geronimo/specs/trunk/pom.xml (original)
+++ geronimo/specs/trunk/pom.xml Fri Feb  1 01:09:13 2008
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <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">
 
 	<!--
@@ -34,16 +33,16 @@
     <artifactId>specs</artifactId>
     <packaging>pom</packaging>
     <name>Geronimo Specifications</name>
-    <version>1.4-SNAPSHOT</version>
+    <version>1.4</version>
 
     <description>
         Provides open-source implementations of Sun specifications.
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/</developerConnection>
-        <url>http://svn.apache.org/viewvc/geronimo/specs/trunk/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/tags/specs-1.4</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/specs-1.4</developerConnection>
+        <url>http://svn.apache.org/viewvc/geronimo/specs/tags/specs-1.4</url>
     </scm>
 
     <dependencies>
@@ -65,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.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>
@@ -299,4 +298,4 @@
         </site>
     </distributionManagement>
 
-</project>
+</project>
\ No newline at end of file