This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 49a40ab use github
49a40ab is described below
commit 49a40ab224066107a9cc63bbb2c77e2c931480ab
Author: Olivier Lamy <[email protected]>
AuthorDate: Fri Feb 11 18:09:28 2022 +1000
use github
Signed-off-by: Olivier Lamy <[email protected]>
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6b0a3c3..402585b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,8 +42,8 @@ under the License.
</prerequisites>
<scm>
-
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git</connection>
-
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git</developerConnection>
+
<connection>scm:git:https://github.com/apache/maven-compiler-plugin.git</connection>
+
<developerConnection>scm:git:https://github.com/apache/maven-compiler-plugin.git</developerConnection>
<url>https://github.com/apache/maven-compiler-plugin/tree/${project.scm.tag}</url>
<tag>maven-compiler-plugin-3.10.0</tag>
</scm>