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

svn commit: r792336 - /geronimo/specs/trunk/geronimo-annotation_1.0-MR1_spec/pom.xml

Author: janb
Date: Wed Jul  8 21:54:15 2009
New Revision: 792336

URL: http://svn.apache.org/viewvc?rev=792336&view=rev
Log:
Fix versions

Modified:
    geronimo/specs/trunk/geronimo-annotation_1.0-MR1_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-annotation_1.0-MR1_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-annotation_1.0-MR1_spec/pom.xml?rev=792336&r1=792335&r2=792336&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-annotation_1.0-MR1_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-annotation_1.0-MR1_spec/pom.xml Wed Jul  8 21:54:15 2009
@@ -31,11 +31,11 @@
     </parent>
 
     <groupId>org.apache.geronimo.specs</groupId>
-    <artifactId>geronimo-annotation_1.0_spec</artifactId>
+    <artifactId>geronimo-annotation_1.0-MR1_spec</artifactId>
     <packaging>bundle</packaging>
-    <name>Annotation 1.0</name>
-    <version>1.1.2-SNAPSHOT</version>
-    <description>Annotation spec 1.0 API</description>
+    <name>Annotation 1.1</name>
+    <version>1.0-SNAPSHOT</version>
+    <description>Annotation spec 1.1 API</description>
 
     <url>http://geronimo.apache.org/maven/${siteId}/${version}</url>
     <distributionManagement>
@@ -50,9 +50,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-annotation_1.0_spec/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-annotation_1.0_spec/</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-annotation_1.0_spec/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-annotation_1.0-MR1_spec/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-annotation_1.0-MR1_spec/</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-annotation_1.0-MR1_spec/</url>
     </scm>
 
     <build>
@@ -62,7 +62,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <Export-Package>javax.annotation*;version=1.0</Export-Package>
+                        <Export-Package>javax.annotation*;version=1.1</Export-Package>
                     </instructions>
                 </configuration>
             </plugin>