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/07/28 21:30:13 UTC

svn commit: r1151979 - in /chemistry/opencmis/trunk/chemistry-opencmis-samples: chemistry-opencmis-getting-started/pom.xml chemistry-opencmis-hello/pom.xml

Author: fmui
Date: Thu Jul 28 19:30:12 2011
New Revision: 1151979

URL: http://svn.apache.org/viewvc?rev=1151979&view=rev
Log:
Samples should use the latest artifacts

Modified:
    chemistry/opencmis/trunk/chemistry-opencmis-samples/chemistry-opencmis-getting-started/pom.xml
    chemistry/opencmis/trunk/chemistry-opencmis-samples/chemistry-opencmis-hello/pom.xml

Modified: chemistry/opencmis/trunk/chemistry-opencmis-samples/chemistry-opencmis-getting-started/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-samples/chemistry-opencmis-getting-started/pom.xml?rev=1151979&r1=1151978&r2=1151979&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-samples/chemistry-opencmis-getting-started/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-samples/chemistry-opencmis-getting-started/pom.xml Thu Jul 28 19:30:12 2011
@@ -61,7 +61,7 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>chemistry-opencmis-client-impl</artifactId>
-            <version>${project.version}</version>
+            <version>LATEST</version>
         </dependency>
     </dependencies>
 

Modified: chemistry/opencmis/trunk/chemistry-opencmis-samples/chemistry-opencmis-hello/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-samples/chemistry-opencmis-hello/pom.xml?rev=1151979&r1=1151978&r2=1151979&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-samples/chemistry-opencmis-hello/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-samples/chemistry-opencmis-hello/pom.xml Thu Jul 28 19:30:12 2011
@@ -52,7 +52,7 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>chemistry-opencmis-client-impl</artifactId>
-            <version>${project.version}</version>
+            <version>LATEST</version>
         </dependency>
     </dependencies>