From 617f23aeda23296aeb7bc8277c39d9c35ae948d1 Mon Sep 17 00:00:00 2001 From: Dmitry Katsubo Date: Fri, 11 Mar 2016 09:58:46 +0100 Subject: [PATCH] Switched all samples and README to v1.7 of the plugin. --- README.md | 30 +++++++++---------- dist/eclipse-code-formatting-rules.xml | 16 ++++++---- pom.xml | 10 +++++-- samples/cxf-codegen-plugin/pom.xml | 2 +- samples/jaxb2-maven-plugin/pom.xml | 2 +- .../test/java/budgetary/reference/jaxb.index | 2 +- samples/jaxws-maven-plugin-exclude/pom.xml | 2 +- samples/jaxws-maven-plugin-visitor/pom.xml | 2 +- samples/maven-jaxb2-plugin/pom.xml | 2 +- 9 files changed, 39 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 3a76a6b..c5b3990 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ To use the plugin from Ant you will need something like the following in your bu - + @@ -232,7 +232,7 @@ To use the plugin from Ant you will need something like the following in your bu #### maven-jaxb2-plugin -Note: `maven-jaxb2-plugin` prior to v0.8.0 was compiled against JAXB XJC API which is not compatible with this plugin. Version 0.8.1 is guaranteed to work, versions 0.8.2 and 0.8.3 should also work fine. +Note: `maven-jaxb2-plugin` prior to v0.8.0 was compiled against JAXB XJC API which _is not compatible with this plugin_. Version 0.8.1 is guaranteed to work, versions 0.8.2 and later should also work fine. ```xml org.jvnet.jaxb2.maven2 @@ -261,7 +261,7 @@ Note: `maven-jaxb2-plugin` prior to v0.8.0 was compiled against JAXB XJC API whi com.github.jaxb-xew-plugin jaxb-xew-plugin - 1.6 + 1.7 @@ -271,7 +271,7 @@ Note: `maven-jaxb2-plugin` prior to v0.8.0 was compiled against JAXB XJC API whi ``` #### jaxb2-maven-plugin -Note: `jaxb2-maven-plugin` v1.5 (the same apples to v1.6) was compiled against JAXB XJC API v2.1.13 which is not compatible with this plugin, thus additional dependency is needed to be added to **plugin classpath**. +Note: `jaxb2-maven-plugin` v1.5 (the same apples to v1.6) was compiled against JAXB XJC API v2.1.13 which _is not compatible with this plugin_, thus additional dependency is needed to be added to **plugin classpath**. ```xml org.codehaus.mojo @@ -298,7 +298,7 @@ Note: `jaxb2-maven-plugin` v1.5 (the same apples to v1.6) was compiled against J com.github.jaxb-xew-plugin jaxb-xew-plugin - 1.6 + 1.7