You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bd...@apache.org on 2022/06/01 15:40:26 UTC

[directory-scimple] 01/01: Update the scm connection information after moving to Apache

This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch scm-url-update
in repository https://gitbox.apache.org/repos/asf/directory-scimple.git

commit 5689df700fbcd3dcf5e315dc1a6ebfd67b891ac9
Author: Brian Demers <bd...@apache.org>
AuthorDate: Wed Jun 1 11:40:20 2022 -0400

    Update the scm connection information after moving to Apache
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ba08d5b..ad594d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,9 +55,9 @@
   </modules>
 
   <scm>
-    <connection>scm:git:ssh://git@github.com:PennState/scim.git</connection>
-    <developerConnection>scm:git:ssh://git@github.com:PennState/scim.git</developerConnection>
-    <url>https://github.com/PennState/scim</url>
+    <connection>scm:git:ssh://git@github.com:apache/directory-scimple.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com:apache/directory-scimple.git</developerConnection>
+    <url>https://github.com/apache/directory-scimple</url>
   </scm>
 
   <licenses>