You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/05/27 19:37:00 UTC

git commit: added Ohad Redlich as contributor

Repository: maven-scm
Updated Branches:
  refs/heads/master 7ede6464c -> ce82bd066


added Ohad Redlich as contributor

Project: http://git-wip-us.apache.org/repos/asf/maven-scm/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/ce82bd06
Tree: http://git-wip-us.apache.org/repos/asf/maven-scm/tree/ce82bd06
Diff: http://git-wip-us.apache.org/repos/asf/maven-scm/diff/ce82bd06

Branch: refs/heads/master
Commit: ce82bd0669e486bece1310d4d8a5e63229f0455e
Parents: 7ede646
Author: Hervé Boutemy <hb...@apache.org>
Authored: Tue May 27 19:36:54 2014 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Tue May 27 19:36:54 2014 +0200

----------------------------------------------------------------------
 maven-scm-providers/maven-scm-provider-tfs/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-scm/blob/ce82bd06/maven-scm-providers/maven-scm-provider-tfs/pom.xml
----------------------------------------------------------------------
diff --git a/maven-scm-providers/maven-scm-provider-tfs/pom.xml b/maven-scm-providers/maven-scm-provider-tfs/pom.xml
index 3789aa0..bd801ec 100644
--- a/maven-scm-providers/maven-scm-provider-tfs/pom.xml
+++ b/maven-scm-providers/maven-scm-provider-tfs/pom.xml
@@ -59,6 +59,11 @@
       <timezone>+5.5</timezone>
     </developer>
   </developers>
+  <contributors>
+    <contributor>
+      <name>Ohad Redlich</name>
+    </contributor>
+  </contributors>
 
   <build>
     <plugins>