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
parent
commit
0fc7b1be74
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 4 deletions
  1. +0
    -1
      java/carrier/pom.xml
  2. +0
    -1
      java/geocoder/pom.xml
  3. +0
    -1
      java/internal/prefixmapper/pom.xml
  4. +0
    -1
      java/libphonenumber/pom.xml
  5. +5
    -0
      java/pom.xml

+ 0
- 1
java/carrier/pom.xml View File

@ -32,7 +32,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.15</version>
<executions>
<execution>
<phase>test</phase>


+ 0
- 1
java/geocoder/pom.xml View File

@ -40,7 +40,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.15</version>
<executions>
<execution>
<phase>test</phase>


+ 0
- 1
java/internal/prefixmapper/pom.xml View File

@ -27,7 +27,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.15</version>
<executions>
<execution>
<phase>test</phase>


+ 0
- 1
java/libphonenumber/pom.xml View File

@ -72,7 +72,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.15</version>
<executions>
<execution>
<phase>test</phase>


+ 5
- 0
java/pom.xml View File

@ -103,6 +103,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.15</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>


Loading…
Cancel
Save