Skip to content

Commit

Permalink
Adding maven resources version. Closes #26
Browse files Browse the repository at this point in the history
  • Loading branch information
donnfelker committed May 13, 2013
1 parent 727762a commit e82a0fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
</goals>
</execution>
</executions>
<version>${maven.resources.version}</version>
</plugin>
<plugin>
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<android.version>4.1.1.4</android.version>
<maven.resources.version>2.6</maven.resources.version>
</properties>
<build>
<pluginManagement>
Expand Down

0 comments on commit e82a0fb

Please sign in to comment.