Title: [2520] trunk/openejb1: Ready for the 1.0
Revision
2520
Author
dblevins
Date
2006-02-26 19:43:55 -0500 (Sun, 26 Feb 2006)

Log Message

Ready for the 1.0

Modified Paths


Removed Paths

Diff

Deleted: trunk/openejb1/CREDITS.txt (2519 => 2520)

--- trunk/openejb1/CREDITS.txt	2006-02-26 23:49:50 UTC (rev 2519)
+++ trunk/openejb1/CREDITS.txt	2006-02-27 00:43:55 UTC (rev 2520)
@@ -1,12 +0,0 @@
-===============================================
-OpenEJB -- EJB Container System and EJB Server
-
- THANK YOU to our community for your support.
-
-OpenEJB 1.0-beta1        http://www.openejb.org/
------------------------------------------------
-
-OpenEJB would like to thank the our community members
-for their feedback, patches, time and support.  
-
-OpenEJB is a better project as a result of you!

Modified: trunk/openejb1/README.txt (2519 => 2520)

--- trunk/openejb1/README.txt	2006-02-26 23:49:50 UTC (rev 2519)
+++ trunk/openejb1/README.txt	2006-02-27 00:43:55 UTC (rev 2520)
@@ -1,7 +1,7 @@
 ===============================================
 OpenEJB -- EJB Container System and EJB Server
 
-OpenEJB v1.0-beta1      http://www.openejb.org/
+OpenEJB v1.0           http://www.openejb.org/
 -----------------------------------------------
 ___________________
 Installation

Modified: trunk/openejb1/etc/project.xml (2519 => 2520)

--- trunk/openejb1/etc/project.xml	2006-02-26 23:49:50 UTC (rev 2519)
+++ trunk/openejb1/etc/project.xml	2006-02-27 00:43:55 UTC (rev 2520)
@@ -70,7 +70,7 @@
   <!-- Versions -->
   <!-- ======== -->
 
-  <currentVersion>1.0-SNAPSHOT</currentVersion>
+  <currentVersion>1.0</currentVersion>
 
   <!-- ========== -->
   <!-- Developers -->

Modified: trunk/openejb1/examples/moviefun/project.xml (2519 => 2520)

--- trunk/openejb1/examples/moviefun/project.xml	2006-02-26 23:49:50 UTC (rev 2519)
+++ trunk/openejb1/examples/moviefun/project.xml	2006-02-27 00:43:55 UTC (rev 2520)
@@ -45,7 +45,7 @@
         <dependency>
             <groupId>openejb</groupId>
             <artifactId>openejb-loader</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0</version>
             <properties>
                 <war.bundle>true</war.bundle>
             </properties>

Reply via email to