You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2008/11/14 12:37:27 UTC

svn commit: r713979 - /openejb/trunk/openejb3/pom.xml

Author: jlaskowski
Date: Fri Nov 14 03:37:26 2008
New Revision: 713979

URL: http://svn.apache.org/viewvc?rev=713979&view=rev
Log:
Update current openejb version and disable generating unique timestamps as it has been discouraged by infra and many projects (Geronimo included). Thanks Joe Bohn!

Modified:
    openejb/trunk/openejb3/pom.xml

Modified: openejb/trunk/openejb3/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/pom.xml?rev=713979&r1=713978&r2=713979&view=diff
==============================================================================
--- openejb/trunk/openejb3/pom.xml (original)
+++ openejb/trunk/openejb3/pom.xml Fri Nov 14 03:37:26 2008
@@ -34,7 +34,7 @@
   <name>OpenEJB</name>
   <packaging>pom</packaging>
 
-  <version>3.1-SNAPSHOT</version>
+  <version>3.1.1-SNAPSHOT</version>
 
   <description>
     Apache OpenEJB is an open source, modular, configurable and extendable EJB Container System and EJB Server.
@@ -294,10 +294,11 @@
           <plugin>
             <inherited>true</inherited>
             <artifactId>maven-deploy-plugin</artifactId>
-            <version>2.3</version>
+            <version>2.4</version>
             <configuration>
               <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
               <updateReleaseInfo>true</updateReleaseInfo>
+              <uniqueVersion>false</uniqueVersion>
             </configuration>
           </plugin>
           <plugin>