You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2011/09/22 21:41:32 UTC

svn commit: r1174344 - /chemistry/site/trunk/content/java/developing/dev-use-with-maven.mdtext

Author: fmui
Date: Thu Sep 22 19:41:32 2011
New Revision: 1174344

URL: http://svn.apache.org/viewvc?rev=1174344&view=rev
Log:
Updated Maven page to 0.5.0

Modified:
    chemistry/site/trunk/content/java/developing/dev-use-with-maven.mdtext

Modified: chemistry/site/trunk/content/java/developing/dev-use-with-maven.mdtext
URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/developing/dev-use-with-maven.mdtext?rev=1174344&r1=1174343&r2=1174344&view=diff
==============================================================================
--- chemistry/site/trunk/content/java/developing/dev-use-with-maven.mdtext (original)
+++ chemistry/site/trunk/content/java/developing/dev-use-with-maven.mdtext Thu Sep 22 19:41:32 2011
@@ -14,7 +14,7 @@ Use this fragment to add the OpenCMIS cl
      <dependency>
         <groupId>org.apache.chemistry.opencmis</groupId>
         <artifactId>chemistry-opencmis-client-impl</artifactId>
-        <version>0.4.0</version>
+        <version>0.5.0</version>
      </dependency>
 
 
@@ -26,5 +26,5 @@ Use this fragment to add the OpenCMIS se
      <dependency>
         <groupId>org.apache.chemistry.opencmis</groupId>
         <artifactId>chemistry-opencmis-server-support</artifactId>
-        <version>0.4.0</version>
+        <version>0.5.0</version>
      </dependency>