You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2020/01/13 16:17:42 UTC

[tomcat-jakartaee-migration] branch master updated (0419aa6 -> 47e40ad)

This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git.


    from 0419aa6  Add a build script. Experiment with Maven.
     add 31d728d  Fix various issues when doing a clean build
     add ca90f2a  Add a feature that updates the MANIFEST version info during migration
     new 47e40ad  Increment version number

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            |  6 +--
 src/assembly/bin.xml                               |  3 +-
 .../jakartaee/{NoOpConverter.java => Info.java}    | 44 ++++++++++++++--------
 .../org/apache/tomcat/jakartaee/Migration.java     | 18 +++++++++
 src/main/resources/info.properties                 | 16 ++++++++
 src/main/scripts/migrate.sh                        |  5 +--
 6 files changed, 67 insertions(+), 25 deletions(-)
 copy src/main/java/org/apache/tomcat/jakartaee/{NoOpConverter.java => Info.java} (57%)
 create mode 100644 src/main/resources/info.properties


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[tomcat-jakartaee-migration] 01/01: Increment version number

Posted by ma...@apache.org.
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 47e40ad151a154d0bd071f86405a731232caabd9
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jan 13 16:17:26 2020 +0000

    Increment version number
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7c53547..1370d14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.tomcat</groupId>
   <artifactId>jakartaee-migration</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.2-SNAPSHOT</version>
  
   <description>
     This tool is a work in progress.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org