Repository: asterixdb
Updated Branches:
  refs/heads/master 1e864a69e -> 62b4a027e


[ASTERIXDB-1723] Remove asterix-installer temp pom

This is just to remove the dummy pom that was used before
the main change was merged, to allow all of the tests to
run. Now the jobs have been changed to not require it.

Change-Id: Iaca791e965c095c23ccc5af0f95cba5adcbd9d1e
Reviewed-on: https://asterix-gerrit.ics.uci.edu/2228
Sonar-Qube: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Reviewed-by: Michael Blow <[email protected]>


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

Branch: refs/heads/master
Commit: 62b4a027e8eec26f248e6af6254da53e9adb08b9
Parents: 1e864a6
Author: Ian Maxon <[email protected]>
Authored: Thu Dec 14 16:49:28 2017 -0800
Committer: Michael Blow <[email protected]>
Committed: Thu Dec 14 22:14:15 2017 -0800

----------------------------------------------------------------------
 asterixdb/asterix-installer/pom.xml | 40 --------------------------------
 asterixdb/pom.xml                   |  1 -
 2 files changed, 41 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/62b4a027/asterixdb/asterix-installer/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-installer/pom.xml 
b/asterixdb/asterix-installer/pom.xml
deleted file mode 100644
index 893e0e9..0000000
--- a/asterixdb/asterix-installer/pom.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<!--
- ! Licensed to the Apache Software Foundation (ASF) under one
- ! or more contributor license agreements.  See the NOTICE file
- ! distributed with this work for additional information
- ! regarding copyright ownership.  The ASF licenses this file
- ! to you under the Apache License, Version 2.0 (the
- ! "License"); you may not use this file except in compliance
- ! with the License.  You may obtain a copy of the License at
- !
- !   http://www.apache.org/licenses/LICENSE-2.0
- !
- ! Unless required by applicable law or agreed to in writing,
- ! software distributed under the License is distributed on an
- ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ! KIND, either express or implied.  See the License for the
- ! specific language governing permissions and limitations
- ! under the License.
- !-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>apache-asterixdb</artifactId>
-    <groupId>org.apache.asterix</groupId>
-    <version>0.9.3-SNAPSHOT</version>
-  </parent>
-  <artifactId>asterix-installer</artifactId>
-  <properties>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
-
-  <licenses>
-    <license>
-      <name>Apache License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-      <comments>A business-friendly OSS license</comments>
-    </license>
-  </licenses>
-
-</project>

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/62b4a027/asterixdb/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index 32a5d1b..234a766 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -710,7 +710,6 @@
     <module>asterix-active</module>
     <module>asterix-client-helper</module>
     <module>asterix-license</module>
-    <module>asterix-installer</module>
   </modules>
 
   <dependencyManagement>

Reply via email to