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
The following commit(s) were added to refs/heads/master by this push:
new 716afc9 Update the GIT connection info for future releases
716afc9 is described below
commit 716afc99ab17a663d18a0a04ff862ab9d2937d97
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Tue May 24 11:54:19 2022 +0200
Update the GIT connection info for future releases
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index a0b38df..6475520 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,9 +38,9 @@
</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>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/tomee-jakartaee-api.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/tomee-jakartaee-api.git</developerConnection>
+ <url>https://gitbox.apache.org/repos/asf?p=tomee-jakartaee-api.git</url>
<tag>HEAD</tag>
</scm>