Author: britter
Date: Thu Oct 20 06:41:21 2016
New Revision: 1765753

URL: http://svn.apache.org/viewvc?rev=1765753&view=rev
Log:
IMAGING-195: Incorrect Maven coordinates on project website. Thanks to Keith 
Strydom.

Modified:
    commons/proper/imaging/trunk/src/changes/changes.xml
    commons/proper/imaging/trunk/src/site/xdoc/index.xml

Modified: commons/proper/imaging/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/changes/changes.xml?rev=1765753&r1=1765752&r2=1765753&view=diff
==============================================================================
--- commons/proper/imaging/trunk/src/changes/changes.xml (original)
+++ commons/proper/imaging/trunk/src/changes/changes.xml Thu Oct 20 06:41:21 
2016
@@ -46,6 +46,9 @@ The <action> type attribute can be add,u
   <body>
 
     <release version="1.0" date="TBA" description="First major release">
+      <action issue="IMAGING-195" dev="britter" type="fix" due-to="Keith 
Strydom">
+        Incorrect Maven coordinates on project website
+      </action>
       <action issue="IMAGING-190" dev="sebb" type="fix">
         ImageDataReader.decompress() overwrites its input
       </action>

Modified: commons/proper/imaging/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/site/xdoc/index.xml?rev=1765753&r1=1765752&r2=1765753&view=diff
==============================================================================
--- commons/proper/imaging/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/imaging/trunk/src/site/xdoc/index.xml Thu Oct 20 06:41:21 
2016
@@ -114,7 +114,7 @@
   &lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
   &lt;artifactId&gt;commons-imaging&lt;/artifactId&gt;
   &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
-&lt;dependency&gt;
+&lt;/dependency&gt;
          </pre>
        </p>
      </subsection>
@@ -131,7 +131,7 @@
   &lt;groupId&gt;org.apache.sanselan&lt;/groupId&gt;
   &lt;artifactId&gt;sanselan&lt;/artifactId&gt;
   &lt;version&gt;0.97-incubator&lt;/version&gt;
-&lt;dependency&gt;
+&lt;/dependency&gt;
              </pre>
          </p>
      </subsection>


Reply via email to