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

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


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

commit 1b54779bb4381b7b669f3adba8efda05a0e8685f
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Sep 29 15:33:48 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 388f22b..6590a64 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:33:35Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2023-09-29T13:33:48Z</project.build.outputTimestamp>
   </properties>
 
 

Reply via email to