You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by mb...@apache.org on 2016/10/14 18:42:02 UTC

asterixdb-site git commit: Fix pom in wrong section of POM

Repository: asterixdb-site
Updated Branches:
  refs/heads/asf-site 8087230a9 -> 3bc9e1c39


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 <sj...@ucr.edu>


Project: http://git-wip-us.apache.org/repos/asf/asterixdb-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb-site/commit/3bc9e1c3
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb-site/tree/3bc9e1c3
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb-site/diff/3bc9e1c3

Branch: refs/heads/asf-site
Commit: 3bc9e1c39a88dad67ea3c4905309aa110a595d74
Parents: 8087230
Author: Michael Blow <mb...@apache.org>
Authored: Fri Oct 14 14:00:39 2016 -0400
Committer: Steven Jacobs <sj...@ucr.edu>
Committed: Fri Oct 14 11:10:23 2016 -0700

----------------------------------------------------------------------
 content/extension.html | 2 +-
 extension.md           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/3bc9e1c3/content/extension.html
----------------------------------------------------------------------
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 @@
   &lt;groupId&gt;org.apache.asterix&lt;/groupId&gt;
   &lt;artifactId&gt;asterix-opt-bom&lt;/artifactId&gt;
   &lt;version&gt;0.8.9-SNAPSHOT&lt;/version&gt;
+  &lt;packaging&gt;pom&lt;/packaging&gt;
   &lt;name&gt;psu-nittany-bom&lt;/name&gt;
   &lt;description&gt;Penn State Nittany Lion Search Extension to AsterixDB&lt;/description&gt;
 
@@ -156,7 +157,6 @@
       &lt;groupId&gt;edu.psu.cs&lt;/groupId&gt;
       &lt;artifactId&gt;nittany-search&lt;/artifactId&gt;
       &lt;version&gt;0.1.0-SNAPSHOT&lt;/version&gt;
-      &lt;packaging&gt;pom&lt;/packaging&gt;
     &lt;/dependency&gt;
   &lt;/dependencies&gt;
 &lt;/project&gt;

http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/3bc9e1c3/extension.md
----------------------------------------------------------------------
diff --git a/extension.md b/extension.md
index 721a8e9..92c611e 100644
--- a/extension.md
+++ b/extension.md
@@ -38,6 +38,7 @@ Any dependencies specified in the BOM (as well as transitive dependencies) will
       <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 @@ Any dependencies specified in the BOM (as well as transitive dependencies) will
           <groupId>edu.psu.cs</groupId>
           <artifactId>nittany-search</artifactId>
           <version>0.1.0-SNAPSHOT</version>
-          <packaging>pom</packaging>
         </dependency>
       </dependencies>
     </project>