You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2020/11/19 08:26:27 UTC

[tomee-jakarta] branch master updated (8e4f16b -> f6503ab)

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

jlmonteiro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-jakarta.git.


    from 8e4f16b  [maven-release-plugin] prepare for next development iteration
     new e53fab8  Move to eclipse transformer snapshot
     new f6503ab  Update to latest 8 snapshot

The 2 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 | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)


[tomee-jakarta] 01/02: Move to eclipse transformer snapshot

Posted by jl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-jakarta.git

commit e53fab8d316a3a48a71d8c788769c915832500a1
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Thu Nov 19 09:20:30 2020 +0100

    Move to eclipse transformer snapshot
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d4bba05..6cb7fe9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -353,7 +353,7 @@
       <plugin>
         <groupId>org.tomitribe.transformer</groupId>
         <artifactId>org.eclipse.transformer.maven</artifactId>
-        <version>0.1.1a</version>
+        <version>0.3.0-SNAPSHOT</version>
         <executions>
           <execution>
             <goals>
@@ -382,4 +382,3 @@
     </plugins>
   </build>
 </project>
-


[tomee-jakarta] 02/02: Update to latest 8 snapshot

Posted by jl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-jakarta.git

commit f6503ab22397222baf449495b158e36b3a2ad036
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Thu Nov 19 09:22:36 2020 +0100

    Update to latest 8 snapshot
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6cb7fe9..af4495f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
 
 
   <properties>
-    <tomee.version>8.0.5</tomee.version>
+    <tomee.version>8.0.6-SNAPSHOT</tomee.version>
     <tomee.build.name>${project.groupId}.tomee.tomee</tomee.build.name>
     <webprofile.work-dir>${project.build.directory}/webprofile-work-dir</webprofile.work-dir>
     <plus.work-dir>${project.build.directory}/plus-work-dir</plus.work-dir>