You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by ga...@apache.org on 2011/04/01 03:47:49 UTC

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

Author: gabriele
Date: Fri Apr  1 01:47:49 2011
New Revision: 1087542

URL: http://svn.apache.org/viewvc?rev=1087542&view=rev
Log:
updated maven version

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=1087542&r1=1087541&r2=1087542&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 Fri Apr  1 01:47:49 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.2.0-incubating</version>
+        <version>0.3.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.2.0-incubating</version>
+        <version>0.3.0</version>
      </dependency>