Version to 1.0.0 . w00t.

This commit is contained in:
Boaz Leskes 2014-01-28 11:19:34 +01:00
parent 6daadd3592
commit 84e5bac4a7
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>marvel</artifactId>
<version>1.0.0.RC4-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>
<description>Elasticsearch Marvel</description>
<inceptionYear>2013</inceptionYear>

View file

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