diff --git a/ReadMe.md b/ReadMe.md index 032abec..b291a95 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -41,9 +41,9 @@ and Management Console. ### Requirements: -* JBoss Fuse 6.1.0 or later (https://access.redhat.com/jbossnetwork - registration required) +* JBoss Fuse 6.2.0 or later (https://access.redhat.com/jbossnetwork - registration required) * Maven 2.2.1 or 3.0 (http://maven.apache.org/) -* Java SE 6 or Java SE 7 +* Java SE 7 or Java SE 8 ### Notes: diff --git a/features/pom.xml b/features/pom.xml index 314cd30..4ff3833 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -62,7 +62,7 @@ org.codehaus.mojo build-helper-maven-plugin - ${build-helper-plugin-version} + ${build.helper.maven.plugin.version} attach-artifacts diff --git a/pom.xml b/pom.xml index 8bf0e7f..127c135 100644 --- a/pom.xml +++ b/pom.xml @@ -52,15 +52,20 @@ UTF-8 UTF-8 - 5.9.0.redhat-610379 - 2.12.0.redhat-610379 - 2.7.0.redhat-610379 - - 1.6.1 - 1.2.16 - - 2.5 - 1.7 + 5.11.0.redhat-620133 + 1.9.1 + 2.15.1.redhat-620133 + 3.0.4.redhat-620133 + 2.5.3 + 3.2 + 1.7 + 1.7 + 2.18.1 + + 1.7.10 + 1.2.17 + + 2.7 @@ -184,10 +189,10 @@ org.apache.maven.plugins maven-compiler-plugin - 2.5.1 + ${maven.compiler.plugin.version} - 1.6 - 1.6 + ${maven.compiler.source} + ${maven.compiler.target} @@ -199,20 +204,20 @@ org.apache.felix maven-bundle-plugin - 2.3.7 + ${felix.maven.bundle.plugin.version} true org.apache.maven.plugins maven-surefire-plugin - 2.12.4 + ${maven.surefire.plugin.version} org.codehaus.mojo build-helper-maven-plugin - 1.7 + ${build.helper.maven.plugin.version}