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