You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by el...@apache.org on 2016/03/08 19:55:14 UTC

[2/4] calcite git commit: Consistent groupId across all of avatica

Consistent groupId across all of avatica


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/45956f1c
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/45956f1c
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/45956f1c

Branch: refs/heads/remote-resources-fixes
Commit: 45956f1c105af36b9a82c0d185c254c5090d68eb
Parents: c9638d6
Author: Josh Elser <el...@apache.org>
Authored: Tue Mar 8 13:49:39 2016 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Tue Mar 8 13:49:39 2016 -0500

----------------------------------------------------------------------
 avatica/core/pom.xml                       |  2 +-
 avatica/metrics-dropwizardmetrics3/pom.xml |  2 +-
 avatica/pom.xml                            | 10 +++++-----
 avatica/server/pom.xml                     |  4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/45956f1c/avatica/core/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/core/pom.xml b/avatica/core/pom.xml
index 192d2dd..d26b81d 100644
--- a/avatica/core/pom.xml
+++ b/avatica/core/pom.xml
@@ -36,7 +36,7 @@ limitations under the License.
     <!-- Make sure that there are no dependencies on other calcite modules,
          or on libraries other than Jackson. -->
     <dependency>
-      <groupId>org.apache.calcite</groupId>
+      <groupId>org.apache.calcite.avatica</groupId>
       <artifactId>calcite-avatica-metrics</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/calcite/blob/45956f1c/avatica/metrics-dropwizardmetrics3/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/metrics-dropwizardmetrics3/pom.xml b/avatica/metrics-dropwizardmetrics3/pom.xml
index 4966c5b..2f1de42 100644
--- a/avatica/metrics-dropwizardmetrics3/pom.xml
+++ b/avatica/metrics-dropwizardmetrics3/pom.xml
@@ -34,7 +34,7 @@ limitations under the License.
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.calcite</groupId>
+      <groupId>org.apache.calcite.avatica</groupId>
       <artifactId>calcite-avatica-metrics</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/calcite/blob/45956f1c/avatica/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/pom.xml b/avatica/pom.xml
index ef84679..c245bfa 100644
--- a/avatica/pom.xml
+++ b/avatica/pom.xml
@@ -121,27 +121,27 @@ limitations under the License.
     <dependencies>
       <!-- Sorted by groupId, artifactId; calcite dependencies first. -->
       <dependency>
-        <groupId>org.apache.calcite</groupId>
+        <groupId>org.apache.calcite.avatica</groupId>
         <artifactId>calcite-avatica</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.calcite</groupId>
+        <groupId>org.apache.calcite.avatica</groupId>
         <artifactId>calcite-avatica-metrics</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.calcite</groupId>
+        <groupId>org.apache.calcite.avatica</groupId>
         <artifactId>calcite-avatica-noop</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.calcite</groupId>
+        <groupId>org.apache.calcite.avatica</groupId>
         <artifactId>calcite-avatica-server</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.calcite</groupId>
+        <groupId>org.apache.calcite.avatica</groupId>
         <artifactId>calcite-avatica</artifactId>
         <version>${project.version}</version>
         <type>test-jar</type>

http://git-wip-us.apache.org/repos/asf/calcite/blob/45956f1c/avatica/server/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/server/pom.xml b/avatica/server/pom.xml
index 63a390d..a64789d 100644
--- a/avatica/server/pom.xml
+++ b/avatica/server/pom.xml
@@ -36,7 +36,7 @@ limitations under the License.
     <!-- Sorted by groupId, artifactId; calcite dependencies first. Put versions
          in dependencyManagement in the root POM, not here. -->
     <dependency>
-      <groupId>org.apache.calcite</groupId>
+      <groupId>org.apache.calcite.avatica</groupId>
       <artifactId>calcite-avatica</artifactId>
     </dependency>
     <dependency>
@@ -62,7 +62,7 @@ limitations under the License.
 
     <!-- test dependencies -->
     <dependency>
-      <groupId>org.apache.calcite</groupId>
+      <groupId>org.apache.calcite.avatica</groupId>
       <artifactId>calcite-avatica</artifactId>
       <type>test-jar</type>
       <scope>test</scope>