tag 1.3 RC5


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jxpath/tags/JXPATH_1_3_RC5@681111 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index d023c40..1a4f2c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   <name>Commons JXPath</name>
   <!-- when cutting a release, be sure to modify the commons.release.version property,
     found at /project/properties/commons.release.version in this document -->
-  <version>1.3-SNAPSHOT</version>
+  <version>1.3</version>
   <description>A Java-based implementation of XPath 1.0 that, in addition to XML processing, can inspect/modify Java object graphs (the library's explicit purpose) and even mixed Java/XML structures.</description>
   <url>http://commons.apache.org/jxpath/</url>
   <issueManagement>
@@ -65,7 +65,7 @@
   <properties>
     <commons.componentid>jxpath</commons.componentid>
     <!-- should agree with project.version for releases: -->
-    <commons.release.version>1.2</commons.release.version>
+    <commons.release.version>1.3</commons.release.version>
     <commons.binary.suffix />
     <commons.jira.id>JXPATH</commons.jira.id>
     <commons.jira.pid>12310480</commons.jira.pid>
diff --git a/src/java/org/apache/commons/jxpath/ri/compiler/Path.java b/src/java/org/apache/commons/jxpath/ri/compiler/Path.java
index 2211402..2aa476a 100644
--- a/src/java/org/apache/commons/jxpath/ri/compiler/Path.java
+++ b/src/java/org/apache/commons/jxpath/ri/compiler/Path.java
@@ -196,7 +196,7 @@
      * @param context evaluation context
      * @return Pointer
      */
-    private Pointer searchForPath(EvalContext context) {
+    protected Pointer searchForPath(EvalContext context) {
         EvalContext ctx = buildContextChain(context, steps.length, true);
         Pointer pointer = ctx.getSingleNodePointer();
 
@@ -245,7 +245,7 @@
      * @param createInitialContext whether to create the initial context
      * @return created context
      */
-    private EvalContext buildContextChain(
+    protected EvalContext buildContextChain(
             EvalContext context,
             int stepCount,
             boolean createInitialContext) {
diff --git a/xdocs/download_jxpath.xml b/xdocs/download_jxpath.xml
index 599536b..82a25b5 100644
--- a/xdocs/download_jxpath.xml
+++ b/xdocs/download_jxpath.xml
@@ -102,17 +102,17 @@
         <ul class="downloads">
           <li class="group"><div class="links"><span class="label">Binary</span></div>
             <ul>
-              <li class="download"><a href="[preferred]/commons/jxpath/binaries/commons-jxpath-1.2.tar.gz">1.2.tar.gz</a>
+              <li class="download"><a href="[preferred]/commons/jxpath/binaries/commons-jxpath-1.3.tar.gz">1.3.tar.gz</a>
                 <ul class="attributes">
-                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/jxpath/binaries/commons-jxpath-1.2.tar.gz.md5">md5</a>]</span>
-                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/jxpath/binaries/commons-jxpath-1.2.tar.gz.asc">pgp</a>]</span>
+                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/jxpath/binaries/commons-jxpath-1.3.tar.gz.md5">md5</a>]</span>
+                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/jxpath/binaries/commons-jxpath-1.3.tar.gz.asc">pgp</a>]</span>
                   </li>
                 </ul>
               </li>
-              <li class="download"><a href="[preferred]/commons/jxpath/binaries/commons-jxpath-1.2.zip">1.2.zip</a>
+              <li class="download"><a href="[preferred]/commons/jxpath/binaries/commons-jxpath-1.3.zip">1.3.zip</a>
                 <ul class="attributes">
-                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/jxpath/binaries/commons-jxpath-1.2.zip.md5">md5</a>]</span>
-                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/jxpath/binaries/commons-jxpath-1.2.zip.asc">pgp</a>]</span>
+                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/jxpath/binaries/commons-jxpath-1.3.zip.md5">md5</a>]</span>
+                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/jxpath/binaries/commons-jxpath-1.3.zip.asc">pgp</a>]</span>
                   </li>
                 </ul>
               </li>
@@ -120,17 +120,17 @@
           </li>
           <li class="group"><div class="links"><span class="label">Source</span></div>
             <ul>
-              <li class="download"><a href="[preferred]/commons/jxpath/source/commons-jxpath-1.2-src.tar.gz">1.2.tar.gz</a>
+              <li class="download"><a href="[preferred]/commons/jxpath/source/commons-jxpath-1.3-src.tar.gz">1.3.tar.gz</a>
                 <ul class="attributes">
-                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/jxpath/source/commons-jxpath-1.2-src.tar.gz.md5">md5</a>]</span>
-                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/jxpath/source/commons-jxpath-1.2-src.tar.gz.asc">pgp</a>]</span>
+                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/jxpath/source/commons-jxpath-1.3-src.tar.gz.md5">md5</a>]</span>
+                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/jxpath/source/commons-jxpath-1.3-src.tar.gz.asc">pgp</a>]</span>
                   </li>
                 </ul>
               </li>
-              <li class="download"><a href="[preferred]/commons/jxpath/source/commons-jxpath-1.2-src.zip">1.2.zip</a>
+              <li class="download"><a href="[preferred]/commons/jxpath/source/commons-jxpath-1.3-src.zip">1.3.zip</a>
                 <ul class="attributes">
-                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/jxpath/source/commons-jxpath-1.2-src.zip.md5">md5</a>]</span>
-                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/jxpath/source/commons-jxpath-1.2-src.zip.asc">pgp</a>]</span>
+                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/jxpath/source/commons-jxpath-1.3-src.zip.md5">md5</a>]</span>
+                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/jxpath/source/commons-jxpath-1.3-src.zip.asc">pgp</a>]</span>
                   </li>
                 </ul>
               </li>
diff --git a/xdocs/release-notes-1.3.xml b/xdocs/release-notes-1.3.xml
index e3b7473..7b5216d 100644
--- a/xdocs/release-notes-1.3.xml
+++ b/xdocs/release-notes-1.3.xml
@@ -127,6 +127,8 @@
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/JXPATH-108'>JXPATH-108</a>] -         problems with NodeSet returned from custom function.
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/JXPATH-124'>JXPATH-124</a>] -         Make buildContextChain method of  Path class protected
+</li>
 </ul>
     
 <h2>        New Feature