You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/01/02 19:20:57 UTC

svn commit: r892527 [10/10] - in /websites/production/commons/content/proper/commons-codec: ./ apidocs/ apidocs/org/apache/commons/codec/ apidocs/org/apache/commons/codec/binary/ apidocs/org/apache/commons/codec/binary/class-use/ apidocs/org/apache/com...

Modified: websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/binary/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/binary/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/binary/package-frame.html Thu Jan  2 18:20:51 2014
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Commons Codec 1.9 Reference Package org.apache.commons.codec.binary</title>
+		<title>Apache Commons Codec 1.10-SNAPSHOT Reference Package org.apache.commons.codec.binary</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/binary/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/binary/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/binary/package-summary.html Thu Jan  2 18:20:51 2014
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Commons Codec 1.9 Reference Package org.apache.commons.codec.binary</title>
+		<title>Apache Commons Codec 1.10-SNAPSHOT Reference Package org.apache.commons.codec.binary</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -122,6 +122,6 @@
         	</ul>
       	</div>
 				<hr />
-		Copyright &#169; 2002-2013 The Apache Software Foundation. All Rights Reserved.
+		Copyright &#169; 2002-2014 The Apache Software Foundation. All Rights Reserved.
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/digest/Md5Crypt.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/digest/Md5Crypt.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/digest/Md5Crypt.html Thu Jan  2 18:20:51 2014
@@ -52,7 +52,7 @@
 <a class="jxr_linenumber" name="42" href="#42">42</a>  <em class="jxr_javadoccomment"> * &lt;p&gt;</em>
 <a class="jxr_linenumber" name="43" href="#43">43</a>  <em class="jxr_javadoccomment"> * This class is immutable and thread-safe.</em>
 <a class="jxr_linenumber" name="44" href="#44">44</a>  <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="45" href="#45">45</a>  <em class="jxr_javadoccomment"> * @version $Id: Md5Crypt.java 1552861 2013-12-21 02:03:17Z ggregory $</em>
+<a class="jxr_linenumber" name="45" href="#45">45</a>  <em class="jxr_javadoccomment"> * @version $Id: Md5Crypt.java 1552918 2013-12-21 16:26:59Z ggregory $</em>
 <a class="jxr_linenumber" name="46" href="#46">46</a>  <em class="jxr_javadoccomment"> * @since 1.7</em>
 <a class="jxr_linenumber" name="47" href="#47">47</a>  <em class="jxr_javadoccomment"> */</em>
 <a class="jxr_linenumber" name="48" href="#48">48</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/codec/digest/Md5Crypt.html">Md5Crypt</a> {
@@ -175,7 +175,7 @@
 <a class="jxr_linenumber" name="165" href="#165">165</a> <em class="jxr_javadoccomment">     * Generates a libc6 crypt() "$1$" or Apache htpasswd "$apr1$" hash value.</em>
 <a class="jxr_linenumber" name="166" href="#166">166</a> <em class="jxr_javadoccomment">     * &lt;p&gt;</em>
 <a class="jxr_linenumber" name="167" href="#167">167</a> <em class="jxr_javadoccomment">     * See {@link Crypt#crypt(String, String)} or {@link #apr1Crypt(String, String)} for details.</em>
-<a class="jxr_linenumber" name="168" href="#168">168</a> <em class="jxr_javadoccomment">     * </em>
+<a class="jxr_linenumber" name="168" href="#168">168</a> <em class="jxr_javadoccomment">     *</em>
 <a class="jxr_linenumber" name="169" href="#169">169</a> <em class="jxr_javadoccomment">     * @param keyBytes</em>
 <a class="jxr_linenumber" name="170" href="#170">170</a> <em class="jxr_javadoccomment">     *            plaintext string to hash.</em>
 <a class="jxr_linenumber" name="171" href="#171">171</a> <em class="jxr_javadoccomment">     * @param salt May be null.</em>

Modified: websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/digest/Sha2Crypt.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/digest/Sha2Crypt.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/digest/Sha2Crypt.html Thu Jan  2 18:20:51 2014
@@ -44,8 +44,8 @@
 <a class="jxr_linenumber" name="34" href="#34">34</a>  <em class="jxr_javadoccomment"> * into the Public Domain.</em>
 <a class="jxr_linenumber" name="35" href="#35">35</a>  <em class="jxr_javadoccomment"> * &lt;p&gt;</em>
 <a class="jxr_linenumber" name="36" href="#36">36</a>  <em class="jxr_javadoccomment"> * This class is immutable and thread-safe.</em>
-<a class="jxr_linenumber" name="37" href="#37">37</a>  <em class="jxr_javadoccomment"> * </em>
-<a class="jxr_linenumber" name="38" href="#38">38</a>  <em class="jxr_javadoccomment"> * @version $Id: Sha2Crypt.java 1552696 2013-12-20 15:01:34Z ggregory $</em>
+<a class="jxr_linenumber" name="37" href="#37">37</a>  <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="38" href="#38">38</a>  <em class="jxr_javadoccomment"> * @version $Id: Sha2Crypt.java 1552918 2013-12-21 16:26:59Z ggregory $</em>
 <a class="jxr_linenumber" name="39" href="#39">39</a>  <em class="jxr_javadoccomment"> * @since 1.7</em>
 <a class="jxr_linenumber" name="40" href="#40">40</a>  <em class="jxr_javadoccomment"> */</em>
 <a class="jxr_linenumber" name="41" href="#41">41</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/codec/digest/Sha2Crypt.html">Sha2Crypt</a> {
@@ -82,7 +82,7 @@
 <a class="jxr_linenumber" name="72" href="#72">72</a>  <em class="jxr_javadoccomment">     * Generates a libc crypt() compatible "$5$" hash value with random salt.</em>
 <a class="jxr_linenumber" name="73" href="#73">73</a>  <em class="jxr_javadoccomment">     * &lt;p&gt;</em>
 <a class="jxr_linenumber" name="74" href="#74">74</a>  <em class="jxr_javadoccomment">     * See {@link Crypt#crypt(String, String)} for details.</em>
-<a class="jxr_linenumber" name="75" href="#75">75</a>  <em class="jxr_javadoccomment">     * </em>
+<a class="jxr_linenumber" name="75" href="#75">75</a>  <em class="jxr_javadoccomment">     *</em>
 <a class="jxr_linenumber" name="76" href="#76">76</a>  <em class="jxr_javadoccomment">     * @param keyBytes</em>
 <a class="jxr_linenumber" name="77" href="#77">77</a>  <em class="jxr_javadoccomment">     *            plaintext to hash</em>
 <a class="jxr_linenumber" name="78" href="#78">78</a>  <em class="jxr_javadoccomment">     * @return complete hash value</em>
@@ -97,7 +97,7 @@
 <a class="jxr_linenumber" name="87" href="#87">87</a>  <em class="jxr_javadoccomment">     * Generates a libc6 crypt() compatible "$5$" hash value.</em>
 <a class="jxr_linenumber" name="88" href="#88">88</a>  <em class="jxr_javadoccomment">     * &lt;p&gt;</em>
 <a class="jxr_linenumber" name="89" href="#89">89</a>  <em class="jxr_javadoccomment">     * See {@link Crypt#crypt(String, String)} for details.</em>
-<a class="jxr_linenumber" name="90" href="#90">90</a>  <em class="jxr_javadoccomment">     * </em>
+<a class="jxr_linenumber" name="90" href="#90">90</a>  <em class="jxr_javadoccomment">     *</em>
 <a class="jxr_linenumber" name="91" href="#91">91</a>  <em class="jxr_javadoccomment">     * @param keyBytes</em>
 <a class="jxr_linenumber" name="92" href="#92">92</a>  <em class="jxr_javadoccomment">     *            plaintext to hash</em>
 <a class="jxr_linenumber" name="93" href="#93">93</a>  <em class="jxr_javadoccomment">     * @param salt</em>
@@ -122,7 +122,7 @@
 <a class="jxr_linenumber" name="112" href="#112">112</a> <em class="jxr_javadoccomment">     * description, the short C-style ones from the original C code and the ones with "Remark" from me.</em>
 <a class="jxr_linenumber" name="113" href="#113">113</a> <em class="jxr_javadoccomment">     * &lt;p&gt;</em>
 <a class="jxr_linenumber" name="114" href="#114">114</a> <em class="jxr_javadoccomment">     * See {@link Crypt#crypt(String, String)} for details.</em>
-<a class="jxr_linenumber" name="115" href="#115">115</a> <em class="jxr_javadoccomment">     * </em>
+<a class="jxr_linenumber" name="115" href="#115">115</a> <em class="jxr_javadoccomment">     *</em>
 <a class="jxr_linenumber" name="116" href="#116">116</a> <em class="jxr_javadoccomment">     * @param keyBytes</em>
 <a class="jxr_linenumber" name="117" href="#117">117</a> <em class="jxr_javadoccomment">     *            plaintext to hash</em>
 <a class="jxr_linenumber" name="118" href="#118">118</a> <em class="jxr_javadoccomment">     * @param salt</em>
@@ -520,7 +520,7 @@
 <a class="jxr_linenumber" name="510" href="#510">510</a> <em class="jxr_javadoccomment">     * Generates a libc crypt() compatible "$6$" hash value with random salt.</em>
 <a class="jxr_linenumber" name="511" href="#511">511</a> <em class="jxr_javadoccomment">     * &lt;p&gt;</em>
 <a class="jxr_linenumber" name="512" href="#512">512</a> <em class="jxr_javadoccomment">     * See {@link Crypt#crypt(String, String)} for details.</em>
-<a class="jxr_linenumber" name="513" href="#513">513</a> <em class="jxr_javadoccomment">     * </em>
+<a class="jxr_linenumber" name="513" href="#513">513</a> <em class="jxr_javadoccomment">     *</em>
 <a class="jxr_linenumber" name="514" href="#514">514</a> <em class="jxr_javadoccomment">     * @param keyBytes</em>
 <a class="jxr_linenumber" name="515" href="#515">515</a> <em class="jxr_javadoccomment">     *            plaintext to hash</em>
 <a class="jxr_linenumber" name="516" href="#516">516</a> <em class="jxr_javadoccomment">     * @return complete hash value</em>
@@ -535,7 +535,7 @@
 <a class="jxr_linenumber" name="525" href="#525">525</a> <em class="jxr_javadoccomment">     * Generates a libc6 crypt() compatible "$6$" hash value.</em>
 <a class="jxr_linenumber" name="526" href="#526">526</a> <em class="jxr_javadoccomment">     * &lt;p&gt;</em>
 <a class="jxr_linenumber" name="527" href="#527">527</a> <em class="jxr_javadoccomment">     * See {@link Crypt#crypt(String, String)} for details.</em>
-<a class="jxr_linenumber" name="528" href="#528">528</a> <em class="jxr_javadoccomment">     * </em>
+<a class="jxr_linenumber" name="528" href="#528">528</a> <em class="jxr_javadoccomment">     *</em>
 <a class="jxr_linenumber" name="529" href="#529">529</a> <em class="jxr_javadoccomment">     * @param keyBytes</em>
 <a class="jxr_linenumber" name="530" href="#530">530</a> <em class="jxr_javadoccomment">     *            plaintext to hash</em>
 <a class="jxr_linenumber" name="531" href="#531">531</a> <em class="jxr_javadoccomment">     * @param salt</em>

Modified: websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/digest/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/digest/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/digest/package-frame.html Thu Jan  2 18:20:51 2014
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Commons Codec 1.9 Reference Package org.apache.commons.codec.digest</title>
+		<title>Apache Commons Codec 1.10-SNAPSHOT Reference Package org.apache.commons.codec.digest</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/digest/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/digest/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/digest/package-summary.html Thu Jan  2 18:20:51 2014
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Commons Codec 1.9 Reference Package org.apache.commons.codec.digest</title>
+		<title>Apache Commons Codec 1.10-SNAPSHOT Reference Package org.apache.commons.codec.digest</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -92,6 +92,6 @@
         	</ul>
       	</div>
 				<hr />
-		Copyright &#169; 2002-2013 The Apache Software Foundation. All Rights Reserved.
+		Copyright &#169; 2002-2014 The Apache Software Foundation. All Rights Reserved.
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/language/bm/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/language/bm/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/language/bm/package-frame.html Thu Jan  2 18:20:51 2014
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Commons Codec 1.9 Reference Package org.apache.commons.codec.language.bm</title>
+		<title>Apache Commons Codec 1.10-SNAPSHOT Reference Package org.apache.commons.codec.language.bm</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/language/bm/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/language/bm/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/language/bm/package-summary.html Thu Jan  2 18:20:51 2014
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Commons Codec 1.9 Reference Package org.apache.commons.codec.language.bm</title>
+		<title>Apache Commons Codec 1.10-SNAPSHOT Reference Package org.apache.commons.codec.language.bm</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -142,6 +142,6 @@
         	</ul>
       	</div>
 				<hr />
-		Copyright &#169; 2002-2013 The Apache Software Foundation. All Rights Reserved.
+		Copyright &#169; 2002-2014 The Apache Software Foundation. All Rights Reserved.
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/language/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/language/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/language/package-frame.html Thu Jan  2 18:20:51 2014
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Commons Codec 1.9 Reference Package org.apache.commons.codec.language</title>
+		<title>Apache Commons Codec 1.10-SNAPSHOT Reference Package org.apache.commons.codec.language</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/language/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/language/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/language/package-summary.html Thu Jan  2 18:20:51 2014
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Commons Codec 1.9 Reference Package org.apache.commons.codec.language</title>
+		<title>Apache Commons Codec 1.10-SNAPSHOT Reference Package org.apache.commons.codec.language</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -137,6 +137,6 @@
         	</ul>
       	</div>
 				<hr />
-		Copyright &#169; 2002-2013 The Apache Software Foundation. All Rights Reserved.
+		Copyright &#169; 2002-2014 The Apache Software Foundation. All Rights Reserved.
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/net/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/net/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/net/package-frame.html Thu Jan  2 18:20:51 2014
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Commons Codec 1.9 Reference Package org.apache.commons.codec.net</title>
+		<title>Apache Commons Codec 1.10-SNAPSHOT Reference Package org.apache.commons.codec.net</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/net/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/net/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/net/package-summary.html Thu Jan  2 18:20:51 2014
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Commons Codec 1.9 Reference Package org.apache.commons.codec.net</title>
+		<title>Apache Commons Codec 1.10-SNAPSHOT Reference Package org.apache.commons.codec.net</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -87,6 +87,6 @@
         	</ul>
       	</div>
 				<hr />
-		Copyright &#169; 2002-2013 The Apache Software Foundation. All Rights Reserved.
+		Copyright &#169; 2002-2014 The Apache Software Foundation. All Rights Reserved.
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/package-frame.html Thu Jan  2 18:20:51 2014
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Commons Codec 1.9 Reference Package org.apache.commons.codec</title>
+		<title>Apache Commons Codec 1.10-SNAPSHOT Reference Package org.apache.commons.codec</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/package-summary.html Thu Jan  2 18:20:51 2014
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Commons Codec 1.9 Reference Package org.apache.commons.codec</title>
+		<title>Apache Commons Codec 1.10-SNAPSHOT Reference Package org.apache.commons.codec</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -112,6 +112,6 @@
         	</ul>
       	</div>
 				<hr />
-		Copyright &#169; 2002-2013 The Apache Software Foundation. All Rights Reserved.
+		Copyright &#169; 2002-2014 The Apache Software Foundation. All Rights Reserved.
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-codec/xref/overview-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref/overview-frame.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref/overview-frame.html Thu Jan  2 18:20:51 2014
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Commons Codec 1.9 Reference</title>
+		<title>Apache Commons Codec 1.10-SNAPSHOT Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-codec/xref/overview-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref/overview-summary.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref/overview-summary.html Thu Jan  2 18:20:51 2014
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Commons Codec 1.9 Reference</title>
+		<title>Apache Commons Codec 1.10-SNAPSHOT Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -24,7 +24,7 @@
 	        </ul>
       	</div>
 		
-		      	<h2>Apache Commons Codec 1.9 Reference</h2>
+		      	<h2>Apache Commons Codec 1.10-SNAPSHOT Reference</h2>
 
 		<table class="summary">
         	<thead>
@@ -84,6 +84,6 @@
       	</div>
 		
 		<hr />
-		Copyright &#169; 2002-2013 The Apache Software Foundation. All Rights Reserved.
+		Copyright &#169; 2002-2014 The Apache Software Foundation. All Rights Reserved.
 	</body>
 </html>
\ No newline at end of file