This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
The following commit(s) were added to refs/heads/main by this push: new 5fd32ac Update after branch rename to main 5fd32ac is described below commit 5fd32acc5aa534e3eb6587d397adf037e4dcf798 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri May 21 21:00:43 2021 +0100 Update after branch rename to main --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ccbff2..efc6450 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [](http://travis-ci.org/apache/tomcat-jakartaee-migration) -[](https://coveralls.io/github/apache/tomcat-jakartaee-migration?branch=master) +[](https://coveralls.io/github/apache/tomcat-jakartaee-migration?branch=main) [](http://www.apache.org/licenses/LICENSE-2.0) ## Overview @@ -63,7 +63,7 @@ The migration tool is available as an Ant task, here is an example: ## Differences between Java EE 8 and Jakarta EE 9 The difference between Java EE 8 and Jakarta EE 9 is that all the -[Java EE 8 packages](https://github.com/apache/tomcat-jakartaee-migration/blob/master/src/main/java/org/apache/tomcat/jakartaee/EESpecProfile.java#L37) +[Java EE 8 packages](https://github.com/apache/tomcat-jakartaee-migration/blob/main/src/main/java/org/apache/tomcat/jakartaee/EESpecProfile.java#L37) in the `javax.*` namespace have moved to the `jakarta.*` namespace. Some sub-packages have also been renamed. This migration tool performs all the necessary changes to migrate an application --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org