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


The following commit(s) were added to refs/heads/master by this push:
     new 77a563d  Update next version to 1.0.0
77a563d is described below

commit 77a563d7aabdf68e33c7e2ac18bf4b573297f049
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue May 4 12:24:21 2021 +0100

    Update next version to 1.0.0
---
 CHANGES.md | 2 +-
 pom.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 15b96ab..b38a8df 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,6 @@
 # Tomcat Migration Tool for Jakarta EE - Changelog
 
-## 0.3.0 (in progress)
+## 1.0.0 (in progress)
 
 - Fix [#14](https://github.com/apache/tomcat-jakartaee-migration/issues/14). 
Do not migrate `javax.xml.(registry|rpc)` namespaces. (mgrigorov)
 - The class transformer will now validate that the target classes in the 
Jakarta namespace exist in the runtime environment (remm)
diff --git a/pom.xml b/pom.xml
index 31e8978..39ab0b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <groupId>org.apache.tomcat</groupId>
   <artifactId>jakartaee-migration</artifactId>
   <name>Apache Tomcat Migration Tool for Jakarta EE</name>
-  <version>0.2.1-SNAPSHOT</version>
+  <version>1.0.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

Reply via email to