You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by kh...@apache.org on 2015/03/28 17:13:35 UTC

svn commit: r945423 [21/21] - in /websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test: ./ apidocs/ apidocs/org/apache/maven/scm/ apidocs/org/apache/maven/scm/class-use/ apidocs/org/apache/maven/scm/manager/ apidocs/org/apache/maven...

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/provider/package-frame.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/provider/package-frame.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/provider/package-frame.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.provider</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.provider</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/provider/package-summary.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/provider/package-summary.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/provider/package-summary.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.provider</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.provider</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -68,7 +68,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/repository/ScmRepositoryStub.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/repository/ScmRepositoryStub.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/repository/ScmRepositoryStub.html Sat Mar 28 16:13:33 2015
@@ -31,26 +31,27 @@
 <a class="jxr_linenumber" name="L23" href="#L23">23</a>  
 <a class="jxr_linenumber" name="L24" href="#L24">24</a>  <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L25" href="#L25">25</a>  <em class="jxr_javadoccomment"> * Stub for ScmRepository for unit testing purposes.</em>
-<a class="jxr_linenumber" name="L26" href="#L26">26</a>  <em class="jxr_javadoccomment"> * More information about Stubs on &lt;a href="<a href="http://martinfowler.com/bliki/TestDouble.html" target="alexandria_uri">http://martinfowler.com/bliki/TestDouble.html</a>"&gt;Martin Fowler's TestDouble&lt;/a&gt;</em>
-<a class="jxr_linenumber" name="L27" href="#L27">27</a>  <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L28" href="#L28">28</a>  <em class="jxr_javadoccomment"> * @author &lt;a href="<a href="mailto:carlos@apache.org" target="alexandria_uri">mailto:carlos@apache.org</a>"&gt;Carlos Sanchez&lt;/a&gt;</em>
-<a class="jxr_linenumber" name="L29" href="#L29">29</a>  <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L30" href="#L30">30</a>  <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L31" href="#L31">31</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/maven/scm/repository/ScmRepositoryStub.html">ScmRepositoryStub</a>
-<a class="jxr_linenumber" name="L32" href="#L32">32</a>      <strong class="jxr_keyword">extends</strong> ScmRepository
-<a class="jxr_linenumber" name="L33" href="#L33">33</a>  {
-<a class="jxr_linenumber" name="L34" href="#L34">34</a>  
-<a class="jxr_linenumber" name="L35" href="#L35">35</a>      <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L36" href="#L36">36</a>  <em class="jxr_javadoccomment">     * Creates a new stub with a new ScmProviderRepositoryStub as scmProviderRepository</em>
-<a class="jxr_linenumber" name="L37" href="#L37">37</a>  <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L38" href="#L38">38</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/maven/scm/repository/ScmRepositoryStub.html">ScmRepositoryStub</a>()
-<a class="jxr_linenumber" name="L39" href="#L39">39</a>      {
-<a class="jxr_linenumber" name="L40" href="#L40">40</a>          <strong class="jxr_keyword">super</strong>( <span class="jxr_string">"stub-provider"</span>, <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/maven/scm/provider/ScmProviderRepositoryStub.html">ScmProviderRepositoryStub</a>() );
-<a class="jxr_linenumber" name="L41" href="#L41">41</a>      }
-<a class="jxr_linenumber" name="L42" href="#L42">42</a>  
-<a class="jxr_linenumber" name="L43" href="#L43">43</a>  }
+<a class="jxr_linenumber" name="L26" href="#L26">26</a>  <em class="jxr_javadoccomment"> * More information about Stubs on</em>
+<a class="jxr_linenumber" name="L27" href="#L27">27</a>  <em class="jxr_javadoccomment"> * &lt;a href="<a href="http://martinfowler.com/bliki/TestDouble.html" target="alexandria_uri">http://martinfowler.com/bliki/TestDouble.html</a>"&gt;Martin Fowler's TestDouble&lt;/a&gt;</em>
+<a class="jxr_linenumber" name="L28" href="#L28">28</a>  <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L29" href="#L29">29</a>  <em class="jxr_javadoccomment"> * @author &lt;a href="<a href="mailto:carlos@apache.org" target="alexandria_uri">mailto:carlos@apache.org</a>"&gt;Carlos Sanchez&lt;/a&gt;</em>
+<a class="jxr_linenumber" name="L30" href="#L30">30</a>  <em class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L31" href="#L31">31</a>  <em class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L32" href="#L32">32</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/maven/scm/repository/ScmRepositoryStub.html">ScmRepositoryStub</a>
+<a class="jxr_linenumber" name="L33" href="#L33">33</a>      <strong class="jxr_keyword">extends</strong> ScmRepository
+<a class="jxr_linenumber" name="L34" href="#L34">34</a>  {
+<a class="jxr_linenumber" name="L35" href="#L35">35</a>  
+<a class="jxr_linenumber" name="L36" href="#L36">36</a>      <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L37" href="#L37">37</a>  <em class="jxr_javadoccomment">     * Creates a new stub with a new ScmProviderRepositoryStub as scmProviderRepository</em>
+<a class="jxr_linenumber" name="L38" href="#L38">38</a>  <em class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="L39" href="#L39">39</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/maven/scm/repository/ScmRepositoryStub.html">ScmRepositoryStub</a>()
+<a class="jxr_linenumber" name="L40" href="#L40">40</a>      {
+<a class="jxr_linenumber" name="L41" href="#L41">41</a>          <strong class="jxr_keyword">super</strong>( <span class="jxr_string">"stub-provider"</span>, <strong class="jxr_keyword">new</strong> <a href="../../../../../org/apache/maven/scm/provider/ScmProviderRepositoryStub.html">ScmProviderRepositoryStub</a>() );
+<a class="jxr_linenumber" name="L42" href="#L42">42</a>      }
+<a class="jxr_linenumber" name="L43" href="#L43">43</a>  
+<a class="jxr_linenumber" name="L44" href="#L44">44</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/repository/package-frame.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/repository/package-frame.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/repository/package-frame.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.repository</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.repository</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/repository/package-summary.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/repository/package-summary.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/repository/package-summary.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.repository</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.repository</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -63,7 +63,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/blame/BlameCommandTckTest.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/blame/BlameCommandTckTest.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/blame/BlameCommandTckTest.html Sat Mar 28 16:13:33 2015
@@ -127,6 +127,6 @@
 <a class="jxr_linenumber" name="L119" href="#L119">119</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/blame/package-frame.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/blame/package-frame.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/blame/package-frame.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.blame</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.blame</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/blame/package-summary.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/blame/package-summary.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/blame/package-summary.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.blame</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.blame</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -63,7 +63,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/branch/BranchCommandTckTest.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/branch/BranchCommandTckTest.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/branch/BranchCommandTckTest.html Sat Mar 28 16:13:33 2015
@@ -119,6 +119,6 @@
 <a class="jxr_linenumber" name="L111" href="#L111">111</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/branch/package-frame.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/branch/package-frame.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/branch/package-frame.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.branch</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.branch</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/branch/package-summary.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/branch/package-summary.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/branch/package-summary.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.branch</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.branch</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -63,7 +63,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/changelog/ChangeLogCommandTckTest.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/changelog/ChangeLogCommandTckTest.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/changelog/ChangeLogCommandTckTest.html Sat Mar 28 16:13:33 2015
@@ -63,8 +63,8 @@
 <a class="jxr_linenumber" name="L55" href="#L55">55</a>  
 <a class="jxr_linenumber" name="L56" href="#L56">56</a>          ChangeLogScmResult firstResult =
 <a class="jxr_linenumber" name="L57" href="#L57">57</a>              provider.changeLog( getScmRepository(), fileSet, <strong class="jxr_keyword">null</strong>, <strong class="jxr_keyword">null</strong>, 0, (ScmBranch) <strong class="jxr_keyword">null</strong>, <strong class="jxr_keyword">null</strong> );
-<a class="jxr_linenumber" name="L58" href="#L58">58</a>          assertTrue( firstResult.getProviderMessage() + <span class="jxr_string">": "</span> + firstResult.getCommandLine() + <span class="jxr_string">"\n"</span> + firstResult.getCommandOutput(),
-<a class="jxr_linenumber" name="L59" href="#L59">59</a>                      firstResult.isSuccess() );
+<a class="jxr_linenumber" name="L58" href="#L58">58</a>          assertTrue( firstResult.getProviderMessage() + <span class="jxr_string">": "</span> + firstResult.getCommandLine() + <span class="jxr_string">"\n"</span>
+<a class="jxr_linenumber" name="L59" href="#L59">59</a>                          + firstResult.getCommandOutput(), firstResult.isSuccess() );
 <a class="jxr_linenumber" name="L60" href="#L60">60</a>  
 <a class="jxr_linenumber" name="L61" href="#L61">61</a>          <em class="jxr_comment">//for svn, cvs, git, the repo get recreated for each test and therefore initial changelog size is 1</em>
 <a class="jxr_linenumber" name="L62" href="#L62">62</a>          <em class="jxr_comment">// for SCM like perforce, it is not possible to recreate the repo, therefor the size will be greater then 1</em>
@@ -104,6 +104,6 @@
 <a class="jxr_linenumber" name="L96" href="#L96">96</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/changelog/package-frame.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/changelog/package-frame.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/changelog/package-frame.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.changelog</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.changelog</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/changelog/package-summary.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/changelog/package-summary.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/changelog/package-summary.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.changelog</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.changelog</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -63,7 +63,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/checkin/CheckInCommandTckTest.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/checkin/CheckInCommandTckTest.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/checkin/CheckInCommandTckTest.html Sat Mar 28 16:13:33 2015
@@ -143,10 +143,10 @@
 <a class="jxr_linenumber" name="L135" href="#L135">135</a> 
 <a class="jxr_linenumber" name="L136" href="#L136">136</a>         changeReadmeTxt( readmeTxt );
 <a class="jxr_linenumber" name="L137" href="#L137">137</a> 
-<a class="jxr_linenumber" name="L138" href="#L138">138</a>         AddScmResult addResult = getScmManager().getProviderByUrl( getScmUrl() ).add( getScmRepository(),
-<a class="jxr_linenumber" name="L139" href="#L139">139</a>                                                                                       <strong class="jxr_keyword">new</strong> ScmFileSet( getWorkingCopy(),
-<a class="jxr_linenumber" name="L140" href="#L140">140</a>                                                                                                       <span class="jxr_string">"src/main/java/Foo.java"</span>,
-<a class="jxr_linenumber" name="L141" href="#L141">141</a>                                                                                                       <strong class="jxr_keyword">null</strong> ) );
+<a class="jxr_linenumber" name="L138" href="#L138">138</a>         AddScmResult addResult =
+<a class="jxr_linenumber" name="L139" href="#L139">139</a>             getScmManager().getProviderByUrl( getScmUrl() ).add( getScmRepository(),
+<a class="jxr_linenumber" name="L140" href="#L140">140</a>                                                                  <strong class="jxr_keyword">new</strong> ScmFileSet( getWorkingCopy(),
+<a class="jxr_linenumber" name="L141" href="#L141">141</a>                                                                                  <span class="jxr_string">"src/main/java/Foo.java"</span>, <strong class="jxr_keyword">null</strong> ) );
 <a class="jxr_linenumber" name="L142" href="#L142">142</a> 
 <a class="jxr_linenumber" name="L143" href="#L143">143</a>         assertResultIsSuccess( addResult );
 <a class="jxr_linenumber" name="L144" href="#L144">144</a> 
@@ -254,6 +254,6 @@
 <a class="jxr_linenumber" name="L246" href="#L246">246</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/checkin/package-frame.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/checkin/package-frame.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/checkin/package-frame.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.checkin</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.checkin</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/checkin/package-summary.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/checkin/package-summary.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/checkin/package-summary.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.checkin</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.checkin</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -63,7 +63,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/checkout/CheckOutCommandTckTest.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/checkout/CheckOutCommandTckTest.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/checkout/CheckOutCommandTckTest.html Sat Mar 28 16:13:33 2015
@@ -75,6 +75,6 @@
 <a class="jxr_linenumber" name="L67" href="#L67">67</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/checkout/package-frame.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/checkout/package-frame.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/checkout/package-frame.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.checkout</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.checkout</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/checkout/package-summary.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/checkout/package-summary.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/checkout/package-summary.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.checkout</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.checkout</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -63,7 +63,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/diff/DiffCommandTckTest.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/diff/DiffCommandTckTest.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/diff/DiffCommandTckTest.html Sat Mar 28 16:13:33 2015
@@ -154,6 +154,6 @@
 <a class="jxr_linenumber" name="L146" href="#L146">146</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/diff/package-frame.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/diff/package-frame.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/diff/package-frame.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.diff</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.diff</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/diff/package-summary.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/diff/package-summary.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/diff/package-summary.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.diff</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.diff</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -63,7 +63,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/list/ListCommandTckTest.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/list/ListCommandTckTest.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/list/ListCommandTckTest.html Sat Mar 28 16:13:33 2015
@@ -93,6 +93,6 @@
 <a class="jxr_linenumber" name="L85" href="#L85">85</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/list/package-frame.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/list/package-frame.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/list/package-frame.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.list</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.list</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/list/package-summary.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/list/package-summary.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/list/package-summary.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.list</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.list</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -63,7 +63,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/mkdir/MkdirCommandTckTest.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/mkdir/MkdirCommandTckTest.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/mkdir/MkdirCommandTckTest.html Sat Mar 28 16:13:33 2015
@@ -63,6 +63,6 @@
 <a class="jxr_linenumber" name="L55" href="#L55">55</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/mkdir/package-frame.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/mkdir/package-frame.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/mkdir/package-frame.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.mkdir</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.mkdir</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/mkdir/package-summary.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/mkdir/package-summary.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/mkdir/package-summary.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.mkdir</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.mkdir</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -63,7 +63,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/remoteinfo/AbstractRemoteInfoCommandTckTest.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/remoteinfo/AbstractRemoteInfoCommandTckTest.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/remoteinfo/AbstractRemoteInfoCommandTckTest.html Sat Mar 28 16:13:33 2015
@@ -63,6 +63,6 @@
 <a class="jxr_linenumber" name="L55" href="#L55">55</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/remoteinfo/package-frame.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/remoteinfo/package-frame.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/remoteinfo/package-frame.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.remoteinfo</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.remoteinfo</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/remoteinfo/package-summary.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/remoteinfo/package-summary.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/remoteinfo/package-summary.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.remoteinfo</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.remoteinfo</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -63,7 +63,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/status/StatusCommandTckTest.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/status/StatusCommandTckTest.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/status/StatusCommandTckTest.html Sat Mar 28 16:13:33 2015
@@ -173,6 +173,6 @@
 <a class="jxr_linenumber" name="L165" href="#L165">165</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/status/package-frame.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/status/package-frame.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/status/package-frame.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.status</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.status</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/status/package-summary.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/status/package-summary.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/status/package-summary.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.status</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.status</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -63,7 +63,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/tag/TagCommandTckTest.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/tag/TagCommandTckTest.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/tag/TagCommandTckTest.html Sat Mar 28 16:13:33 2015
@@ -120,6 +120,6 @@
 <a class="jxr_linenumber" name="L112" href="#L112">112</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/tag/package-frame.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/tag/package-frame.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/tag/package-frame.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.tag</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.tag</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/tag/package-summary.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/tag/package-summary.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/tag/package-summary.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.tag</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.tag</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -63,7 +63,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/update/UpdateCommandTckTest.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/update/UpdateCommandTckTest.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/update/UpdateCommandTckTest.html Sat Mar 28 16:13:33 2015
@@ -192,6 +192,6 @@
 <a class="jxr_linenumber" name="L184" href="#L184">184</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/update/package-frame.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/update/package-frame.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/update/package-frame.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.update</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.update</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/update/package-summary.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/update/package-summary.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/org/apache/maven/scm/tck/command/update/package-summary.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference Package org.apache.maven.scm.tck.command.update</title>
+		<title>Maven SCM Test 1.9.4 Reference Package org.apache.maven.scm.tck.command.update</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -63,7 +63,7 @@
       	</div>
 				<hr />
 		<div id="footer">
-			Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/overview-frame.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/overview-frame.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/overview-frame.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference</title>
+		<title>Maven SCM Test 1.9.4 Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/overview-summary.html
==============================================================================
--- websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/overview-summary.html (original)
+++ websites/production/maven/content/scm-archives/scm-LATEST/maven-scm-test/xref/overview-summary.html Sat Mar 28 16:13:33 2015
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Maven SCM Test 1.9.2 Reference</title>
+		<title>Maven SCM Test 1.9.4 Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -24,7 +24,7 @@
 	        </ul>
       	</div>
 		
-		      	<h2>Maven SCM Test 1.9.2 Reference</h2>
+		      	<h2>Maven SCM Test 1.9.4 Reference</h2>
 
 		<table class="summary">
         	<thead>
@@ -135,7 +135,7 @@
 		
 		<hr />
 		<div id="footer">
-			Copyright &#169; 2003&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+			Copyright &#169; 2003&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
 		</div>
 	</body>
 </html>
\ No newline at end of file