mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Version to 1.0.2-SNAPSHOT
This commit is contained in:
parent
24c9b5b1c8
commit
e9edaa51b1
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ module.exports = function (grunt) {
|
|||
var config = {
|
||||
pkg: grunt.file.readJSON('package.json'),
|
||||
kibanaCheckoutDir: './kibana/vendor/kibana',
|
||||
kibanaRevision: '7edc2c727694ea22693b27f7427d94213ef38841',
|
||||
kibanaRevision: 'master',
|
||||
agentDir: 'agent',
|
||||
buildDir: 'build',
|
||||
packageDir: 'build/packages',
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.elasticsearch</groupId>
|
||||
<artifactId>marvel</artifactId>
|
||||
<version>1.0.1</version>
|
||||
<version>1.0.2-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<description>Elasticsearch Marvel</description>
|
||||
<inceptionYear>2013</inceptionYear>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"company": "Elasticsearch BV"
|
||||
},
|
||||
"name": "marvel",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2-SNAPSHOT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/elasticsearch/elasticsearch-marvel.git"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue