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 2bf8de61a4f521c16f1f8c0c65d30263d4e1f106 Author: Jean-Louis Monteiro <[email protected]> AuthorDate: Wed Feb 23 22:47:46 2022 +0100 [maven-release-plugin] prepare release jakartaee-api-9.1.1 --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0e188bd..2917dda 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <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> @@ -86,7 +86,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-23T21:47:44Z</project.build.outputTimestamp> </properties> @@ -1152,4 +1152,8 @@ </dependencies> + + <scm> + <tag>jakartaee-api-9.1.1</tag> + </scm> </project>
