svn commit: r530617 - in /xml/xindice/trunk: ./ java/src/org/apache/xindice/server/ src/documentation/content/xdocs/community/howto/upgrading/

[email protected]
Newsgroups gmane.text.xml.xindice.devel
Message-ID <[email protected]>
Author: vgritsenko
Date: Thu Apr 19 19:43:19 2007
New Revision: 530617

URL: http://svn.apache.org/viewvc?view=rev&rev=530617
Log:
next release is 1.1

Modified:
    xml/xindice/trunk/build.properties
    xml/xindice/trunk/java/src/org/apache/xindice/server/Xindice.java
    xml/xindice/trunk/src/documentation/content/xdocs/community/howto/upgrading/index.xml
    xml/xindice/trunk/src/documentation/content/xdocs/community/howto/upgrading/one-one.xml
    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?view=diff&rev=530617&r1=530616&r2=530617
==============================================================================
--- xml/xindice/trunk/build.properties (original)
+++ xml/xindice/trunk/build.properties Thu Apr 19 19:43:19 2007
@@ -90,7 +90,7 @@
 # Project's properties
 project.name=xml-xindice
 project.filename=xindice
-project.version=1.1b5-dev
+project.version=1.1-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?view=diff&rev=530617&r1=530616&r2=530617
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/Xindice.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/Xindice.java Thu Apr 19 19:43:19 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.1b5-dev";
+    public static final String Version = "1.1-dev";
     public static final String Codename = "Christmas+.2";
 
     // Copyright/Authorship Information

Modified: xml/xindice/trunk/src/documentation/content/xdocs/community/howto/upgrading/index.xml
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/content/xdocs/community/howto/upgrading/index.xml?view=diff&rev=530617&r1=530616&r2=530617
==============================================================================
--- xml/xindice/trunk/src/documentation/content/xdocs/community/howto/upgrading/index.xml (original)
+++ xml/xindice/trunk/src/documentation/content/xdocs/community/howto/upgrading/index.xml Thu Apr 19 19:43:19 2007
@@ -54,7 +54,7 @@
     <p>Pick the version you are currently running, and follow the steps.</p>
     <ul>
       <li>
-        <link href="one-one.html">Xindice 1.1b1 through 1.1b5</link>
+        <link href="one-one.html">Xindice 1.1b1 through 1.1b4</link>
       </li>
       <li>
         <link href="one-oh.html">Xindice 1.0</link>

Modified: xml/xindice/trunk/src/documentation/content/xdocs/community/howto/upgrading/one-one.xml
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/content/xdocs/community/howto/upgrading/one-one.xml?view=diff&rev=530617&r1=530616&r2=530617
==============================================================================
--- xml/xindice/trunk/src/documentation/content/xdocs/community/howto/upgrading/one-one.xml (original)
+++ xml/xindice/trunk/src/documentation/content/xdocs/community/howto/upgrading/one-one.xml Thu Apr 19 19:43:19 2007
@@ -26,7 +26,7 @@
   -->
 <howto>
   <header>
-    <title>Xindice Release 1.1b1 Through 1.1b5 Upgrading How-To</title>
+    <title>Xindice Release 1.1b1 Through 1.1b4 Upgrading How-To</title>
     <version>$Revision$</version>
     <authors>
       <person name="Vadim Gritsenko" email="[email protected]"/>

Modified: xml/xindice/trunk/status.xml
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/status.xml?view=diff&rev=530617&r1=530616&r2=530617
==============================================================================
--- xml/xindice/trunk/status.xml (original)
+++ xml/xindice/trunk/status.xml Thu Apr 19 19:43:19 2007
@@ -117,7 +117,7 @@
     </todo>
 
     <changes>
-        <release version="1.1b5-dev" date="(not released)">
+        <release version="1.1-dev" date="(not released)">
             <action dev="VG" type="update" fixes-bug="41854" due-to="Natalia Shilenkova">
                 Add support for HashFiler in database rebuild tool.
             </action>

Modified: xml/xindice/trunk/xindiced
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/xindiced?view=diff&rev=530617&r1=530616&r2=530617
==============================================================================
--- xml/xindice/trunk/xindiced (original)
+++ xml/xindice/trunk/xindiced Thu Apr 19 19:43:19 2007
@@ -100,7 +100,7 @@
 fi
 
 if [ "$JETTY_WEBAPP" = "" ] ; then
-  JETTY_WEBAPP=$XINDICE_HOME/xindice-1.1b5-dev.war
+  JETTY_WEBAPP=$XINDICE_HOME/xindice-1.1-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?view=diff&rev=530617&r1=530616&r2=530617
==============================================================================
--- xml/xindice/trunk/xindiced.bat (original)
+++ xml/xindice/trunk/xindiced.bat Thu Apr 19 19:43:19 2007
@@ -98,7 +98,7 @@
 
 set _JETTY_WEBAPP=%JETTY_WEBAPP%
 if not "%_JETTY_WEBAPP%" == "" goto gotWebapp
-set _JETTY_WEBAPP=%_XINDICE_HOME%\xindice-1.1b5-dev.war
+set _JETTY_WEBAPP=%_XINDICE_HOME%\xindice-1.1-dev.war
 :gotWebapp
 
 set _JAVA_DEBUG_PORT=%JAVA_DEBUG_PORT%
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.