You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by se...@apache.org on 2013/06/25 03:44:29 UTC

svn commit: r1496333 - in /maven/sandbox/trunk/plugins/maven-digest-plugin: pom.xml src/changes/changes.xml src/site/site.xml src/site/xdoc/download_commons-digest-plugin.xml src/site/xdoc/index.xml

Author: sebb
Date: Tue Jun 25 01:44:29 2013
New Revision: 1496333

URL: http://svn.apache.org/r1496333
Log:
Replace remaining Commons references

Removed:
    maven/sandbox/trunk/plugins/maven-digest-plugin/src/site/xdoc/download_commons-digest-plugin.xml
Modified:
    maven/sandbox/trunk/plugins/maven-digest-plugin/pom.xml
    maven/sandbox/trunk/plugins/maven-digest-plugin/src/changes/changes.xml
    maven/sandbox/trunk/plugins/maven-digest-plugin/src/site/site.xml
    maven/sandbox/trunk/plugins/maven-digest-plugin/src/site/xdoc/index.xml

Modified: maven/sandbox/trunk/plugins/maven-digest-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-digest-plugin/pom.xml?rev=1496333&r1=1496332&r2=1496333&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/maven-digest-plugin/pom.xml (original)
+++ maven/sandbox/trunk/plugins/maven-digest-plugin/pom.xml Tue Jun 25 01:44:29 2013
@@ -58,9 +58,9 @@
   <modules/>
   
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/commons-digest-plugin/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/commons-digest-plugin/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/commons-digest-plugin/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/maven-digest-plugin/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/maven-digest-plugin/</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-digest-plugin/</url>
   </scm>
   <issueManagement>
     <system>jira</system>

Modified: maven/sandbox/trunk/plugins/maven-digest-plugin/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-digest-plugin/src/changes/changes.xml?rev=1496333&r1=1496332&r2=1496333&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/maven-digest-plugin/src/changes/changes.xml (original)
+++ maven/sandbox/trunk/plugins/maven-digest-plugin/src/changes/changes.xml Tue Jun 25 01:44:29 2013
@@ -40,8 +40,8 @@ The <action> type attribute can be add,u
 
 <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
     <properties>
-        <title>Commons Digest Maven Plugin: Changes</title>
-        <author email="dev@commons.apache.org">Apache Commons developers</author>
+        <title>Apache Maven Digest Maven Plugin: Changes</title>
+        <author email="dev@maven.apache.org">Apache Maven developers</author>
     </properties>
 
     <!-- NOTE: 
@@ -61,7 +61,7 @@ The <action> type attribute can be add,u
     <body>
 
         <release version="0.1" date="2013-06-25" description="
-This is the initial release of the Apache Commons Digest Maven Plugin.
+This is the initial release of the Apache Maven Digest Plugin.
 ">
             <!-- List each change individually so the changes html report is easier to read -->
         </release>

Modified: maven/sandbox/trunk/plugins/maven-digest-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-digest-plugin/src/site/site.xml?rev=1496333&r1=1496332&r2=1496333&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/maven-digest-plugin/src/site/site.xml (original)
+++ maven/sandbox/trunk/plugins/maven-digest-plugin/src/site/site.xml Tue Jun 25 01:44:29 2013
@@ -16,15 +16,13 @@
  limitations under the License.
 -->
 <!--
-   $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/site/site.xml $
    $Revision: 1296548 $ $Date: 2012-03-03 01:35:18 +0000 (Sat, 03 Mar 2012) $
  -->
-<project name="Apache Commons Digest Plugin">
+<project name="Apache Maven Digest Plugin">
 
     <body>
         <menu name="Digest Plugin">
             <item name="Overview"                href="/index.html"/>
-            <item name="Download"                href="download_commons-digest-plugin.cgi"/>
         </menu>
     </body>
 

Modified: maven/sandbox/trunk/plugins/maven-digest-plugin/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-digest-plugin/src/site/xdoc/index.xml?rev=1496333&r1=1496332&r2=1496333&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/maven-digest-plugin/src/site/xdoc/index.xml (original)
+++ maven/sandbox/trunk/plugins/maven-digest-plugin/src/site/xdoc/index.xml Tue Jun 25 01:44:29 2013
@@ -16,7 +16,6 @@
    limitations under the License.
 -->
 <!--
-   $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/site/xdoc/index.xml $
    $Revision: 1296463 $ $Date: 2012-03-02 21:08:10 +0000 (Fri, 02 Mar 2012) $
  -->
 <document>
@@ -41,8 +40,8 @@
             <p>
             Available Goals:
             <ul>
-                <li>commons-digest:digest - generate digests (default MD5 and SHA1) of specified files</li>
-                <li>commons-digest:helper - display the plugin help as per help:describe</li>
+                <li>digest:digest - generate digests (default MD5 and SHA1) of specified files</li>
+                <li>digest:helper - display the plugin help as per help:describe</li>
             </ul>
             </p>
         </section>