You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ih...@apache.org on 2012/12/09 11:07:35 UTC

[1/3] git commit: Updated paths to the SCM in pom.xml

Updated Branches:
  refs/heads/develop b89094eb5 -> b5b94a94d


Updated paths to the SCM in pom.xml

It seems maven reports plugin does not know how to handle git repos so the
pattern scm:git:<url> did not render the correct git-specific information.
Removed "git:" so it's not rendered before the scm url.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4php/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4php/commit/b5b94a94
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4php/tree/b5b94a94
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4php/diff/b5b94a94

Branch: refs/heads/develop
Commit: b5b94a94d3ab62eb5b52166e1f766e110d5c5f5e
Parents: e177a32
Author: Ivan Habunek <ih...@apache.org>
Authored: Sun Dec 9 11:04:34 2012 +0100
Committer: Ivan Habunek <ih...@apache.org>
Committed: Sun Dec 9 11:04:34 2012 +0100

----------------------------------------------------------------------
 pom.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4php/blob/b5b94a94/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2f4faa3..90048a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,8 +66,8 @@
 	</licenses>
 	
 	<scm>
-		<connection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4php.git</connection>
-		<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4php.git</developerConnection>
+		<connection>scm:git://git.apache.org/logging-log4php.git</connection>
+		<developerConnection>scm:https://git-wip-us.apache.org/repos/asf/logging-log4php.git</developerConnection>
 		<url>https://git-wip-us.apache.org/repos/asf?p=logging-log4php.git</url>
 	</scm>