You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2016/06/12 13:54:24 UTC

svn commit: r1748006 - /commons/proper/imaging/trunk/README.md

Author: britter
Date: Sun Jun 12 13:54:24 2016
New Revision: 1748006

URL: http://svn.apache.org/viewvc?rev=1748006&view=rev
Log:
Fix dependency declaration in README.md. This closes #21 from github. Thanks to Max Schweizer.

Modified:
    commons/proper/imaging/trunk/README.md

Modified: commons/proper/imaging/trunk/README.md
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/README.md?rev=1748006&r1=1748005&r2=1748006&view=diff
==============================================================================
--- commons/proper/imaging/trunk/README.md (original)
+++ commons/proper/imaging/trunk/README.md Sun Jun 12 13:54:24 2016
@@ -80,7 +80,7 @@ Then you can use the SNAPSHOT version of
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-imaging</artifactId>
   <version>1.0-SNAPSHOT</version>
-<dependency>
+</dependency>
 ``` 
 
 The last stable release of Sanselan, before it was renamed to Imaging, was 0.97. You may: