Skip to content

Commit

Permalink
release v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeuerhahn committed May 3, 2019
1 parent c1cf772 commit 1808f68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configuration.gradle
@@ -1,6 +1,6 @@
project.ext {

cfgVersion = "1.11.1-SNAPSHOT"
cfgVersion = "1.11.1"

cfgGroup = "com.beanit"

Expand Down
3 changes: 3 additions & 0 deletions doc/CHANGELOG.txt
@@ -1,3 +1,6 @@
v1.11.1 03-May-2019
--------------------

- removed use of JAXB function to make jASN1 compatible with Java 11

- insertion of jASN1 version in generated class headers can now be
Expand Down
Expand Up @@ -32,7 +32,7 @@

public class Compiler {

public static final String VERSION = "1.11.1-SNAPSHOT";
public static final String VERSION = "1.11.1";

public static void main(String[] args) throws Exception {

Expand Down

0 comments on commit 1808f68

Please sign in to comment.