Steven Jacobs has submitted this change and it was merged. Change subject: Fix <packaging>pom</packaging> in wrong section of POM ......................................................................
Fix <packaging>pom</packaging> in wrong section of POM Change-Id: I4e509fed18f8a8707f819216be9418a4a252465c Reviewed-on: https://asterix-gerrit.ics.uci.edu/1285 Reviewed-by: Steven Jacobs <[email protected]> --- M content/extension.html M extension.md 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Steven Jacobs: Looks good to me, approved diff --git a/content/extension.html b/content/extension.html index ed94b0e..a180517 100644 --- a/content/extension.html +++ b/content/extension.html @@ -146,6 +146,7 @@ <groupId>org.apache.asterix</groupId> <artifactId>asterix-opt-bom</artifactId> <version>0.8.9-SNAPSHOT</version> + <packaging>pom</packaging> <name>psu-nittany-bom</name> <description>Penn State Nittany Lion Search Extension to AsterixDB</description> @@ -156,7 +157,6 @@ <groupId>edu.psu.cs</groupId> <artifactId>nittany-search</artifactId> <version>0.1.0-SNAPSHOT</version> - <packaging>pom</packaging> </dependency> </dependencies> </project> diff --git a/extension.md b/extension.md index 721a8e9..92c611e 100644 --- a/extension.md +++ b/extension.md @@ -38,6 +38,7 @@ <groupId>org.apache.asterix</groupId> <artifactId>asterix-opt-bom</artifactId> <version>0.8.9-SNAPSHOT</version> + <packaging>pom</packaging> <name>psu-nittany-bom</name> <description>Penn State Nittany Lion Search Extension to AsterixDB</description> @@ -48,7 +49,6 @@ <groupId>edu.psu.cs</groupId> <artifactId>nittany-search</artifactId> <version>0.1.0-SNAPSHOT</version> - <packaging>pom</packaging> </dependency> </dependencies> </project> -- To view, visit https://asterix-gerrit.ics.uci.edu/1285 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4e509fed18f8a8707f819216be9418a4a252465c Gerrit-PatchSet: 2 Gerrit-Project: incubator-asterixdb-site Gerrit-Branch: asf-site Gerrit-Owner: Michael Blow <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Steven Jacobs <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]>
