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

svn commit: r791636 - /geronimo/specs/trunk/geronimo-ejb_3.1_spec/pom.xml

Author: dblevins
Date: Mon Jul  6 22:26:54 2009
New Revision: 791636

URL: http://svn.apache.org/viewvc?rev=791636&view=rev
Log:
updated to version 3.1

Modified:
    geronimo/specs/trunk/geronimo-ejb_3.1_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-ejb_3.1_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_3.1_spec/pom.xml?rev=791636&r1=791635&r2=791636&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_3.1_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-ejb_3.1_spec/pom.xml Mon Jul  6 22:26:54 2009
@@ -31,11 +31,11 @@
     </parent>
 
     <groupId>org.apache.geronimo.specs</groupId>
-    <artifactId>geronimo-ejb_3.0_spec</artifactId>
+    <artifactId>geronimo-ejb_3.1_spec</artifactId>
     <packaging>bundle</packaging>
-    <name>EJB 3.0</name>
-    <version>1.0.2-SNAPSHOT</version>
-    <description>EJB 3.0 API</description>
+    <name>EJB 3.1</name>
+    <version>1.0.0-EA1-SNAPSHOT</version>
+    <description>EJB 3.1 API</description>
 
     <url>http://geronimo.apache.org/maven/${siteId}/${version}</url>
     <distributionManagement>
@@ -73,9 +73,9 @@
     </dependencies>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-ejb_3.0_spec/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-ejb_3.0_spec/</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-ejb_3.0_spec/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-ejb_3.1_spec/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-ejb_3.1_spec/</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-ejb_3.1_spec/</url>
     </scm>
 
     <build>
@@ -86,7 +86,7 @@
                 <configuration>
                     <instructions>
                         <!-- TODO how about javax.xml.rpc.handler which is in this jar?? -->
-                        <Export-Package>javax.ejb*;version=3.0</Export-Package>
+                        <Export-Package>javax.ejb*;version=3.1</Export-Package>
                     </instructions>
                 </configuration>
             </plugin>