Version to 1.0.3-SNAP

Also removed the apache license from pom.xml
This commit is contained in:
Boaz Leskes 2014-02-04 14:13:54 +01:00
parent face65818d
commit c04f342c80
3 changed files with 4 additions and 8 deletions

View file

@ -5,7 +5,7 @@ module.exports = function (grunt) {
var config = {
pkg: grunt.file.readJSON('package.json'),
kibanaCheckoutDir: './kibana/vendor/kibana',
kibanaRevision: '7edc2c727694ea22693b27f7427d94213ef38841',
kibanaRevision: 'marvel',
agentDir: 'agent',
buildDir: 'build',
packageDir: 'build/packages',

View file

@ -6,16 +6,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>marvel</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>jar</packaging>
<description>Elasticsearch Marvel</description>
<inceptionYear>2013</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<parent>

View file

@ -4,7 +4,7 @@
"company": "Elasticsearch BV"
},
"name": "marvel",
"version": "1.0.2",
"version": "1.0.3-SNAPSHOT",
"repository": {
"type": "git",
"url": "http://github.com/elasticsearch/elasticsearch-marvel.git"