You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/09/27 12:33:29 UTC

svn commit: r1809841 - /commons/proper/jelly/trunk/README.md

Author: chtompki
Date: Wed Sep 27 12:33:29 2017
New Revision: 1809841

URL: http://svn.apache.org/viewvc?rev=1809841&view=rev
Log:
(docs) README.md update maven dependency example

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

Modified: commons/proper/jelly/trunk/README.md
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/README.md?rev=1809841&r1=1809840&r2=1809841&view=diff
==============================================================================
--- commons/proper/jelly/trunk/README.md (original)
+++ commons/proper/jelly/trunk/README.md Wed Sep 27 12:33:29 2017
@@ -64,7 +64,7 @@ Alternatively you can pull it from the c
 <dependency>
   <groupId>commons-jelly</groupId>
   <artifactId>commons-jelly</artifactId>
-  <version>1.0</version>
+  <version>1.0.1</version>
 </dependency>
 ```