diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..be40b73 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changes by Version + +## v0.8.2 (2019-07-21) +* Switch from `@SourceInput` to `@FilterParameter` in `JaxbMojo`. +* Upgrade `org.libj:test:0.6.9` to `0.7.0`. +* Upgrade `org.libj:exec:0.8.9` to `0.8.10`. +* Upgrade `org.openjax.maven:mojo:0.3.5` to `0.4.1`. +* Upgrade `org.openjax.xml:sax:0.9.2` to `0.9.3`. + +## v0.8.1 (2019-05-13) +* Initial public release. \ No newline at end of file diff --git a/jaxb-maven-plugin/pom.xml b/jaxb-maven-plugin/pom.xml index d8e49b3..fc1cf70 100644 --- a/jaxb-maven-plugin/pom.xml +++ b/jaxb-maven-plugin/pom.xml @@ -22,7 +22,7 @@ org.openjax.jaxb jaxb - 0.8.2-SNAPSHOT + 0.8.2 jaxb-maven-plugin maven-plugin @@ -100,7 +100,7 @@ org.openjax.maven mojo - 0.4.1-SNAPSHOT + 0.4.1 org.openjax.jaxb diff --git a/pom.xml b/pom.xml index 6b1523b..86d8a60 100644 --- a/pom.xml +++ b/pom.xml @@ -22,11 +22,11 @@ org.openjax openjax - 2.5.4-SNAPSHOT + 2.5.4 org.openjax.jaxb jaxb - 0.8.2-SNAPSHOT + 0.8.2 pom OpenJAX JAXB diff --git a/xjc/pom.xml b/xjc/pom.xml index cba7170..9d899e6 100644 --- a/xjc/pom.xml +++ b/xjc/pom.xml @@ -22,7 +22,7 @@ org.openjax.jaxb jaxb - 0.8.2-SNAPSHOT + 0.8.2 xjc OpenJAX JAXB XJC @@ -48,12 +48,12 @@ org.openjax.xml sax - 0.9.3-SNAPSHOT + 0.9.3 org.libj exec - 0.8.10-SNAPSHOT + 0.8.10 org.jvnet.jaxb2_commons @@ -63,7 +63,7 @@ org.libj test - 0.7.0-SNAPSHOT + 0.7.0 test