Repository: wicket Updated Branches: refs/heads/master 51c18160c -> 88f3ac702
Update versions of dependencies and Maven plugins Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/88f3ac70 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/88f3ac70 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/88f3ac70 Branch: refs/heads/master Commit: 88f3ac702739a13258734c3cb8d10097acf84c9c Parents: 51c1816 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Sat Oct 3 16:56:20 2015 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Sat Oct 3 16:56:20 2015 +0200 ---------------------------------------------------------------------- pom.xml | 60 ++++++++++++------------- testing/wicket-arquillian/pom.xml | 80 +++++++++++++++++----------------- wicket-extensions/pom.xml | 16 +++---- 3 files changed, 78 insertions(+), 78 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/88f3ac70/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1f963da..86df87b 100644 --- a/pom.xml +++ b/pom.xml @@ -129,16 +129,16 @@ <!-- Project Versions --> <jacoco.version>0.7.5.201505241946</jacoco.version> <jetty.version>9.3.3.v20150827</jetty.version> - <joda-time.version>2.7</joda-time.version> + <joda-time.version>2.8.2</joda-time.version> <junit.version>4.12</junit.version> <spring.version>4.2.1.RELEASE</spring.version> <servlet-api.version>3.1.0</servlet-api.version> <maven.javadoc.version>2.10.3</maven.javadoc.version> - <maven.surefire.version>2.18</maven.surefire.version> + <maven.surefire.version>2.18.1</maven.surefire.version> <mockito.version>1.10.16</mockito.version> <slf4j.version>1.7.12</slf4j.version> <hamcrest.version>2.0.0.0</hamcrest.version> - <objenesis.version>2.1</objenesis.version> + <objenesis.version>2.2</objenesis.version> <!-- do not increase the version - wicket-user-guide requires 2.2.4 --> <grails.version>2.2.4</grails.version> </properties> @@ -177,7 +177,7 @@ <dependency> <groupId>javax.websocket</groupId> <artifactId>javax.websocket-api</artifactId> - <version>1.0</version> + <version>1.1</version> <scope>provided</scope> </dependency> <dependency> @@ -226,7 +226,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.4.1.3</version> + <version>2.6.2</version> <optional>true</optional> </dependency> <dependency> @@ -252,7 +252,7 @@ <dependency> <groupId>de.agilecoders.wicket.webjars</groupId> <artifactId>wicket-webjars</artifactId> - <version>0.5.2</version> + <version>0.5.3</version> </dependency> <dependency> <groupId>javax.inject</groupId> @@ -421,7 +421,7 @@ <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-util</artifactId> - <version>5.0.3</version> + <version>5.0.4</version> </dependency> <dependency> <groupId>org.slf4j</groupId> @@ -470,12 +470,12 @@ <artifactId>junit</artifactId> <version>${junit.version}</version> <scope>test</scope> - <exclusions> - <exclusion> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - </exclusion> - </exclusions> + <exclusions> + <exclusion> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-core</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.glassfish</groupId> @@ -504,7 +504,7 @@ <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-validator</artifactId> - <version>5.1.2.Final</version> + <version>5.2.2.Final</version> <scope>test</scope> </dependency> <dependency> @@ -524,12 +524,12 @@ <artifactId>mockito-core</artifactId> <version>${mockito.version}</version> <scope>test</scope> - <exclusions> - <exclusion> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - </exclusion> - </exclusions> + <exclusions> + <exclusion> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-core</artifactId> + </exclusion> + </exclusions> </dependency> </dependencies> </dependencyManagement> @@ -574,7 +574,7 @@ <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ssh-external</artifactId> - <version>2.6</version> + <version>2.10</version> </extension> </extensions> <resources> @@ -686,7 +686,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>2.5.3</version> + <version>3.0.0</version> <executions> <execution> <id>bundle-manifest</id> @@ -708,7 +708,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-archetype-plugin</artifactId> - <version>2.3</version> + <version>2.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -727,7 +727,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> - <version>2.9</version> + <version>2.10</version> <configuration> <downloadSources>true</downloadSources> <additionalConfig> @@ -748,7 +748,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> - <version>1.4</version> + <version>1.4.1</version> <configuration> <rules> <dependencyConvergence /> @@ -792,7 +792,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>2.5</version> + <version>2.6</version> <configuration> <useDefaultManifestFile>true</useDefaultManifestFile> <archive> @@ -944,13 +944,13 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> - <version>2.6.1</version> + <version>2.7</version> <configuration> <comparisonVersion>7.0.0</comparisonVersion> <failOnError>true</failOnError> <logResults>true</logResults> - <!-- Disable until Wicket 8.0.0 --> - <skip>true</skip> + <!-- Disable until Wicket 8.0.0 --> + <skip>true</skip> </configuration> <executions> <execution> @@ -1186,7 +1186,7 @@ <inherited>true</inherited> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.8</version> + <version>2.8.1</version> <reportSets> <reportSet> <reports> http://git-wip-us.apache.org/repos/asf/wicket/blob/88f3ac70/testing/wicket-arquillian/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-arquillian/pom.xml b/testing/wicket-arquillian/pom.xml index 2aa54f5..1720e9c 100644 --- a/testing/wicket-arquillian/pom.xml +++ b/testing/wicket-arquillian/pom.xml @@ -40,16 +40,16 @@ <properties> <!-- Wildfly dependency versions --> <version.wildfly.maven.plugin>1.0.2.Final</version.wildfly.maven.plugin> - <version.wildfly_8>8.2.0.Final</version.wildfly_8> + <version.wildfly_8>8.2.1.Final</version.wildfly_8> <!-- Java EE 6 SPEC JBoss --> <version.jboss.spec.javaee.6.0>3.0.3.Final</version.jboss.spec.javaee.6.0> <!-- ShrinkWrap Resolvers Maven --> - <version.shrinkwrap.resolvers>2.1.1</version.shrinkwrap.resolvers> + <version.shrinkwrap.resolvers>2.2.0</version.shrinkwrap.resolvers> <!-- Arquillian --> - <version.arquillian_core>1.1.8.Final</version.arquillian_core> + <version.arquillian_core>1.1.9.Final</version.arquillian_core> </properties> <dependencyManagement> @@ -66,36 +66,36 @@ <version>${version.arquillian_core}</version> <classifier>tests</classifier> </dependency> - <dependency> - <groupId>org.jboss.logging</groupId> - <artifactId>jboss-logging</artifactId> - <version>3.1.4.GA</version> - </dependency> - <dependency> - <groupId>org.jboss.marshalling</groupId> - <artifactId>jboss-marshalling</artifactId> - <version>1.4.9.Final</version> - </dependency> - <dependency> - <groupId>org.jboss.marshalling</groupId> - <artifactId>jboss-marshalling-river</artifactId> - <version>1.4.9.Final</version> - </dependency> - <dependency> - <groupId>org.jboss.remoting</groupId> - <artifactId>jboss-remoting</artifactId> - <version>4.0.6.Final</version> - </dependency> - <dependency> - <groupId>org.jboss.xnio</groupId> - <artifactId>xnio-api</artifactId> - <version>3.3.0.Final</version> - </dependency> - <dependency> - <groupId>org.jboss.xnio</groupId> - <artifactId>xnio-nio</artifactId> - <version>3.3.0.Final</version> - </dependency> + <dependency> + <groupId>org.jboss.logging</groupId> + <artifactId>jboss-logging</artifactId> + <version>3.3.0.Final</version> + </dependency> + <dependency> + <groupId>org.jboss.marshalling</groupId> + <artifactId>jboss-marshalling</artifactId> + <version>1.4.10.Final</version> + </dependency> + <dependency> + <groupId>org.jboss.marshalling</groupId> + <artifactId>jboss-marshalling-river</artifactId> + <version>1.4.10.Final</version> + </dependency> + <dependency> + <groupId>org.jboss.remoting</groupId> + <artifactId>jboss-remoting</artifactId> + <version>4.0.14.Final</version> + </dependency> + <dependency> + <groupId>org.jboss.xnio</groupId> + <artifactId>xnio-api</artifactId> + <version>3.3.2.Final</version> + </dependency> + <dependency> + <groupId>org.jboss.xnio</groupId> + <artifactId>xnio-nio</artifactId> + <version>3.3.2.Final</version> + </dependency> <dependency> <groupId>org.wildfly</groupId> <artifactId>wildfly-arquillian-container-managed</artifactId> @@ -319,21 +319,21 @@ </configuration> </plugin> </plugins> - </pluginManagement> - <plugins> + </pluginManagement> + <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - </plugin> + </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - </plugin> + </plugin> <plugin> <groupId>org.wildfly.plugins</groupId> <artifactId>wildfly-maven-plugin</artifactId> - </plugin> - </plugins> + </plugin> + </plugins> </build> </project> http://git-wip-us.apache.org/repos/asf/wicket/blob/88f3ac70/wicket-extensions/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml index 481dcd0..419f1a4 100644 --- a/wicket-extensions/pom.xml +++ b/wicket-extensions/pom.xml @@ -38,12 +38,12 @@ <artifactId>wicket-core</artifactId> </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>net.alchim31.maven</groupId> - <artifactId>yuicompressor-maven-plugin</artifactId> - </plugin> - </plugins> - </build> + <build> + <plugins> + <plugin> + <groupId>net.alchim31.maven</groupId> + <artifactId>yuicompressor-maven-plugin</artifactId> + </plugin> + </plugins> + </build> </project>
