You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2017/06/15 16:41:05 UTC

[15/15] cxf git commit: Reverting jibx change

Reverting jibx change


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/185d7dbc
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/185d7dbc
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/185d7dbc

Branch: refs/heads/2.6.x-fixes
Commit: 185d7dbc310ff6c5c5d036e76a2cc832dcb77a95
Parents: db5457d
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Jun 15 17:40:37 2017 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Jun 15 17:40:37 2017 +0100

----------------------------------------------------------------------
 systests/databinding/pom.xml | 1 +
 systests/jaxrs/pom.xml       | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/185d7dbc/systests/databinding/pom.xml
----------------------------------------------------------------------
diff --git a/systests/databinding/pom.xml b/systests/databinding/pom.xml
index 5ebc901..e769b0b 100644
--- a/systests/databinding/pom.xml
+++ b/systests/databinding/pom.xml
@@ -165,6 +165,7 @@
             <plugin>
                 <groupId>org.jibx</groupId>
                 <artifactId>maven-jibx-plugin</artifactId>
+                <version>${cxf.jibx.version}</version>
                 <configuration>
                     <directory>target/generated/src/test/java/jibx_bindings</directory>
                     <!--load>true</load-->

http://git-wip-us.apache.org/repos/asf/cxf/blob/185d7dbc/systests/jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jaxrs/pom.xml b/systests/jaxrs/pom.xml
index a85479d..fec03ae 100644
--- a/systests/jaxrs/pom.xml
+++ b/systests/jaxrs/pom.xml
@@ -354,6 +354,7 @@
             <plugin>
         <groupId>org.jibx</groupId>
         <artifactId>maven-jibx-plugin</artifactId>
+        <version>${cxf.jibx.version}</version>
         <executions>
             <execution>
                 <id>generate-java-code-from-schema</id>