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 2009/06/09 02:36:39 UTC

svn commit: r782847 - /geronimo/specs/trunk/geronimo-jaspic_1.0_spec/pom.xml

Author: djencks
Date: Tue Jun  9 00:36:39 2009
New Revision: 782847

URL: http://svn.apache.org/viewvc?rev=782847&view=rev
Log:
[maven-release-plugin] prepare release geronimo-jaspic_1.0_spec-1.0

Modified:
    geronimo/specs/trunk/geronimo-jaspic_1.0_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-jaspic_1.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jaspic_1.0_spec/pom.xml?rev=782847&r1=782846&r2=782847&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-jaspic_1.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-jaspic_1.0_spec/pom.xml Tue Jun  9 00:36:39 2009
@@ -20,8 +20,7 @@
 
 <!-- $Rev$ $Date$ -->
 
-<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">
 
     <modelVersion>4.0.0</modelVersion>
 
@@ -35,7 +34,7 @@
     <artifactId>geronimo-jaspic_1.0_spec</artifactId>
     <packaging>bundle</packaging>
     <name>Java Authentication SPI for Containers</name>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
 
     <description>Java Authentication Service Provider Interface for Containers (JSR-196) api</description>
 
@@ -52,9 +51,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jaspic_1.0_spec/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jaspic_1.0_spec/</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-jaspic_1.0_spec/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jaspic_1.0_spec-1.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jaspic_1.0_spec-1.0</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-jaspic_1.0_spec-1.0</url>
     </scm>
 
     <build>