You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by im...@apache.org on 2015/09/02 05:30:14 UTC

incubator-asterixdb-hyracks git commit: Remove release-plugin import, inherit insteaad.

Repository: incubator-asterixdb-hyracks
Updated Branches:
  refs/heads/master 02d60aaa4 -> c09ee7e75


Remove release-plugin import, inherit insteaad.

The org.apache TLP includes the release plugin.
Our declaration conflicts and stops us from

Change-Id: I7ffca7d9fb222cf29439393a361314723a07e0fa
Reviewed-on: https://asterix-gerrit.ics.uci.edu/375
Reviewed-by: Ian Maxon <im...@apache.org>
Tested-by: Ian Maxon <im...@apache.org>


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

Branch: refs/heads/master
Commit: c09ee7e7518f5791e98f85fa9326b90f571208de
Parents: 02d60aa
Author: Ian Maxon <im...@apache.org>
Authored: Tue Sep 1 17:18:38 2015 -1000
Committer: Ian Maxon <im...@apache.org>
Committed: Tue Sep 1 20:27:47 2015 -0700

----------------------------------------------------------------------
 hyracks/pom.xml | 8 --------
 pom.xml         | 8 --------
 2 files changed, 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/c09ee7e7/hyracks/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks/pom.xml b/hyracks/pom.xml
index ca3db54..84382e7 100644
--- a/hyracks/pom.xml
+++ b/hyracks/pom.xml
@@ -30,14 +30,6 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-release-plugin</artifactId>
-        <version>2.0</version>
-        <configuration>
-          <goals>package source:jar javadoc:jar deploy:deploy</goals>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>versions-maven-plugin</artifactId>
         <version>1.2</version>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/c09ee7e7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 504201b..3d9586a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,14 +97,6 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-release-plugin</artifactId>
-        <version>2.5.2</version>
-        <configuration>
-            <goals>package source:jar javadoc:jar deploy:deploy</goals>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>versions-maven-plugin</artifactId>
         <version>1.2</version>