File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1+
12buildscript {
23 repositories {
34 mavenCentral()
@@ -14,9 +15,6 @@ plugins {
1415 id ' org.ajoberstar.grgit' version ' 1.4.2'
1516}
1617
17- group = ' org.xbib.elasticsearch.plugin'
18- version = ' 2.3.0.0'
19-
2018apply plugin : ' java'
2119apply plugin : ' maven'
2220apply plugin : ' signing'
@@ -27,6 +25,9 @@ println "Gradle: " + gradle.gradleVersion + " JVM: " + org.gradle.internal.jvm.J
2725println " Build: group: '${ project.group} ', name: '${ project.name} ', version: '${ project.version} '"
2826println " Timestamp: " + java.time.Instant . now(). atZone(java.time.ZoneId . systemDefault()). toString()
2927
28+ group = ' org.xbib.elasticsearch.plugin'
29+ version = ' 2.3.1.0'
30+
3031ext {
3132 pluginName = ' knapsack'
3233 pluginClassname = ' org.xbib.elasticsearch.plugin.knapsack.KnapsackPlugin'
3738 scmConnection = ' scm:git:git://github.com/' + user + ' /' + name + ' .git'
3839 scmDeveloperConnection = ' scm:git:git://github.com/' + user + ' /' + name + ' .git'
3940 versions = [
40- ' elasticsearch' : ' 2.3.0 ' ,
41- ' elasticsearch-helper' : ' 2.3.0 .0' ,
41+ ' elasticsearch' : ' 2.3.1 ' ,
42+ ' elasticsearch-helper' : ' 2.3.1 .0' ,
4243 ' log4j' : ' 2.5' ,
4344 ' junit' : ' 4.12' ,
4445 ' wagon' : ' 2.10'
You can’t perform that action at this time.
0 commit comments