You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by ti...@apache.org on 2016/07/08 23:54:11 UTC

asterixdb git commit: some more graduation changes

Repository: asterixdb
Updated Branches:
  refs/heads/master bd552d8a1 -> 81b1f212c


some more graduation changes

Change-Id: Ia901209e62a6803817e63a8495b07987cd95e0e1
Reviewed-on: https://asterix-gerrit.ics.uci.edu/985
Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Yingyi Bu <bu...@gmail.com>


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

Branch: refs/heads/master
Commit: 81b1f212c7870173c743a7c55576bfa5b84eed86
Parents: bd552d8
Author: Till Westmann <ti...@apache.org>
Authored: Fri Jul 8 14:44:14 2016 -0700
Committer: Till Westmann <ti...@apache.org>
Committed: Fri Jul 8 16:53:34 2016 -0700

----------------------------------------------------------------------
 asterixdb/pom.xml         | 6 ++----
 hyracks-fullstack/pom.xml | 8 --------
 2 files changed, 2 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/81b1f212/asterixdb/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index 4d372d5..d7b0fed 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -206,7 +206,6 @@
               <appendedResourcesDirectory>${appendedResourcesDirectory}</appendedResourcesDirectory>
               <resourceBundles>
                 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
-                <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
               </resourceBundles>
             </configuration>
           </execution>
@@ -361,10 +360,9 @@
   </build>
 
   <scm>
-    <connection>scm:git:https://github.com/apache/incubator-asterixdb</connection>
+    <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/incubator-asterixdb</url>
-
+    <url>https://github.com/apache/asterixdb</url>
     <tag>HEAD</tag>
   </scm>
 

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/81b1f212/hyracks-fullstack/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index 8ea61dc..e0b12dd 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -275,7 +275,6 @@
             <configuration>
               <resourceBundles combine.children="append">
                 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
-                <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
               </resourceBundles>
             </configuration>
           </execution>
@@ -373,13 +372,6 @@
     </pluginManagement>
   </build>
 
-  <scm>
-    <connection>scm:git:https://github.com/apache/incubator-asterixdb-hyracks</connection>
-    <developerConnection>scm:git:ssh://fulliautomatix.ics.uci.edu:29418/hyracks</developerConnection>
-    <url>https://github.com/apache/incubator-asterixdb-hyracks</url>
-    <tag>HEAD</tag>
-  </scm>
-
   <profiles>
     <profile>
       <id>hanging-pregelix-tests</id>