You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2023/01/05 22:58:31 UTC

[couchdb] 01/07: remove scm junk

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

rnewson pushed a commit to branch import-nouveau-reorg
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 77afedfbd299c3833e44f76651faeca215b9a642
Author: Robert Newson <rn...@apache.org>
AuthorDate: Mon Jan 2 00:43:49 2023 +0000

    remove scm junk
---
 java/nouveau/server/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/java/nouveau/server/pom.xml b/java/nouveau/server/pom.xml
index 8d8d30932..99e64e6ba 100644
--- a/java/nouveau/server/pom.xml
+++ b/java/nouveau/server/pom.xml
@@ -170,11 +170,6 @@
     </dependency>
   </dependencies>
 
-  <scm>
-    <developerConnection>scm:git:git@github.com:rnewson/nouveau.git</developerConnection>
-    <tag>HEAD</tag>
-  </scm>
-
   <build>
     <defaultGoal>package</defaultGoal>
     <plugins>