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/29 10:59:41 UTC

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

Author: fmui
Date: Fri Jul 29 08:59:40 2011
New Revision: 1152147

URL: http://svn.apache.org/viewvc?rev=1152147&view=rev
Log:
Samples should use latest parent pom

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=1152147&r1=1152146&r2=1152147&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 Fri Jul 29 08:59:40 2011
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.chemistry.opencmis</groupId>
         <artifactId>chemistry-opencmis</artifactId>
-        <version>0.5.0-SNAPSHOT</version>
+        <version>LATEST</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

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=1152147&r1=1152146&r2=1152147&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 Fri Jul 29 08:59:40 2011
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.apache.chemistry.opencmis</groupId>
         <artifactId>chemistry-opencmis</artifactId>
-        <version>0.5.0-SNAPSHOT</version>
+        <version>LATEST</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>