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:21 UTC

[tomee] 02/04: [maven-release-plugin] rollback the release of 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 12df3e682b063dd973672c314ec2f4cb38813477
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Fri Jun 19 11:41:07 2020 +0100

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

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