You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by jm...@apache.org on 2012/05/23 16:04:31 UTC

svn commit: r1341866 - /chemistry/opencmis/branches/android/chemistry-opencmis-android/chemistry-opencmis-android-client/pom.xml

Author: jmpascal
Date: Wed May 23 14:04:31 2012
New Revision: 1341866

URL: http://svn.apache.org/viewvc?rev=1341866&view=rev
Log:
Update pom.xml to respect the new release version number.

Modified:
    chemistry/opencmis/branches/android/chemistry-opencmis-android/chemistry-opencmis-android-client/pom.xml

Modified: chemistry/opencmis/branches/android/chemistry-opencmis-android/chemistry-opencmis-android-client/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/branches/android/chemistry-opencmis-android/chemistry-opencmis-android-client/pom.xml?rev=1341866&r1=1341865&r2=1341866&view=diff
==============================================================================
--- chemistry/opencmis/branches/android/chemistry-opencmis-android/chemistry-opencmis-android-client/pom.xml (original)
+++ chemistry/opencmis/branches/android/chemistry-opencmis-android/chemistry-opencmis-android-client/pom.xml Wed May 23 14:04:31 2012
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.chemistry.opencmis</groupId>
 		<artifactId>chemistry-opencmis</artifactId>
-		<version>0.7.0-SNAPSHOT</version>
+		<version>0.8.0-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
@@ -46,10 +46,9 @@
 		</dependency>
 		<dependency>
 			<groupId>org.slf4j</groupId>
-			<artifactId>slf4j-android</artifactId>
-			<version>1.6.1-RC1</version>
+			<artifactId>slf4j-simple</artifactId>
+			<version>1.6.1</version>
 		</dependency>
-
 	</dependencies>
 
 	<build>