Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Jun 29, 2021
1 parent 7b02ef6 commit 32955b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ buildscript {
}
dependencies {
classpath 'com.bmuschko:gradle-tomcat-plugin:2.6.0'
classpath 'com.bmuschko:gradle-tomcat-plugin:2.7.0'
}
}
```
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 2.7.0 (June 29, 2021)

* Add jspFiles and failOnError parameter for passing to the jspc ant task - [Pull Request 195](https://github.com/bmuschko/gradle-tomcat-plugin/pull/195).

### Version 2.6.0 (June 23, 2021)

* Gradle 6.2.2 shows deprecation warning regarding jasperAttributes - [Issue 194](https://github.com/bmuschko/gradle-tomcat-plugin/issues/194).
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = 'com.bmuschko'
version = '2.6.0'
version = '2.7.0'
}

subprojects {
Expand Down

0 comments on commit 32955b7

Please sign in to comment.