Repository: cxf-xjc-utils Updated Branches: refs/heads/master 15fec5f06 -> c910d7614
Dependency upgrades Project: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/commit/c910d761 Tree: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/tree/c910d761 Diff: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/diff/c910d761 Branch: refs/heads/master Commit: c910d76142a70a3a11429fcc19443f8c9118265c Parents: 15fec5f Author: Colm O hEigeartaigh <[email protected]> Authored: Mon Aug 31 15:53:56 2015 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Mon Aug 31 15:53:56 2015 +0100 ---------------------------------------------------------------------- pom.xml | 20 ++++++++++---------- runtime/pom.xml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/c910d761/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 209bec7..7359d33 100644 --- a/pom.xml +++ b/pom.xml @@ -88,27 +88,27 @@ <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> - <version>2.2.9</version> + <version>2.2.12</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> - <version>2.2.10-b140310.1920</version> + <version>2.2.11</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-xjc</artifactId> - <version>2.2.10-b140310.1920</version> + <version>2.2.11</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-core</artifactId> - <version>2.2.10-b140310.1920</version> + <version>2.2.11</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.11</version> + <version>4.12</version> </dependency> <dependency> <groupId>jaxme</groupId> @@ -118,27 +118,27 @@ <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> - <version>3.0.3</version> + <version>3.3.3</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> - <version>3.0.3</version> + <version>3.3.3</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-compat</artifactId> - <version>3.0.3</version> + <version>3.3.3</version> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - <version>2.4</version> + <version>2.6</version> </dependency> <dependency> <groupId>wsdl4j</groupId> <artifactId>wsdl4j</artifactId> - <version>1.6.2</version> + <version>1.6.3</version> </dependency> </dependencies> </dependencyManagement> http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/c910d761/runtime/pom.xml ---------------------------------------------------------------------- diff --git a/runtime/pom.xml b/runtime/pom.xml index 201ee5c..63dcbfa 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -28,7 +28,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>2.3.7</version> + <version>2.4.0</version> <extensions>true</extensions> <configuration> <instructions>
