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 22:03:14 UTC

[1/7] calcite git commit: Remove remote resources plugin configuration.

Repository: calcite
Updated Branches:
  refs/heads/remote-resources-fixes [created] 05251e4da


Remove remote resources plugin configuration.


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

Branch: refs/heads/remote-resources-fixes
Commit: c9638d6b0b414aad092e2a40da4ab0c61b309b8e
Parents: 50c4b06
Author: Josh Elser <el...@apache.org>
Authored: Tue Mar 8 13:38:31 2016 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Tue Mar 8 13:38:31 2016 -0500

----------------------------------------------------------------------
 avatica/pom.xml | 26 --------------------------
 1 file changed, 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/c9638d6b/avatica/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/pom.xml b/avatica/pom.xml
index 42a72ee..ef84679 100644
--- a/avatica/pom.xml
+++ b/avatica/pom.xml
@@ -279,32 +279,6 @@ limitations under the License.
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>root-resources</id>
-            <goals>
-              <goal>process</goal>
-            </goals>
-            <configuration>
-              <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
-              <resourceBundles>
-                <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
-              </resourceBundles>
-            </configuration>
-          </execution>
-          <execution>
-            <id>non-root-resources</id>
-            <configuration>
-              <resourceBundles>
-                <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
-              </resourceBundles>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <source>1.7</source>


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

Posted by el...@apache.org.
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>


[6/7] calcite git commit: Try putting the configuration in the apache-release profile.

Posted by el...@apache.org.
Try putting the configuration in the apache-release profile.


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

Branch: refs/heads/remote-resources-fixes
Commit: 237f83bf3f8577f33ae32d31695736726b7bd757
Parents: 5d06344
Author: Josh Elser <el...@apache.org>
Authored: Tue Mar 8 14:12:36 2016 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Tue Mar 8 14:12:36 2016 -0500

----------------------------------------------------------------------
 avatica/pom.xml | 35 +++++++++++++++++------------------
 1 file changed, 17 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/237f83bf/avatica/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/pom.xml b/avatica/pom.xml
index 6794751..5bccbaf 100644
--- a/avatica/pom.xml
+++ b/avatica/pom.xml
@@ -279,24 +279,6 @@ limitations under the License.
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>root-resources</id>
-            <goals>
-              <goal>process</goal>
-            </goals>
-            <configuration>
-              <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
-              <resourceBundles>
-                <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
-              </resourceBundles>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <source>1.7</source>
@@ -682,6 +664,23 @@ limitations under the License.
               </execution>
             </executions>
           </plugin>
+          <plugin>
+            <artifactId>maven-remote-resources-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>root-resources</id>
+                <goals>
+                  <goal>process</goal>
+                </goals>
+                <configuration>
+                  <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
+                  <resourceBundles>
+                    <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
+                  </resourceBundles>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
         </plugins>
       </build>
     </profile>


[3/7] calcite git commit: Remove more remote-resources-plugin config

Posted by el...@apache.org.
Remove more remote-resources-plugin config


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

Branch: refs/heads/remote-resources-fixes
Commit: 290af1cca652fb253d45c0b6663d125fbfa2f63f
Parents: 45956f1
Author: Josh Elser <el...@apache.org>
Authored: Tue Mar 8 13:51:32 2016 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Tue Mar 8 13:51:32 2016 -0500

----------------------------------------------------------------------
 avatica/core/pom.xml                       | 11 -----------
 avatica/metrics-dropwizardmetrics3/pom.xml | 11 -----------
 avatica/metrics/pom.xml                    | 11 -----------
 avatica/noop-driver/pom.xml                | 11 -----------
 avatica/server/pom.xml                     | 11 -----------
 5 files changed, 55 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/290af1cc/avatica/core/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/core/pom.xml b/avatica/core/pom.xml
index d26b81d..9ce07f3 100644
--- a/avatica/core/pom.xml
+++ b/avatica/core/pom.xml
@@ -170,17 +170,6 @@ limitations under the License.
         </executions>
       </plugin>
       <plugin>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>non-root-resources</id>
-            <goals>
-              <goal>process</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
         <executions>

http://git-wip-us.apache.org/repos/asf/calcite/blob/290af1cc/avatica/metrics-dropwizardmetrics3/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/metrics-dropwizardmetrics3/pom.xml b/avatica/metrics-dropwizardmetrics3/pom.xml
index 2f1de42..c96329b 100644
--- a/avatica/metrics-dropwizardmetrics3/pom.xml
+++ b/avatica/metrics-dropwizardmetrics3/pom.xml
@@ -103,17 +103,6 @@ limitations under the License.
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>non-root-resources</id>
-            <goals>
-              <goal>process</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
 </project>

http://git-wip-us.apache.org/repos/asf/calcite/blob/290af1cc/avatica/metrics/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/metrics/pom.xml b/avatica/metrics/pom.xml
index 1b8ad66..b346147 100644
--- a/avatica/metrics/pom.xml
+++ b/avatica/metrics/pom.xml
@@ -122,17 +122,6 @@ limitations under the License.
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>non-root-resources</id>
-            <goals>
-              <goal>process</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
 </project>

http://git-wip-us.apache.org/repos/asf/calcite/blob/290af1cc/avatica/noop-driver/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/noop-driver/pom.xml b/avatica/noop-driver/pom.xml
index 5c2326c..d50ba37 100644
--- a/avatica/noop-driver/pom.xml
+++ b/avatica/noop-driver/pom.xml
@@ -94,17 +94,6 @@ limitations under the License.
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>non-root-resources</id>
-            <goals>
-              <goal>process</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
 </project>

http://git-wip-us.apache.org/repos/asf/calcite/blob/290af1cc/avatica/server/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/server/pom.xml b/avatica/server/pom.xml
index a64789d..5681c3e 100644
--- a/avatica/server/pom.xml
+++ b/avatica/server/pom.xml
@@ -180,17 +180,6 @@ limitations under the License.
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>non-root-resources</id>
-            <goals>
-              <goal>process</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
 </project>


[4/7] calcite git commit: Revert "Remove remote resources plugin configuration."

Posted by el...@apache.org.
Revert "Remove remote resources plugin configuration."

This reverts commit c9638d6b0b414aad092e2a40da4ab0c61b309b8e.


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

Branch: refs/heads/remote-resources-fixes
Commit: 26f56a17b48bf0c3536eb2b0cfd02f3799e16ab6
Parents: 290af1c
Author: Josh Elser <el...@apache.org>
Authored: Tue Mar 8 14:06:43 2016 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Tue Mar 8 14:06:43 2016 -0500

----------------------------------------------------------------------
 avatica/pom.xml | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/26f56a17/avatica/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/pom.xml b/avatica/pom.xml
index c245bfa..f383a35 100644
--- a/avatica/pom.xml
+++ b/avatica/pom.xml
@@ -279,6 +279,32 @@ limitations under the License.
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>root-resources</id>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <configuration>
+              <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
+              <resourceBundles>
+                <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
+              </resourceBundles>
+            </configuration>
+          </execution>
+          <execution>
+            <id>non-root-resources</id>
+            <configuration>
+              <resourceBundles>
+                <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
+              </resourceBundles>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <source>1.7</source>


[5/7] calcite git commit: Remove just the non-root-resources configuration.

Posted by el...@apache.org.
Remove just the non-root-resources configuration.


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

Branch: refs/heads/remote-resources-fixes
Commit: 5d0634451d8adf66da1a7521c04c60b57ad4bdb3
Parents: 26f56a1
Author: Josh Elser <el...@apache.org>
Authored: Tue Mar 8 14:07:05 2016 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Tue Mar 8 14:07:05 2016 -0500

----------------------------------------------------------------------
 avatica/pom.xml | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/5d063445/avatica/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/pom.xml b/avatica/pom.xml
index f383a35..6794751 100644
--- a/avatica/pom.xml
+++ b/avatica/pom.xml
@@ -293,14 +293,6 @@ limitations under the License.
               </resourceBundles>
             </configuration>
           </execution>
-          <execution>
-            <id>non-root-resources</id>
-            <configuration>
-              <resourceBundles>
-                <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
-              </resourceBundles>
-            </configuration>
-          </execution>
         </executions>
       </plugin>
       <plugin>


Re: [7/7] calcite git commit: [maven-release-plugin] prepare release calcite-avatica-1.7.0-rc0

Posted by Julian Hyde <jh...@apache.org>.
Yes, the tag in the pom is unimportant. I think it’s a hack to make maven-release-plugin work and has little other purpose. The tag we apply in git after the vote passes, and the commit id that we store elsewhere (e.g. in a vote thread) are more important.

> On Mar 8, 2016, at 2:21 PM, Josh Elser <jo...@gmail.com> wrote:
> 
> Actually, including an rcX in the tag name shouldn't be a problem.
> 
> The important bit is the SHA1 the tag points to. Per the new infra policy, we'll have to make a rel/calcite-avatica-1.7.0 tag. The SHA1 is the important bit, no?
> 
> If it's just a matter of "how we do things", that's fine. Just wanted to make sure I wasn't missing something.
> 
> Josh Elser wrote:
>> Ahh, ok. Will do.
>> 
>> Also, incoming force-push on master. I forgot to switch to a new branch
>> before doing the first Avatica RC.
>> 
>> Julian Hyde wrote:
>>>> On Mar 8, 2016, at 1:03 PM, elserj@apache.org wrote:
>>>> 
>>>> 
>>>> diff --git a/avatica/pom.xml b/avatica/pom.xml
>>>> index 5bccbaf..8bd4b52 100644
>>>> --- a/avatica/pom.xml
>>>> +++ b/avatica/pom.xml
>>>> @@ -101,7 +101,7 @@ limitations under the License.
>>>> <connection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite.git</connection>
>>>> 
>>>> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite.git</developerConnection>
>>>> 
>>>> <url>https://github.com/apache/calcite</url>
>>>> -<tag>HEAD</tag>
>>>> +<tag>calcite-avatica-1.7.0-rc0</tag>
>>>> </scm>
>>> 
>>> 
>>> I’d have used "calcite-avatica-1.7.0” as the tag. At some point one of
>>> those RCs will pass the vote and we won’t be able to go back and
>>> change the tag!
>>> 
>>> Julian
>>> 


Re: [7/7] calcite git commit: [maven-release-plugin] prepare release calcite-avatica-1.7.0-rc0

Posted by Josh Elser <jo...@gmail.com>.
Actually, including an rcX in the tag name shouldn't be a problem.

The important bit is the SHA1 the tag points to. Per the new infra 
policy, we'll have to make a rel/calcite-avatica-1.7.0 tag. The SHA1 is 
the important bit, no?

If it's just a matter of "how we do things", that's fine. Just wanted to 
make sure I wasn't missing something.

Josh Elser wrote:
> Ahh, ok. Will do.
>
> Also, incoming force-push on master. I forgot to switch to a new branch
> before doing the first Avatica RC.
>
> Julian Hyde wrote:
>>> On Mar 8, 2016, at 1:03 PM, elserj@apache.org wrote:
>>>
>>>
>>> diff --git a/avatica/pom.xml b/avatica/pom.xml
>>> index 5bccbaf..8bd4b52 100644
>>> --- a/avatica/pom.xml
>>> +++ b/avatica/pom.xml
>>> @@ -101,7 +101,7 @@ limitations under the License.
>>> <connection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite.git</connection>
>>>
>>> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite.git</developerConnection>
>>>
>>> <url>https://github.com/apache/calcite</url>
>>> -<tag>HEAD</tag>
>>> +<tag>calcite-avatica-1.7.0-rc0</tag>
>>> </scm>
>>
>>
>> I’d have used "calcite-avatica-1.7.0” as the tag. At some point one of
>> those RCs will pass the vote and we won’t be able to go back and
>> change the tag!
>>
>> Julian
>>

Re: [7/7] calcite git commit: [maven-release-plugin] prepare release calcite-avatica-1.7.0-rc0

Posted by Josh Elser <jo...@gmail.com>.
Ahh, ok. Will do.

Also, incoming force-push on master. I forgot to switch to a new branch 
before doing the first Avatica RC.

Julian Hyde wrote:
>> On Mar 8, 2016, at 1:03 PM, elserj@apache.org wrote:
>>
>>
>> diff --git a/avatica/pom.xml b/avatica/pom.xml
>> index 5bccbaf..8bd4b52 100644
>> --- a/avatica/pom.xml
>> +++ b/avatica/pom.xml
>> @@ -101,7 +101,7 @@ limitations under the License.
>>      <connection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite.git</connection>
>>      <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite.git</developerConnection>
>>      <url>https://github.com/apache/calcite</url>
>> -<tag>HEAD</tag>
>> +<tag>calcite-avatica-1.7.0-rc0</tag>
>>    </scm>
>
>
> I’d have used "calcite-avatica-1.7.0” as the tag. At some point one of those RCs will pass the vote and we won’t be able to go back and change the tag!
>
> Julian
>

Re: [7/7] calcite git commit: [maven-release-plugin] prepare release calcite-avatica-1.7.0-rc0

Posted by Julian Hyde <jh...@apache.org>.
> On Mar 8, 2016, at 1:03 PM, elserj@apache.org wrote:
> 
> 
> diff --git a/avatica/pom.xml b/avatica/pom.xml
> index 5bccbaf..8bd4b52 100644
> --- a/avatica/pom.xml
> +++ b/avatica/pom.xml
> @@ -101,7 +101,7 @@ limitations under the License.
>     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite.git</connection>
>     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite.git</developerConnection>
>     <url>https://github.com/apache/calcite</url>
> -    <tag>HEAD</tag>
> +    <tag>calcite-avatica-1.7.0-rc0</tag>
>   </scm>


I’d have used "calcite-avatica-1.7.0” as the tag. At some point one of those RCs will pass the vote and we won’t be able to go back and change the tag!

Julian


[7/7] calcite git commit: [maven-release-plugin] prepare release calcite-avatica-1.7.0-rc0

Posted by el...@apache.org.
[maven-release-plugin] prepare release calcite-avatica-1.7.0-rc0


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

Branch: refs/heads/remote-resources-fixes
Commit: 05251e4da3c0dfc118ee96ab3e193c15499bdbd3
Parents: 237f83b
Author: Josh Elser <el...@apache.org>
Authored: Tue Mar 8 16:02:51 2016 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Tue Mar 8 16:02:51 2016 -0500

----------------------------------------------------------------------
 avatica/core/pom.xml                       | 2 +-
 avatica/metrics-dropwizardmetrics3/pom.xml | 2 +-
 avatica/metrics/pom.xml                    | 2 +-
 avatica/noop-driver/pom.xml                | 2 +-
 avatica/pom.xml                            | 6 +++---
 avatica/server/pom.xml                     | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/05251e4d/avatica/core/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/core/pom.xml b/avatica/core/pom.xml
index 9ce07f3..356e57c 100644
--- a/avatica/core/pom.xml
+++ b/avatica/core/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>calcite-avatica-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.0</version>
   </parent>
 
   <artifactId>calcite-avatica</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite/blob/05251e4d/avatica/metrics-dropwizardmetrics3/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/metrics-dropwizardmetrics3/pom.xml b/avatica/metrics-dropwizardmetrics3/pom.xml
index c96329b..7f3420c 100644
--- a/avatica/metrics-dropwizardmetrics3/pom.xml
+++ b/avatica/metrics-dropwizardmetrics3/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>calcite-avatica-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.0</version>
   </parent>
 
   <artifactId>calcite-avatica-metrics-dropwizardmetrics3</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite/blob/05251e4d/avatica/metrics/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/metrics/pom.xml b/avatica/metrics/pom.xml
index b346147..d70614c 100644
--- a/avatica/metrics/pom.xml
+++ b/avatica/metrics/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>calcite-avatica-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.0</version>
   </parent>
 
   <artifactId>calcite-avatica-metrics</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite/blob/05251e4d/avatica/noop-driver/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/noop-driver/pom.xml b/avatica/noop-driver/pom.xml
index d50ba37..7798f04 100644
--- a/avatica/noop-driver/pom.xml
+++ b/avatica/noop-driver/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>calcite-avatica-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.0</version>
   </parent>
 
   <artifactId>calcite-avatica-noop</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite/blob/05251e4d/avatica/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/pom.xml b/avatica/pom.xml
index 5bccbaf..8bd4b52 100644
--- a/avatica/pom.xml
+++ b/avatica/pom.xml
@@ -22,14 +22,14 @@ limitations under the License.
     <artifactId>apache</artifactId>
     <version>17</version>
     <!-- Tell Maven that it's OK that we're not attached to the parent directory -->
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <!-- The basics. -->
   <groupId>org.apache.calcite.avatica</groupId>
   <artifactId>calcite-avatica-parent</artifactId>
   <packaging>pom</packaging>
-  <version>1.7.0-SNAPSHOT</version>
+  <version>1.7.0</version>
 
   <!-- More project information. -->
   <name>Avatica Project</name>
@@ -101,7 +101,7 @@ limitations under the License.
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite.git</developerConnection>
     <url>https://github.com/apache/calcite</url>
-    <tag>HEAD</tag>
+    <tag>calcite-avatica-1.7.0-rc0</tag>
   </scm>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/calcite/blob/05251e4d/avatica/server/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/server/pom.xml b/avatica/server/pom.xml
index 5681c3e..29b7ca4 100644
--- a/avatica/server/pom.xml
+++ b/avatica/server/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>calcite-avatica-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.0</version>
   </parent>
 
   <artifactId>calcite-avatica-server</artifactId>