Skip to content

Commit

Permalink
Switched all samples and README to v1.5 of the plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmak committed Mar 17, 2015
1 parent 785cb1b commit 62d377d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,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.4.jar" />
<include name="jaxb-xew-plugin-1.5.jar" />
</fileset>
</path>
<taskdef name="xjc" classname="com.sun.tools.xjc.XJCTask">
Expand Down Expand Up @@ -255,7 +255,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.4</version>
<version>1.5</version>
</plugin>
</plugins>
</configuration>
Expand Down Expand Up @@ -292,7 +292,7 @@ Note: `jaxb2-maven-plugin` v1.5 was compiled against JAXB XJC API v2.1.13 which
<dependency>
<groupId>com.github.jaxb-xew-plugin</groupId>
<artifactId>jaxb-xew-plugin</artifactId>
<version>1.4</version>
<version>1.5</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 @@ -330,7 +330,7 @@ You can find more examples of this plugin in [`samples`](samples/) directory (in
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.4"
xjc "com.github.jaxb-xew-plugin:jaxb-xew-plugin:1.5"
xjc "net.java.dev.jaxb2-commons:jaxb-fluent-api:2.1.8"
}

Expand All @@ -351,7 +351,7 @@ You can find more examples of this plugin in [`samples`](samples/) directory (in

## What's new

### v1.5 (future release)
### v1.5

* Bugs fixed ([#39](https://github.com/dmak/jaxb-xew-plugin/issues/39), [#40](https://github.com/dmak/jaxb-xew-plugin/issues/32), [#33](https://github.com/dmak/jaxb-xew-plugin/issues/40)).

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.4</version>
<version>1.5</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.4</version>
<version>1.5</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.4</version>
<version>1.5</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.4</version>
<version>1.5</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.4</version>
<version>1.5</version>
</plugin>
</plugins>
</configuration>
Expand Down

0 comments on commit 62d377d

Please sign in to comment.