You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by av...@apache.org on 2012/06/11 16:17:29 UTC

svn commit: r1348930 - /incubator/photark/mobile/trunk/pom.xml

Author: avd
Date: Mon Jun 11 16:17:28 2012
New Revision: 1348930

URL: http://svn.apache.org/viewvc?rev=1348930&view=rev
Log:
updated to Cordova 1.8 jar

Modified:
    incubator/photark/mobile/trunk/pom.xml

Modified: incubator/photark/mobile/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/photark/mobile/trunk/pom.xml?rev=1348930&r1=1348929&r2=1348930&view=diff
==============================================================================
--- incubator/photark/mobile/trunk/pom.xml (original)
+++ incubator/photark/mobile/trunk/pom.xml Mon Jun 11 16:17:28 2012
@@ -11,7 +11,7 @@
 
     <properties>
         <platform.version>2.3.3</platform.version>
-        <cordova.version>1.7.0</cordova.version>
+        <cordova.version>1.8.0</cordova.version>
     </properties>
 
     <dependencies>
@@ -28,13 +28,12 @@
         </dependency>
     </dependencies>
 
-
     <build>
         <plugins>
             <plugin>
                 <groupId>com.jayway.maven.plugins.android.generation2</groupId>
                 <artifactId>android-maven-plugin</artifactId>
-                <version>3.1.1</version>
+                <version>3.2.0</version>
                 <configuration>
                     <androidManifestFile>${project.basedir}/AndroidManifest.xml
                     </androidManifestFile>
@@ -42,6 +41,7 @@
                     <resourceDirectory>${project.basedir}/res</resourceDirectory>
                     <sdk>
                         <platform>10</platform>
+                        <platform>15</platform>
                     </sdk>
                     <undeployBeforeDeploy>true</undeployBeforeDeploy>
                 </configuration>