You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2022/02/24 09:11:48 UTC

[tomee-jakartaee-api] 01/01: [maven-release-plugin] prepare release jakartaee-api-9.1.1

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

jlmonteiro pushed a commit to annotated tag jakartaee-api-9.1.1
in repository https://gitbox.apache.org/repos/asf/tomee-jakartaee-api.git

commit 157965a43b6430ecb7b8eba3023de7e4df037cb8
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Thu Feb 24 10:11:20 2022 +0100

    [maven-release-plugin] prepare release jakartaee-api-9.1.1
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 01d3afc..95eeb44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,12 +23,12 @@
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
     <version>24</version>
-    <relativePath/> <!--Resolve on repository-->
+    <relativePath /> <!--Resolve on repository-->
   </parent>
 
   <groupId>org.apache.tomee</groupId>
   <artifactId>jakartaee-api</artifactId>
-  <version>9.1.1-SNAPSHOT</version>
+  <version>9.1.1</version>
   <packaging>jar</packaging>
 
   <name>Apache TomEE :: Jakarta EE 9 Full API</name>
@@ -41,7 +41,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/tomee-jakartaee-api.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/tomee-jakartaee-api.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=tomee-jakartaee-api.git</url>
-    <tag>HEAD</tag>
+    <tag>jakartaee-api-9.1.1</tag>
   </scm>
 
   <properties>
@@ -93,7 +93,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>2022-02-21T09:00:00Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-02-24T09:11:09Z</project.build.outputTimestamp>
   </properties>