This is an automated email from the ASF dual-hosted git repository.
stain pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-taverna-language.git
The following commit(s) were added to refs/heads/master by this push:
new b721c15 Update cxf-xjc-plugin to avoid bug of xsd binding not being
picked up
b721c15 is described below
commit b721c151bf4c5f94e731752d27a81b6c93b5d73f
Author: Stian Soiland-Reyes <[email protected]>
AuthorDate: Sat Sep 7 01:25:19 2019 +0100
Update cxf-xjc-plugin to avoid bug of xsd binding not being picked up
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4efa6dc..4995898 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
<!-- replaces maven-jaxb2-plugin -->
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xjc-plugin</artifactId>
- <version>3.2.1</version>
+ <version>3.3.0</version>
<configuration>
<sourceRoot>${basedir}/target/generated-sources/cxf-xjc</sourceRoot>
</configuration>