vgritsenko 2004/05/19 18:32:25
Modified: . build.properties xindice.bat xindice.sh
java/src/org/apache/xindice/server Xindice.java
Log:
bump version number
Revision Changes Path
1.11 +2 -2 xml-xindice/build.properties
Index: build.properties
===================================================================
RCS file: /home/cvs/xml-xindice/build.properties,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build.properties 8 Apr 2004 12:30:44 -0000 1.10
+++ build.properties 20 May 2004 01:32:25 -0000 1.11
@@ -76,7 +76,7 @@
# Project's properties
project.name=xml-xindice
project.filename=xindice
-project.version=1.1b4
+project.version=1.1b5-dev
project.year=1999-2004
# Source directories
1.17 +2 -2 xml-xindice/xindice.bat
Index: xindice.bat
===================================================================
RCS file: /home/cvs/xml-xindice/xindice.bat,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- xindice.bat 8 Apr 2004 12:30:44 -0000 1.16
+++ xindice.bat 20 May 2004 01:32:25 -0000 1.17
@@ -82,7 +82,7 @@
set _JETTY_WEBAPP=%JETTY_WEBAPP%
if not "%_JETTY_WEBAPP%" == "" goto gotWebapp
-set _JETTY_WEBAPP=%_XINDICE_HOME%\dist\xindice-1.1b4.war
+set _JETTY_WEBAPP=%_XINDICE_HOME%\dist\xindice-1.1b5-dev.war
:gotWebapp
set _JAVA_DEBUG_PORT=%JAVA_DEBUG_PORT%
1.15 +2 -2 xml-xindice/xindice.sh
Index: xindice.sh
===================================================================
RCS file: /home/cvs/xml-xindice/xindice.sh,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xindice.sh 8 Apr 2004 12:30:44 -0000 1.14
+++ xindice.sh 20 May 2004 01:32:25 -0000 1.15
@@ -77,7 +77,7 @@
fi
if [ "$JETTY_WEBAPP" = "" ] ; then
- JETTY_WEBAPP=$XINDICE_HOME/dist/xindice-1.1b4.war
+ JETTY_WEBAPP=$XINDICE_HOME/dist/xindice-1.1b5-dev.war
fi
if [ "$JAVA_DEBUG_PORT" = "" ] ; then
1.20 +4 -4
xml-xindice/java/src/org/apache/xindice/server/Xindice.java
Index: Xindice.java
===================================================================
RCS file:
/home/cvs/xml-xindice/java/src/org/apache/xindice/server/Xindice.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Xindice.java 8 Apr 2004 12:30:44 -0000 1.19
+++ Xindice.java 20 May 2004 01:32:25 -0000 1.20
@@ -46,8 +46,8 @@
public static final int MajorVersion = 1;
public static final int MinorVersion = 1;
public static final int SubMinorVersion = 0;
- public static final String Version = "1.1b4";
- public static final String Codename = "Christmas+.1";
+ public static final String Version = "1.1b5-dev";
+ public static final String Codename = "Christmas+.2";
// Copyright/Authorship Information
public static final String Title = "Xindice";