Skip to content

Commit

Permalink
Prepare release [skip ci]
Browse files Browse the repository at this point in the history
safris committed Jul 21, 2019
1 parent 9dde32e commit c79e67b
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changes by Version

## v0.3.6 (2019-07-21)
* Refactor `SourceInput` to `FilterParameter` and `FilterType`.
* Improve `AnnotationUtil` API.
* Implement `FilterMojo`.
* Upgrade `org.libj:net:0.5.0` to `0.5.1`.

## v0.3.5 (2019-05-13)
* Initial public release.
4 changes: 2 additions & 2 deletions mojo/pom.xml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
<parent>
<groupId>org.openjax.maven</groupId>
<artifactId>maven</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<artifactId>mojo</artifactId>
<name>OpenJAX Maven Mojo</name>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>net</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -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.maven</groupId>
<artifactId>maven</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<packaging>pom</packaging>
<name>OpenJAX Maven</name>
<description>

0 comments on commit c79e67b

Please sign in to comment.