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

rzo1 pushed a commit to branch tomee-jakartaee-api-10-m2-rc2-prepare
in repository https://gitbox.apache.org/repos/asf/tomee-jakartaee-api.git


The following commit(s) were added to 
refs/heads/tomee-jakartaee-api-10-m2-rc2-prepare by this push:
     new 284e042  [maven-release-plugin] prepare release jakartaee-api-10.0-M2
284e042 is described below

commit 284e042066b1164bdda795c5c53876e5469d12ac
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon Oct 2 13:14:28 2023 +0200

    [maven-release-plugin] prepare release jakartaee-api-10.0-M2
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index cdcec02..d82d2a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.tomee</groupId>
   <artifactId>jakartaee-api</artifactId>
-  <version>10.0-SNAPSHOT</version>
+  <version>10.0-M2</version>
   <packaging>jar</packaging>
 
   <name>Apache TomEE :: Jakarta EE 10 Full API</name>
@@ -37,7 +37,7 @@
     
<connection>scm:git:https://github.com/apache/tomee-jakartaee-api.git</connection>
     
<developerConnection>scm:git:[email protected]:apache/tomee-jakartaee-api.git</developerConnection>
     <url>https://github.com/apache/tomee-jakartaee-api.git</url>
-    <tag>HEAD</tag>
+    <tag>jakartaee-api-10.0-M2</tag>
   </scm>
 
   <properties>
@@ -95,7 +95,7 @@
 
     <!-- Reproducible builds see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
     <!-- project.build.outputTimestamp is updated by maven-release-plugin 
during release -->
-    
<project.build.outputTimestamp>2023-01-11T21:11:29Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2023-10-02T11:14:17Z</project.build.outputTimestamp>
   </properties>
 
 

Reply via email to