diff --git a/README.md b/README.md index f2602ae7..a02c6556 100644 --- a/README.md +++ b/README.md @@ -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' } } diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index aadc801e..15a11a05 100644 --- a/RELEASE_NOTES.md +++ b/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`. diff --git a/build.gradle b/build.gradle index b983cb6b..2f779fbf 100644 --- a/build.gradle +++ b/build.gradle @@ -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']) {