Skip to content

Commit

Permalink
Preparation to v1.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmak committed Oct 29, 2015
1 parent af9dafc commit ed4f8bc
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ To use the plugin from Ant you will need something like the following in your bu
<path id="xjc.classpath">
<fileset dir="libs">
<include name="jaxb2-basics-tools-0.6.5.jar" />
<include name="jaxb-xew-plugin-1.5.jar" />
<include name="jaxb-xew-plugin-1.6.jar" />
</fileset>
</path>
<taskdef name="xjc" classname="com.sun.tools.xjc.XJCTask">
Expand Down Expand Up @@ -261,7 +261,7 @@ Note: `maven-jaxb2-plugin` prior to v0.8.0 was compiled against JAXB XJC API whi
<plugin>
<groupId>com.github.jaxb-xew-plugin</groupId>
<artifactId>jaxb-xew-plugin</artifactId>
<version>1.5</version>
<version>1.6</version>
</plugin>
</plugins>
</configuration>
Expand Down Expand Up @@ -298,7 +298,7 @@ Note: `jaxb2-maven-plugin` v1.5 (the same apples to v1.6) was compiled against J
<dependency>
<groupId>com.github.jaxb-xew-plugin</groupId>
<artifactId>jaxb-xew-plugin</artifactId>
<version>1.5</version>
<version>1.6</version>
</dependency>
<!--
| We need to update the jaxb-xjc plugin version from 2.1.13 to the 2.2.4-1 version
Expand Down Expand Up @@ -336,7 +336,7 @@ dependencies {
compile 'com.sun.xml.bind:jaxb-core:2.2.7'
compile 'javax.xml.bind:jaxb-api:2.2.7'
xjc "com.github.jaxb-xew-plugin:jaxb-xew-plugin:1.5"
xjc "com.github.jaxb-xew-plugin:jaxb-xew-plugin:1.6"
xjc "net.java.dev.jaxb2-commons:jaxb-fluent-api:2.1.8"
}
Expand All @@ -357,11 +357,9 @@ compileJava.dependsOn processXSDs

## What's new

<!--
### v1.6

* Bugs fixed ([#41](https://github.com/dmak/jaxb-xew-plugin/issues/41)).
-->

### v1.5

Expand Down
2 changes: 1 addition & 1 deletion samples/cxf-codegen-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>com.github.jaxb-xew-plugin</groupId>
<artifactId>jaxb-xew-plugin</artifactId>
<version>1.5</version>
<version>1.6</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/jaxb2-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>com.github.jaxb-xew-plugin</groupId>
<artifactId>jaxb-xew-plugin</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</dependency>
<dependency>
<groupId>net.java.dev.jaxb2-commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/jaxws-maven-plugin-exclude/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>com.github.jaxb-xew-plugin</groupId>
<artifactId>jaxb-xew-plugin</artifactId>
<version>1.5</version>
<version>1.6</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion samples/jaxws-maven-plugin-visitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>com.github.jaxb-xew-plugin</groupId>
<artifactId>jaxb-xew-plugin</artifactId>
<version>1.5</version>
<version>1.6</version>
<!--
Mind that this exclusion is needed to be added to plugin classpath
as jaxb-xew-plugin was compiled against jaxb-xjc v2.2.4-1 but
Expand Down
2 changes: 1 addition & 1 deletion samples/maven-jaxb2-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<plugin>
<groupId>com.github.jaxb-xew-plugin</groupId>
<artifactId>jaxb-xew-plugin</artifactId>
<version>1.5</version>
<version>1.6</version>
</plugin>
</plugins>
</configuration>
Expand Down

0 comments on commit ed4f8bc

Please sign in to comment.