We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727762a commit e82a0fbCopy full SHA for e82a0fb
integration-tests/pom.xml
@@ -73,6 +73,7 @@
73
</goals>
74
</execution>
75
</executions>
76
+ <version>${maven.resources.version}</version>
77
</plugin>
78
<plugin>
79
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
pom.xml
@@ -46,6 +46,7 @@
46
<properties>
47
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
48
<android.version>4.1.1.4</android.version>
49
+ <maven.resources.version>2.6</maven.resources.version>
50
</properties>
51
<build>
52
<pluginManagement>
0 commit comments