You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by im...@apache.org on 2017/01/16 22:35:19 UTC

asterixdb git commit: Add scm tag back to Hyracks pom

Repository: asterixdb
Updated Branches:
  refs/heads/master c96bb1f74 -> 4b22843ec


Add scm tag back to Hyracks pom

Change-Id: I9c409a58fb93aee81e3d5661525d09cb377e5884
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1445
Reviewed-by: Michael Blow <mb...@apache.org>
Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>


Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/4b22843e
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/4b22843e
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/4b22843e

Branch: refs/heads/master
Commit: 4b22843ec87c4efc79988926061c2e6d3f2795e2
Parents: c96bb1f
Author: Ian Maxon <im...@apache.org>
Authored: Mon Jan 16 13:35:16 2017 -0800
Committer: Ian Maxon <im...@apache.org>
Committed: Mon Jan 16 14:34:44 2017 -0800

----------------------------------------------------------------------
 hyracks-fullstack/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/4b22843e/hyracks-fullstack/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index 6c153c6..1213ba0 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -42,6 +42,13 @@
     </license>
   </licenses>
 
+  <scm>
+    <connection>scm:git:https://github.com/apache/asterixdb</connection>
+    <developerConnection>scm:git:ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb</developerConnection>
+    <url>https://github.com/apache/asterixdb</url>
+    <tag>HEAD</tag>
+  </scm>
+
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <jdk.version>1.8</jdk.version>