[cvs] epoll commit by mtraum: update version numbers
JCorporate Ltd
jcorp at jcorp2.servlets.net
Thu Oct 14 11:38:57 PDT 2004
Log Message:
-----------
update version numbers
Modified Files:
--------------
epoll:
build.xml
epoll/src/WEB-INF/src/com/jcorporate/epoll:
PollSchema.java
Revision Data
-------------
Index: build.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/epoll/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -Lbuild.xml -Lbuild.xml -u -r1.10 -r1.11
--- build.xml
+++ build.xml
@@ -21,7 +21,7 @@
<property name="app.name" value="epoll"/>
<property name="app.version.major" value="2"/>
<property name="app.version.minor" value="2"/>
- <property name="app.version.micro" value="4"/>
+ <property name="app.version.micro" value="5"/>
<property name="app.version.specification" value="${app.version.major}.${app.version.minor}"/>
<property name="app.version" value="${app.version.major}-${app.version.minor}${app.version.micro}"/>
<!-- Java compiler Settings -->
Index: PollSchema.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/epoll/src/WEB-INF/src/com/jcorporate/epoll/PollSchema.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lsrc/WEB-INF/src/com/jcorporate/epoll/PollSchema.java -Lsrc/WEB-INF/src/com/jcorporate/epoll/PollSchema.java -u -r1.3 -r1.4
--- src/WEB-INF/src/com/jcorporate/epoll/PollSchema.java
+++ src/WEB-INF/src/com/jcorporate/epoll/PollSchema.java
@@ -13,8 +13,8 @@
// The name of this class, used for exception/debug messages
private static final String thisClass = PollSchema.class.getName() + ".";
- private static String requiredExpressoVersion = "5.0";
- private static String currentVersion = "2.2.3";
+ private static String requiredExpressoVersion = "5.6";
+ private static String currentVersion = "2.2.5";
/**
* This constructor lists all the Expresso objects for the ePoll application
More information about the cvs
mailing list