Browse Source
Made animal sniffer maven plugin version declared in one place (#2358)
* Made animal sniffer maven pulgin version declared in one place
* Moving config to one level high
* Correction
pull/2359/head
penmetsaa
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
5 additions and
4 deletions
-
java/carrier/pom.xml
-
java/geocoder/pom.xml
-
java/internal/prefixmapper/pom.xml
-
java/libphonenumber/pom.xml
-
java/pom.xml
|
|
@ -32,7 +32,6 @@ |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
<artifactId>animal-sniffer-maven-plugin</artifactId> |
|
|
<artifactId>animal-sniffer-maven-plugin</artifactId> |
|
|
<version>1.15</version> |
|
|
|
|
|
<executions> |
|
|
<executions> |
|
|
<execution> |
|
|
<execution> |
|
|
<phase>test</phase> |
|
|
<phase>test</phase> |
|
|
|
|
|
@ -40,7 +40,6 @@ |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
<artifactId>animal-sniffer-maven-plugin</artifactId> |
|
|
<artifactId>animal-sniffer-maven-plugin</artifactId> |
|
|
<version>1.15</version> |
|
|
|
|
|
<executions> |
|
|
<executions> |
|
|
<execution> |
|
|
<execution> |
|
|
<phase>test</phase> |
|
|
<phase>test</phase> |
|
|
|
|
|
@ -27,7 +27,6 @@ |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
<artifactId>animal-sniffer-maven-plugin</artifactId> |
|
|
<artifactId>animal-sniffer-maven-plugin</artifactId> |
|
|
<version>1.15</version> |
|
|
|
|
|
<executions> |
|
|
<executions> |
|
|
<execution> |
|
|
<execution> |
|
|
<phase>test</phase> |
|
|
<phase>test</phase> |
|
|
|
|
|
@ -72,7 +72,6 @@ |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
<artifactId>animal-sniffer-maven-plugin</artifactId> |
|
|
<artifactId>animal-sniffer-maven-plugin</artifactId> |
|
|
<version>1.15</version> |
|
|
|
|
|
<executions> |
|
|
<executions> |
|
|
<execution> |
|
|
<execution> |
|
|
<phase>test</phase> |
|
|
<phase>test</phase> |
|
|
|
|
|
@ -103,6 +103,11 @@ |
|
|
</execution> |
|
|
</execution> |
|
|
</executions> |
|
|
</executions> |
|
|
</plugin> |
|
|
</plugin> |
|
|
|
|
|
<plugin> |
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
|
|
|
<artifactId>animal-sniffer-maven-plugin</artifactId> |
|
|
|
|
|
<version>1.15</version> |
|
|
|
|
|
</plugin> |
|
|
</plugins> |
|
|
</plugins> |
|
|
</pluginManagement> |
|
|
</pluginManagement> |
|
|
<plugins> |
|
|
<plugins> |
|
|
|