Skip to content

Commit

Permalink
Release fixed 6.3.0.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
vvanholl committed Jun 20, 2018
1 parent b8d6273 commit b929782
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ task copyPluginFiles(type: Copy) {
task buildPluginZip(type: Zip, dependsOn: [":jar", "copyPluginFiles"]) {
from configurations.releaseJars
from "build/tmp/plugin"
into "elasticsearch"
}

artifacts {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group = org.elasticsearch.plugin.discovery

version = 6.3.0.1-SNAPSHOT
version = 6.3.0.1

pluginName = consul-discovery
pluginClassname = org.elasticsearch.plugin.discovery.ConsulDiscoveryPlugin
Expand Down

0 comments on commit b929782

Please sign in to comment.