You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Ian Maxon (Code Review)" <do...@asterixdb.incubator.apache.org> on 2015/11/24 22:02:27 UTC

Change in hyracks[release-0.2.17]: Fix ASTERIXDB-1104

Ian Maxon has uploaded a new change for review.

  https://asterix-gerrit.ics.uci.edu/516

Change subject: Fix ASTERIXDB-1104
......................................................................

Fix ASTERIXDB-1104

This changes the wrapper hyracks-ecosystem POM to a name that makes
more sense for distributing as a source tarball. Nothing depends on
this artifact so changing its name should not be a big deal.

Change-Id: Id3a57fe0a26957e42ced6be4ecb8a39a392f16bf
---
M algebricks/pom.xml
M hyracks/pom.xml
M pom.xml
3 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://asterix-gerrit.ics.uci.edu:29418/hyracks refs/changes/16/516/1

diff --git a/algebricks/pom.xml b/algebricks/pom.xml
index a59edba..b3d54d0 100644
--- a/algebricks/pom.xml
+++ b/algebricks/pom.xml
@@ -27,7 +27,7 @@
 
   <parent>
     <groupId>org.apache.hyracks</groupId>
-    <artifactId>fullstack</artifactId>
+    <artifactId>apache-asterixdb-hyracks</artifactId>
     <version>0.2.17-SNAPSHOT</version>
   </parent>
 
diff --git a/hyracks/pom.xml b/hyracks/pom.xml
index 6ed530a..144b6f4 100644
--- a/hyracks/pom.xml
+++ b/hyracks/pom.xml
@@ -28,7 +28,7 @@
 
   <parent>
     <groupId>org.apache.hyracks</groupId>
-    <artifactId>fullstack</artifactId>
+    <artifactId>apache-asterixdb-hyracks</artifactId>
     <version>0.2.17-SNAPSHOT</version>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index c0f097f..0050275 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.hyracks</groupId>
-  <artifactId>fullstack</artifactId>
+  <artifactId>apache-asterixdb-hyracks</artifactId>
   <version>0.2.17-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>hyracks-ecosystem-full-stack</name>

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/516
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id3a57fe0a26957e42ced6be4ecb8a39a392f16bf
Gerrit-PatchSet: 1
Gerrit-Project: hyracks
Gerrit-Branch: release-0.2.17
Gerrit-Owner: Ian Maxon <im...@apache.org>

Change in hyracks[release-0.2.17]: Fix ASTERIXDB-1104

Posted by "Ian Maxon (Code Review)" <do...@asterixdb.incubator.apache.org>.
Ian Maxon has submitted this change and it was merged.

Change subject: Fix ASTERIXDB-1104
......................................................................


Fix ASTERIXDB-1104

This changes the wrapper hyracks-ecosystem POM to a name that makes
more sense for distributing as a source tarball. Nothing depends on
this artifact so changing its name should not be a big deal.

Change-Id: Id3a57fe0a26957e42ced6be4ecb8a39a392f16bf
Reviewed-on: https://asterix-gerrit.ics.uci.edu/516
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Till Westmann <ti...@apache.org>
---
M algebricks/pom.xml
M hyracks/pom.xml
M pom.xml
3 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Till Westmann: Looks good to me, approved
  Jenkins: Verified



diff --git a/algebricks/pom.xml b/algebricks/pom.xml
index a59edba..b3d54d0 100644
--- a/algebricks/pom.xml
+++ b/algebricks/pom.xml
@@ -27,7 +27,7 @@
 
   <parent>
     <groupId>org.apache.hyracks</groupId>
-    <artifactId>fullstack</artifactId>
+    <artifactId>apache-asterixdb-hyracks</artifactId>
     <version>0.2.17-SNAPSHOT</version>
   </parent>
 
diff --git a/hyracks/pom.xml b/hyracks/pom.xml
index 6ed530a..144b6f4 100644
--- a/hyracks/pom.xml
+++ b/hyracks/pom.xml
@@ -28,7 +28,7 @@
 
   <parent>
     <groupId>org.apache.hyracks</groupId>
-    <artifactId>fullstack</artifactId>
+    <artifactId>apache-asterixdb-hyracks</artifactId>
     <version>0.2.17-SNAPSHOT</version>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index c0f097f..0050275 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.hyracks</groupId>
-  <artifactId>fullstack</artifactId>
+  <artifactId>apache-asterixdb-hyracks</artifactId>
   <version>0.2.17-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>hyracks-ecosystem-full-stack</name>

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/516
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id3a57fe0a26957e42ced6be4ecb8a39a392f16bf
Gerrit-PatchSet: 2
Gerrit-Project: hyracks
Gerrit-Branch: release-0.2.17
Gerrit-Owner: Ian Maxon <im...@apache.org>
Gerrit-Reviewer: Ian Maxon <im...@apache.org>
Gerrit-Reviewer: Jenkins <je...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Till Westmann <ti...@apache.org>

Change in hyracks[release-0.2.17]: Fix ASTERIXDB-1104

Posted by "Jenkins (Code Review)" <do...@asterixdb.incubator.apache.org>.
Jenkins has posted comments on this change.

Change subject: Fix ASTERIXDB-1104
......................................................................


Patch Set 1:

Build Started https://asterix-jenkins.ics.uci.edu/job/hyracks-gerrit/620/

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/516
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Id3a57fe0a26957e42ced6be4ecb8a39a392f16bf
Gerrit-PatchSet: 1
Gerrit-Project: hyracks
Gerrit-Branch: release-0.2.17
Gerrit-Owner: Ian Maxon <im...@apache.org>
Gerrit-Reviewer: Jenkins <je...@fulliautomatix.ics.uci.edu>
Gerrit-HasComments: No

Change in hyracks[release-0.2.17]: Fix ASTERIXDB-1104

Posted by "Jenkins (Code Review)" <do...@asterixdb.incubator.apache.org>.
Jenkins has posted comments on this change.

Change subject: Fix ASTERIXDB-1104
......................................................................


Patch Set 1: Verified+1

Build Successful 

https://asterix-jenkins.ics.uci.edu/job/hyracks-gerrit/620/ : SUCCESS

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/516
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Id3a57fe0a26957e42ced6be4ecb8a39a392f16bf
Gerrit-PatchSet: 1
Gerrit-Project: hyracks
Gerrit-Branch: release-0.2.17
Gerrit-Owner: Ian Maxon <im...@apache.org>
Gerrit-Reviewer: Jenkins <je...@fulliautomatix.ics.uci.edu>
Gerrit-HasComments: No

Change in hyracks[release-0.2.17]: Fix ASTERIXDB-1104

Posted by "Till Westmann (Code Review)" <do...@asterixdb.incubator.apache.org>.
Till Westmann has posted comments on this change.

Change subject: Fix ASTERIXDB-1104
......................................................................


Patch Set 1: Code-Review+2

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/516
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Id3a57fe0a26957e42ced6be4ecb8a39a392f16bf
Gerrit-PatchSet: 1
Gerrit-Project: hyracks
Gerrit-Branch: release-0.2.17
Gerrit-Owner: Ian Maxon <im...@apache.org>
Gerrit-Reviewer: Jenkins <je...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Till Westmann <ti...@apache.org>
Gerrit-HasComments: No