Ian Maxon has uploaded a new change for review.
https://asterix-gerrit.ics.uci.edu/375
Change subject: Remove release-plugin import, inherit insteaad.
......................................................................
Remove release-plugin import, inherit insteaad.
The org.apache TLP includes the release plugin.
Our declaration conflicts and stops us from
Change-Id: I7ffca7d9fb222cf29439393a361314723a07e0fa
---
M hyracks/pom.xml
M pom.xml
2 files changed, 0 insertions(+), 26 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/hyracks refs/changes/75/375/1
diff --git a/hyracks/pom.xml b/hyracks/pom.xml
index ca3db54..cbae126 100644
--- a/hyracks/pom.xml
+++ b/hyracks/pom.xml
@@ -27,24 +27,6 @@
<version>0.2.16-SNAPSHOT</version>
</parent>
- <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>
- </plugin>
- </plugins>
- </build>
-
<repositories>
<repository>
<id>maven-central</id>
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>
--
To view, visit https://asterix-gerrit.ics.uci.edu/375
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7ffca7d9fb222cf29439393a361314723a07e0fa
Gerrit-PatchSet: 1
Gerrit-Project: hyracks
Gerrit-Branch: master
Gerrit-Owner: Ian Maxon <[email protected]>