This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository say-my-texts. See http://git.chorem.org/say-my-texts.git commit 58b8b7d3463d38428ff8213c42084fe06f43e7dd Author: Kevin Morin <morin@codelutin.com> Date: Fri Jul 31 18:33:33 2015 +0200 upgrade chorempom --- pom.xml | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/pom.xml b/pom.xml index 8fe8832..293240c 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>chorempom</artifactId> - <version>2.2</version> + <version>2.4</version> </parent> <groupId>org.chorem.android</groupId> @@ -117,18 +117,9 @@ <skipPostRelease>false</skipPostRelease> <androidVersion>4.1.1.4</androidVersion> - <sdkVersion>21.1.2</sdkVersion> - <compatibilityVersion>22.2.0</compatibilityVersion> </properties> - <repositories> - <repository> - <id>android-support</id> - <url>file://${env.ANDROID_HOME}/extras/android/m2repository</url> - </repository> - </repositories> - <dependencies> <dependency> @@ -145,23 +136,6 @@ <scope>test</scope> </dependency> - <!--<dependency>--> - <!--<groupId>cn.kongnannan</groupId>--> - <!--<artifactId>preferencefragment</artifactId>--> - <!--<version>1.1</version>--> - <!--<type>aar</type>--> - <!--<exclusions>--> - <!--<exclusion>--> - <!--<groupId>com.android.support</groupId>--> - <!--<artifactId>support-v4</artifactId>--> - <!--</exclusion>--> - <!--<exclusion>--> - <!--<groupId>com.android.support</groupId>--> - <!--<artifactId>appcompat-v7</artifactId>--> - <!--</exclusion>--> - <!--</exclusions>--> - <!--</dependency>--> - <dependency> <groupId>ch.acra</groupId> <artifactId>acra</artifactId> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.