Skip to content

Commit

Permalink
Generated README file for version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartel committed Aug 5, 2015
1 parent b537ae4 commit 6af202e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the following lines to your `build.gradle` script:
Gradle 2.1+
```groovy
plugins {
id "ca.coglinc.javacc" version "2.2.1"
id "ca.coglinc.javacc" version "2.2.2"
}
```

Expand All @@ -25,7 +25,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath group: 'ca.coglinc', name: 'javacc-gradle-plugin', version: '2.2.1'
classpath group: 'ca.coglinc', name: 'javacc-gradle-plugin', version: '2.2.2'
}
}
apply plugin: 'ca.coglinc.javacc'
Expand Down Expand Up @@ -124,6 +124,9 @@ The following command can be used to release the project, upload to Maven Centra

## Changelog

### 2.2.2
- Handle custom AST classes correctly in the compileJjtree task (Issue #16)

### 2.2.1
- Fixed support for custom AST classes defined in the Java sourcesets (Issue #15)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ allprojects{
apply plugin: 'idea'

group = 'ca.coglinc'
version = '2.2.2-SNAPSHOT'
version = '2.2.2'

repositories {
mavenCentral()
Expand Down

0 comments on commit 6af202e

Please sign in to comment.