You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2014/08/17 02:22:25 UTC

[2/4] git commit: Inherit maven-release-plugin from Apache POM.

Inherit maven-release-plugin from Apache POM.


Project: http://git-wip-us.apache.org/repos/asf/incubator-optiq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-optiq/commit/0ad346f9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-optiq/tree/0ad346f9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-optiq/diff/0ad346f9

Branch: refs/heads/master
Commit: 0ad346f92e1068653b5b66e6febfbd5c8f8c7b71
Parents: 64c9c74
Author: Julian Hyde <jh...@apache.org>
Authored: Fri Aug 1 23:45:02 2014 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Fri Aug 15 10:38:36 2014 -0700

----------------------------------------------------------------------
 pom.xml | 12 ------------
 1 file changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/0ad346f9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b9e3101..ac53604 100644
--- a/pom.xml
+++ b/pom.xml
@@ -280,18 +280,6 @@ limitations under the License.
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-release-plugin</artifactId>
-        <version>2.4.2</version>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.scm</groupId>
-            <artifactId>maven-scm-provider-gitexe</artifactId>
-            <version>1.8.1</version>
-          </dependency>
-        </dependencies>
-      </plugin>
     </plugins>
 
     <pluginManagement>