You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by jl...@apache.org on 2022/06/08 13:43:29 UTC

[bval] branch master updated: Fix typo in location for the SCM

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/bval.git


The following commit(s) were added to refs/heads/master by this push:
     new d9a6831  Fix typo in location for the SCM
d9a6831 is described below

commit d9a6831f262000f11bb69cb06bf384128766ea1f
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Wed Jun 8 15:43:23 2022 +0200

    Fix typo in location for the SCM
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4151236..137fe2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,8 +54,8 @@
     <url>http://bval.apache.org/</url>
 
     <scm>
-        <connection>scm:git:http://gitbix.apache.org/repos/asf/bval</connection>
-        <developerConnection>scm:git:https://gitbix.apache.org/repos/asf/bval</developerConnection>
+        <connection>scm:git:http://gitbox.apache.org/repos/asf/bval</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/bval</developerConnection>
         <url>http://gitbox.apache.org/repos/asf/bval</url>
         <tag>HEAD</tag>
     </scm>