This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
commit bda72670f13df48129204593b40798f24b358bf5 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Feb 8 13:59:16 2021 +0000 New features added. Increment minor version. --- CHANGES.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6e2b583..4099664 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Tomcat Migration Tool for Jakarta EE - Changelog -## 0.1.1 (in progress) +## 0.2.0 (in progress) - Add this changelog (markt) - Update dependencies (Apache Commons IO 2.8.0, Apache Ant 1.10.9) (markt) diff --git a/pom.xml b/pom.xml index 5b4b1ec..37b6c19 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.tomcat</groupId> <artifactId>jakartaee-migration</artifactId> - <version>0.1.1-SNAPSHOT</version> + <version>0.2.0-SNAPSHOT</version> <description> This tool is a work in progress. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org