Skip to content

Commit

Permalink
Prepare release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Jul 21, 2019
1 parent 63c282a commit 4e087a9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions jaxb-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.openjax.jaxb</groupId>
<artifactId>jaxb</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.8.2</version>
</parent>
<artifactId>jaxb-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>org.openjax.maven</groupId>
<artifactId>mojo</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</dependency>
<dependency>
<groupId>org.openjax.jaxb</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.openjax</groupId>
<artifactId>openjax</artifactId>
<version>2.5.4-SNAPSHOT</version>
<version>2.5.4</version>
</parent>
<groupId>org.openjax.jaxb</groupId>
<artifactId>jaxb</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.8.2</version>
<packaging>pom</packaging>
<name>OpenJAX JAXB</name>
<description>
Expand Down
8 changes: 4 additions & 4 deletions xjc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.openjax.jaxb</groupId>
<artifactId>jaxb</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.8.2</version>
</parent>
<artifactId>xjc</artifactId>
<name>OpenJAX JAXB XJC</name>
Expand All @@ -48,12 +48,12 @@
<dependency>
<groupId>org.openjax.xml</groupId>
<artifactId>sax</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>exec</artifactId>
<version>0.8.10-SNAPSHOT</version>
<version>0.8.10</version>
</dependency>
<dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
Expand All @@ -63,7 +63,7 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>test</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 4e087a9

Please sign in to comment.