You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by sa...@apache.org on 2014/09/13 18:24:47 UTC

git commit: dcm connection added, old fleece archives added, developer section updated

Repository: incubator-johnzon
Updated Branches:
  refs/heads/master 3b1bd213a -> ccd341f7a


dcm connection added, old fleece archives added, developer section updated


Project: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/commit/ccd341f7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/tree/ccd341f7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/diff/ccd341f7

Branch: refs/heads/master
Commit: ccd341f7a908a9d6283cf8a12920e7754259db24
Parents: 3b1bd21
Author: salyh <he...@gmail.com>
Authored: Sat Sep 13 18:24:41 2014 +0200
Committer: salyh <he...@gmail.com>
Committed: Sat Sep 13 18:24:41 2014 +0200

----------------------------------------------------------------------
 pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/ccd341f7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1057448..10bc4b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -264,6 +264,12 @@
     <pubsub.url>scm:svn:${johnzon.site.url}</pubsub.url>
     <staging.directory>${project.build.directory}/site</staging.directory>
   </properties>
+  
+  <scm>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-johnzon.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-johnzon.git</developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf?p=incubator-johnzon.git</url>
+  </scm>
 
   <reporting>
     <plugins>
@@ -342,6 +348,9 @@
       <unsubscribe>commits-unsubscribe@johnzon.incubator.apache.org</unsubscribe>
       <post>commits@johnzon.incubator.apache.org</post>
       <archive>http://mail-archives.apache.org/mod_mbox/incubator-johnzon-commits/</archive>
+      <otherArchives>
+        <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-fleece-commits/</otherArchive>
+      </otherArchives>
     </mailingList>
     <mailingList>
       <name>Johnzon Developer List</name>
@@ -349,6 +358,9 @@
       <unsubscribe>dev-unsubscribe@johnzon.incubator.apache.org</unsubscribe>
       <post>dev@johnzon.incubator.apache.org</post>
       <archive>http://mail-archives.apache.org/mod_mbox/incubator-johnzon-dev/</archive>
+      <otherArchives>
+        <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-fleece-dev/</otherArchive>
+      </otherArchives>
     </mailingList>
   </mailingLists>
   
@@ -425,6 +437,9 @@
       <id>salyh</id>
       <name>Hendrik Saly</name>
       <email>salyh AT apache.org</email>
+      <properties>
+        <picUrl>http://www.gravatar.com/avatar/af23e69dbed585db0ce6445d0adb4985.png</picUrl>
+      </properties>
     </developer>
   </developers>