Ian Maxon has submitted this change and it was merged. 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 Reviewed-on: https://asterix-gerrit.ics.uci.edu/375 Reviewed-by: Ian Maxon <[email protected]> Tested-by: Ian Maxon <[email protected]> --- M hyracks/pom.xml M pom.xml 2 files changed, 0 insertions(+), 16 deletions(-) Approvals: Ian Maxon: Looks good to me, approved; Verified 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> 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: merged Gerrit-Change-Id: I7ffca7d9fb222cf29439393a361314723a07e0fa Gerrit-PatchSet: 3 Gerrit-Project: hyracks Gerrit-Branch: master Gerrit-Owner: Ian Maxon <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]>
