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 7b577f50d9d39de859aef945f1adb22454226e65 Author: Jean-Louis Monteiro <[email protected]> AuthorDate: Wed Feb 23 22:51:18 2022 +0100 Add SCM information for the release --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 0e188bd..8285ced 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,13 @@ <maven>3.0</maven> </prerequisites> + <scm> + <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> + </scm> + <properties> <geronimo-j2ee-connector_1.6_spec.version>1.0</geronimo-j2ee-connector_1.6_spec.version>
