You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2020/06/19 10:47:20 UTC

[tomee] 01/04: [maven-release-plugin] prepare release apache-tomee-9.0.0-M1

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

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

commit 254f4bdff16f7c02952f21f50b4ea002496443b9
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Fri Jun 19 11:40:50 2020 +0100

    [maven-release-plugin] prepare release apache-tomee-9.0.0-M1
---
 jakarta/pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/jakarta/pom.xml b/jakarta/pom.xml
index f386e35..a7a90ec 100644
--- a/jakarta/pom.xml
+++ b/jakarta/pom.xml
@@ -23,13 +23,13 @@
   <parent>
     <artifactId>tomee-project</artifactId>
     <groupId>org.apache.tomee</groupId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.tomee.jakarta</groupId>
   <artifactId>apache-tomee</artifactId>
-  <version>9.0.0-M1-SNAPSHOT</version>
+  <version>9.0.0-M1</version>
   <packaging>jar</packaging>
   <name>TomEE :: TomEE :: Apache TomEE 9</name>
 
@@ -334,4 +334,8 @@
     </plugins>
   </build>
 
+
+  <scm>
+    <tag>apache-tomee-9.0.0-M1</tag>
+  </scm>
 </project>