You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sd...@apache.org on 2016/05/04 08:12:44 UTC

commons-crypto git commit: CRYPTO-51: Fix ci link of maven site

Repository: commons-crypto
Updated Branches:
  refs/heads/master 852f4f750 -> 3cfaa0271


CRYPTO-51: Fix ci link of maven site


Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/3cfaa027
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/3cfaa027
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/3cfaa027

Branch: refs/heads/master
Commit: 3cfaa0271042125e3bcc30b67d9ff467762526df
Parents: 852f4f7
Author: Dapeng Sun <sd...@apache.org>
Authored: Tue May 3 20:17:54 2016 +0800
Committer: Sun Dapeng <sd...@apache.org>
Committed: Wed May 4 14:08:50 2016 +0800

----------------------------------------------------------------------
 pom.xml                 | 4 ++++
 src/site/xdoc/index.xml | 8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/3cfaa027/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 41f3f34..c5b7541 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,6 +60,10 @@ Features
       https://git-wip-us.apache.org/repos/asf?p=commons-crypto.git
     </url>
   </scm>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/search/?q=Commons-CRYPTO</url>
+  </ciManagement>
   <distributionManagement>
     <site>
       <id>commons.site</id>

http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/3cfaa027/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 5984788..a0944bc 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -42,7 +42,7 @@ limitations under the License.
       </li>
       <li>High performance AES encryption/decryption optimized with Intel AES-NI.
       </li>
-      <li>Portable across various operating systems (currently only Linux); Apache Commons Crypto loads the
+      <li>Portable across various operating systems (currently only Linux/Mac OS); Apache Commons Crypto loads the
           library according to your machine environment (It looks system properties, os.name and
           os.arch).
       </li>
@@ -68,8 +68,8 @@ limitations under the License.
         </li>
     </ul>
     <p>
-        The <a href="source-repository.html">subversion repository</a> can be
-        <a href="http://svn.apache.org/viewvc/commons/proper/crypto/trunk/">browsed</a>.
+        The <a href="source-repository.html">git repository</a> can be
+        <a href="https://git-wip-us.apache.org/repos/asf?p=commons-crypto.git">browsed</a>.
     </p>
 </section>
 <!-- ================================================== -->
@@ -77,7 +77,7 @@ limitations under the License.
 <ul>
     <li>
         <a href="http://commons.apache.org/crypto/download_crypto.cgi">Crypto 1.0.0 (mirrors)</a>
-        requires Java 1.7
+        requires Java 1.6
     </li>
 </ul>
 <p>