You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by vg...@apache.org on 2007/12/19 02:39:06 UTC

svn commit: r605381 - in /xml/xindice/trunk: build.properties java/src/org/apache/xindice/server/Xindice.java status.xml xindiced xindiced.bat

Author: vgritsenko
Date: Tue Dec 18 17:39:05 2007
New Revision: 605381

URL: http://svn.apache.org/viewvc?rev=605381&view=rev
Log:
update version number - open for next development iteration

Modified:
    xml/xindice/trunk/build.properties
    xml/xindice/trunk/java/src/org/apache/xindice/server/Xindice.java
    xml/xindice/trunk/status.xml
    xml/xindice/trunk/xindiced
    xml/xindice/trunk/xindiced.bat

Modified: xml/xindice/trunk/build.properties
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/build.properties?rev=605381&r1=605380&r2=605381&view=diff
==============================================================================
--- xml/xindice/trunk/build.properties (original)
+++ xml/xindice/trunk/build.properties Tue Dec 18 17:39:05 2007
@@ -90,7 +90,7 @@
 # Project's properties
 project.name=xml-xindice
 project.filename=xindice
-project.version=1.2m1
+project.version=1.2-dev
 project.year=1999-2007
 
 # Source directories

Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/Xindice.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/Xindice.java?rev=605381&r1=605380&r2=605381&view=diff
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/Xindice.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/Xindice.java Tue Dec 18 17:39:05 2007
@@ -48,7 +48,7 @@
     public static final int MajorVersion = 1;
     public static final int MinorVersion = 1;
     public static final int SubMinorVersion = 0;
-    public static final String Version = "1.2m1";
+    public static final String Version = "1.2-dev";
     public static final String Codename = "SpringBreak";
 
     // Copyright/Authorship Information

Modified: xml/xindice/trunk/status.xml
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/status.xml?rev=605381&r1=605380&r2=605381&view=diff
==============================================================================
--- xml/xindice/trunk/status.xml (original)
+++ xml/xindice/trunk/status.xml Tue Dec 18 17:39:05 2007
@@ -113,6 +113,8 @@
   </todo>
 
   <changes>
+    <release version="1.2-dev" date="unreleased">
+    </release>
     <release version="1.2m1" date="Dec 1 2007">
       <action dev="VG" type="update">
         Update XML-RPC library to the version 3.1.

Modified: xml/xindice/trunk/xindiced
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/xindiced?rev=605381&r1=605380&r2=605381&view=diff
==============================================================================
--- xml/xindice/trunk/xindiced (original)
+++ xml/xindice/trunk/xindiced Tue Dec 18 17:39:05 2007
@@ -102,7 +102,7 @@
 fi
 
 if [ "$JETTY_WEBAPP" = "" ] ; then
-  JETTY_WEBAPP=$XINDICE_HOME/xindice-1.2m1.war
+  JETTY_WEBAPP=$XINDICE_HOME/xindice-1.2-dev.war
 fi
 
 if [ "$JAVA_DEBUG_PORT" = "" ] ; then

Modified: xml/xindice/trunk/xindiced.bat
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/xindiced.bat?rev=605381&r1=605380&r2=605381&view=diff
==============================================================================
--- xml/xindice/trunk/xindiced.bat (original)
+++ xml/xindice/trunk/xindiced.bat Tue Dec 18 17:39:05 2007
@@ -99,7 +99,7 @@
 
 set _JETTY_WEBAPP=%JETTY_WEBAPP%
 if not "%_JETTY_WEBAPP%" == "" goto gotWebapp
-set _JETTY_WEBAPP=%_XINDICE_HOME%\xindice-1.2m1.war
+set _JETTY_WEBAPP=%_XINDICE_HOME%\xindice-1.2-dev.war
 :gotWebapp
 
 set _JAVA_DEBUG_PORT=%JAVA_DEBUG_PORT%