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

rzo1 pushed a commit to branch jakartaee-api-10.0-M2
in repository https://gitbox.apache.org/repos/asf/tomee-jakartaee-api.git


The following commit(s) were added to refs/heads/jakartaee-api-10.0-M2 by this 
push:
     new 79b3213  [maven-release-plugin] prepare for next development iteration
79b3213 is described below

commit 79b3213f8c49e3b2a4631a5b800bf5f30dab5c50
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Sep 29 15:30:21 2023 +0200

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5e460c3..5ef060b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.tomee</groupId>
   <artifactId>jakartaee-api</artifactId>
-  <version>10.0-M2</version>
+  <version>10.0-SNAPSHOT</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>jakartaee-api-10.0-M2</tag>
+    <tag>HEAD</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-09-29T13:30:10Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2023-09-29T13:30:20Z</project.build.outputTimestamp>
   </properties>
 
 

Reply via email to