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

[tomee-jakartaee-api] branch master updated (f382eff -> 3aad2e4)

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

jlmonteiro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-jakartaee-api.git.


    from f382eff  See if Maven loves it more
     add 157965a  [maven-release-plugin] prepare release jakartaee-api-9.1.1
     new 3aad2e4  [maven-release-plugin] prepare for next development iteration

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

[tomee-jakartaee-api] 01/01: [maven-release-plugin] prepare for next development iteration

Posted by jl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3aad2e4051012474f1c7034c573111e27c447564
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Thu Feb 24 10:12:04 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 95eeb44..8682794 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.tomee</groupId>
   <artifactId>jakartaee-api</artifactId>
-  <version>9.1.1</version>
+  <version>9.1.2-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>Apache TomEE :: Jakarta EE 9 Full API</name>
@@ -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-24T09:11:09Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-02-24T09:12:04Z</project.build.outputTimestamp>
   </properties>