Plugin versions update

This commit is contained in:
Sergey Solovyev 2012-10-27 18:56:49 +04:00
parent e0bba75a17
commit b4aa44d2da
2 changed files with 13 additions and 8 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" android:versionCode="105" android:versionName="1.4.4-SNAPSHOT" package="org.solovyev.android.calculator">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" android:versionCode="105" android:versionName="1.4.5-SNAPSHOT" package="org.solovyev.android.calculator">
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission android:name="android.permission.INTERNET"/>
@ -9,7 +9,7 @@
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="8"/>
<application android:debuggable="false" android:hardwareAccelerated="false" android:icon="@drawable/icon" android:label="@string/c_app_name" android:name=".CalculatorApplication" android:theme="@style/metro_blue_theme">
<application android:debuggable="true" android:hardwareAccelerated="false" android:icon="@drawable/icon" android:label="@string/c_app_name" android:name=".CalculatorApplication" android:theme="@style/metro_blue_theme">
<activity android:clearTaskOnLaunch="true" android:label="@string/c_app_name" android:name=".CalculatorActivity" android:windowSoftInputMode="adjustPan">

11
pom.xml
View File

@ -22,6 +22,11 @@
<tag>HEAD</tag>
</scm>
<prerequisites>
<maven>3.0.4</maven>
</prerequisites>
<modules>
<module>calculatorpp</module>
<module>calculatorpp-test</module>
@ -225,7 +230,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12.3</version>
<version>2.12.4</version>
<configuration>
<forkMode>perTest</forkMode>
</configuration>
@ -254,7 +259,7 @@
<plugin>
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
<artifactId>android-maven-plugin</artifactId>
<version>3.1.1</version>
<version>3.4.0</version>
<configuration>
<sourceDirectories>
@ -290,7 +295,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.5</version>
<version>1.7</version>
</plugin>
</plugins>