You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2021/07/14 12:52:28 UTC

[jclouds] branch master updated: Upgrade animal sniffer to 1.20

This is an automated email from the ASF dual-hosted git repository.

gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git


The following commit(s) were added to refs/heads/master by this push:
     new 6de7854  Upgrade animal sniffer to 1.20
6de7854 is described below

commit 6de7854fd76d27d65eec8584a733634ce2c962ad
Author: Andrew Gaul <ga...@apache.org>
AuthorDate: Sat Jul 10 13:00:04 2021 +0900

    Upgrade animal sniffer to 1.20
    
    This addresses a bad class file issues seen when using an explicit
    JAXB dependency.  Release notes:
    
    https://github.com/mojohaus/animal-sniffer/releases
---
 project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/pom.xml b/project/pom.xml
index 814dab1..4fd0440 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -504,7 +504,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>animal-sniffer-maven-plugin</artifactId>
-        <version>1.16</version>
+        <version>1.20</version>
         <executions>
           <execution>
             <phase>test</phase>