Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
*/.project
*/.classpath
.settings/org.eclipse.jdt.core.prefs
*/.settings/org.eclipse.jdt.core.prefs
*/.settings
**/bin/*
**/target/*
**/gen/*
Expand Down
39 changes: 0 additions & 39 deletions example/.classpath

This file was deleted.

39 changes: 0 additions & 39 deletions example/.project

This file was deleted.

2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.nhaarman.listviewanimations</groupId>
<artifactId>parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
</parent>

<artifactId>example</artifactId>
Expand Down
40 changes: 0 additions & 40 deletions lib-core-slh/.classpath

This file was deleted.

39 changes: 0 additions & 39 deletions lib-core-slh/.project

This file was deleted.

6 changes: 5 additions & 1 deletion lib-core-slh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.nhaarman.listviewanimations</groupId>
<artifactId>parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
</parent>

<artifactId>lib-core-slh</artifactId>
Expand All @@ -36,6 +36,10 @@
<artifactId>android</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-annotations</artifactId>
</dependency>

<!-- Library -->
<dependency>
Expand Down
40 changes: 0 additions & 40 deletions lib-core/.classpath

This file was deleted.

39 changes: 0 additions & 39 deletions lib-core/.project

This file was deleted.

2 changes: 1 addition & 1 deletion lib-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.nhaarman.listviewanimations</groupId>
<artifactId>parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
</parent>

<artifactId>lib-core</artifactId>
Expand Down
6 changes: 5 additions & 1 deletion lib-manipulation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.nhaarman.listviewanimations</groupId>
<artifactId>parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
</parent>

<artifactId>lib-manipulation</artifactId>
Expand All @@ -36,6 +36,10 @@
<artifactId>android</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-annotations</artifactId>
</dependency>

<!-- Library -->
<dependency>
Expand Down
24 changes: 15 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>An Android library which allows developers to easily add animations to ListView items</description>
<url>https://github.com/nhaarman/ListViewAnimations</url>
<inceptionYear>2013</inceptionYear>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>

<modules>
<module>lib-core</module>
Expand Down Expand Up @@ -69,6 +69,10 @@
<url>https://github.com/nhaarman/ListViewAnimations/issues</url>
</issueManagement>

<prerequisites>
<maven>3.1.1</maven>
</prerequisites>

<properties>
<!-- Project Properties -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -77,20 +81,21 @@
<android.sdk.platform>19</android.sdk.platform>

<!-- Dependency Versions -->
<android.version>4.4.2_r3</android.version>
<android-support.version>19.1.0</android-support.version>
<android.version>4.4.2_r4</android.version>
<android-support.version>21.0.1</android-support.version>
<android-support-annotation.version>21.0.0</android-support-annotation.version>
<nineoldandroids.version>2.4.0</nineoldandroids.version>
<junit.version>4.11</junit.version>
<mockito.version>1.9.5</mockito.version>
<hamcrest.version>1.3</hamcrest.version>

<!-- Plugin Versions -->
<android-maven-plugin.version>3.9.0-rc.2</android-maven-plugin.version>
<build-helper-maven-plugin.version>1.7</build-helper-maven-plugin.version>
<build-helper-maven-plugin.version>1.9</build-helper-maven-plugin.version>
<maven-release-plugin.version>2.3.2</maven-release-plugin.version>
<maven-compiler-plugin.version>3.0</maven-compiler-plugin.version>
<maven-javadoc-plugin.version>2.9</maven-javadoc-plugin.version>
<maven-source-plugin.version>2.2.1</maven-source-plugin.version>
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
<maven-javadoc-plugin.version>2.10.1</maven-javadoc-plugin.version>
<maven-source-plugin.version>2.4</maven-source-plugin.version>
<maven-gpg-plugin.version>1.4</maven-gpg-plugin.version>
<maven-jarsigner-plugin.version>1.3.2</maven-jarsigner-plugin.version>
</properties>
Expand All @@ -111,7 +116,8 @@
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-annotations</artifactId>
<version>${android-support.version}</version>
<version>${android-support-annotation.version}</version>
<scope>provided</scope>
<type>jar</type>
</dependency>

Expand All @@ -126,7 +132,7 @@
<dependency>
<groupId>se.emilsjolander</groupId>
<artifactId>stickylistheaders</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
<type>aar</type>
</dependency>

Expand Down