You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by xu...@apache.org on 2010/10/26 04:39:41 UTC

svn commit: r1027345 - /openejb/branches/openejb-3.0.x/examples/helloworld-weblogic/pom.xml

Author: xuhaihong
Date: Tue Oct 26 02:39:41 2010
New Revision: 1027345

URL: http://svn.apache.org/viewvc?rev=1027345&view=rev
Log:
Trick version numbers of the samples for the 3.0.3 release

Modified:
    openejb/branches/openejb-3.0.x/examples/helloworld-weblogic/pom.xml

Modified: openejb/branches/openejb-3.0.x/examples/helloworld-weblogic/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/helloworld-weblogic/pom.xml?rev=1027345&r1=1027344&r2=1027345&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/helloworld-weblogic/pom.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/helloworld-weblogic/pom.xml Tue Oct 26 02:39:41 2010
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>helloworld-weblogic</artifactId>
   <packaging>jar</packaging>
-  <version>1.0</version>
+  <version>1.0-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Hello World - Weblogic</name>
   <build>
     <defaultGoal>install</defaultGoal>