Browse Source

'animal-sniffer-maven-plugin' changes: version is upgraded and extracted into root pom.xml (#2349)

details:
    * plugin version is upgraded: 1.15 -->> 1.17
    * plugin version is removed out of submodules into root pom.xml
pull/2353/head
Dejan Stojadinović 7 years ago
committed by penmetsaa
parent
commit
e7c4f39691
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.17</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>


Loading…
Cancel
Save