Skip to content

Instantly share code, notes, and snippets.

@olamy
Created June 30, 2017 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olamy/650e55997ca856e06877540c408c6d64 to your computer and use it in GitHub Desktop.
Save olamy/650e55997ca856e06877540c408c6d64 to your computer and use it in GitHub Desktop.
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ wagon-webdav-jackrabbit ---
[INFO] Restricted to JDK 1.6 yet org.apache.jackrabbit:jackrabbit-webdav:jar:2.14.1:compile contains org/apache/jackrabbit/webdav/AbstractLocatorFactory$1.class targeted to JDK 1.7
@olamy
Copy link
Author

olamy commented Jun 30, 2017

MacBook-Pro:maven-wagon olamy$ git diff pom.xml 
diff --git a/pom.xml b/pom.xml
index 0930036a..3a89807f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -431,7 +431,7 @@ under the License.
             <configuration>
               <rules>
                 <requireJavaVersion>
-                  <version>1.6.0</version>
+                  <version>1.7.0</version>
                 </requireJavaVersion>
               </rules>
             </configuration>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment