moved to elasticsearch-enterprise
Original commit: elastic/x-pack-elasticsearch@5525127870
This commit is contained in:
parent
c5c2462f12
commit
72357446aa
16
pom.xml
16
pom.xml
|
@ -2,13 +2,13 @@
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
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">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<name>elasticsearch-dash</name>
|
<name>elasticsearch-enterprise</name>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.elasticsearch</groupId>
|
<groupId>org.elasticsearch</groupId>
|
||||||
<artifactId>elasticsearch-dash</artifactId>
|
<artifactId>enterprise</artifactId>
|
||||||
<version>0.1.0-SNAPSHOT</version>
|
<version>0.1.0-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<description>Management & monitoring plugin for ElasticSearch</description>
|
<description>Enterprise Elasticsearch</description>
|
||||||
<inceptionYear>2013</inceptionYear>
|
<inceptionYear>2013</inceptionYear>
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
|
@ -17,12 +17,6 @@
|
||||||
<distribution>repo</distribution>
|
<distribution>repo</distribution>
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
<scm>
|
|
||||||
<connection>scm:git:git@github.com:elasticsearch/elasticsearch-m-m.git</connection>
|
|
||||||
<developerConnection>scm:git:git@github.com:elasticsearch/elasticsearch-m-m.git
|
|
||||||
</developerConnection>
|
|
||||||
<url>http://github.com/elasticsearch/elasticsearch-m-m</url>
|
|
||||||
</scm>
|
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.sonatype.oss</groupId>
|
<groupId>org.sonatype.oss</groupId>
|
||||||
|
@ -31,7 +25,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<elasticsearch.version>1.0.0.Beta1-SNAPSHOT</elasticsearch.version>
|
<elasticsearch.version>0.90.5</elasticsearch.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
|
Loading…
Reference in New Issue