Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Oct 25, 2017
1 parent fa1baa0 commit fffb215
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ A site with the links to the [API docs](http://phax.github.io/jcodemodel/) etc.

## News and noteworthy

* v3.0.1 - work in progress
* v3.0.1 - 2017-10-25
* Added explicit support for invoking `super` - thx to @heruan for pointing this out
* Added possibility to create a lambda reference from an invocation (issue #56 and PR #57)
* Added possibility to create a lambda reference from an invocation (issue #56 and PR #57 from @heruan)
* v3.0.0 - 2017-08-06
* Requires Java 8
* Reworked #41 so that it is finally working in all cases
Expand Down Expand Up @@ -82,7 +82,7 @@ Add the following to your pom.xml to use this artifact:
<dependency>
<groupId>com.helger</groupId>
<artifactId>jcodemodel</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<dependency>
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-core</artifactId>
<version>3.4.3</version>
<version>3.5.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit fffb215

Please sign in to comment.