|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:39
|
Update of /cvsroot/openorb/NotificationService/src
In directory usw-pr-cvs1:/tmp/cvs-serv23165/NotificationService/src
Modified Files:
build.xml
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
Index: build.xml
===================================================================
RCS file: /cvsroot/openorb/NotificationService/src/build.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- build.xml 2002/01/09 12:27:20 1.1.1.1
+++ build.xml 2002/01/10 19:26:04 1.2
@@ -8,7 +8,7 @@
<project name="NotificationService" default="all" basedir="..">
<property name="project" value="NotificationService" />
- <property name="version" value="1.2.0" />
+ <property name="version" value="1.2.1" />
<property name="rootsrc" value ="src" />
<property name="source" value ="src/main" />
<property name="tests" value="src/tests" />
|