Skip to content

Commit

Permalink
Bumped up version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Mar 5, 2011
1 parent af613f4 commit 3f486b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ shows an example:
classpath "org.apache.tomcat:catalina:${tomcatVersion}",
"org.apache.tomcat:coyote:${tomcatVersion}",
"org.apache.tomcat:jasper:${tomcatVersion}"
classpath ':gradle-tomcat-plugin:0.3'
classpath ':gradle-tomcat-plugin:0.4'
}
}

Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
@@ -1,3 +1,8 @@
### Version 0.4 (March 5, 2011)

* Support configurable root context path - [Issue 4](https://github.com/bmuschko/gradle-tomcat-plugin/issues#issue/4).
* Added license file.

### Version 0.3 (December 19, 2010)

* Added optional configuration property `URIEncoding`.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'idea'

sourceCompatibility = 1.5
targetCompatibility = 1.5
version = '0.3'
version = '0.4'
ant.property(environment: 'env')

if(!ant.properties['env.GRADLE_HOME']) {
Expand Down

0 comments on commit 3f486b2

Please sign in to comment.