Skip to content

Commit e82a0fb

Browse files
committed
Adding maven resources version. Closes #26
1 parent 727762a commit e82a0fb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

integration-tests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
</goals>
7474
</execution>
7575
</executions>
76+
<version>${maven.resources.version}</version>
7677
</plugin>
7778
<plugin>
7879
<groupId>com.jayway.maven.plugins.android.generation2</groupId>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<properties>
4747
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4848
<android.version>4.1.1.4</android.version>
49+
<maven.resources.version>2.6</maven.resources.version>
4950
</properties>
5051
<build>
5152
<pluginManagement>

0 commit comments

Comments
 (0)