Skip to content

Commit 406cc4f

Browse files
committed
Bump up plugin version to 1.0.0
1 parent 334aa51 commit 406cc4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
apply plugin: 'java'
1818
apply from: 'plugin-common.gradle'
1919

20-
project.ext.pluginVersion = '0.0.1'
20+
project.ext.pluginVersion = '1.0.0'
2121
project.ext.fullVersion = project.distVersion ? "${project.pluginVersion}-${project.distVersion}" : project.pluginVersion
2222

2323
group = 'cd.go.contrib'
@@ -26,7 +26,7 @@ version = project.fullVersion
2626
project.ext.pluginDesc = [
2727
id : 'cd.go.contrib.elasticagent.kubernetes',
2828
version : project.version,
29-
goCdVersion: '17.10.0',
29+
goCdVersion: '18.2.0',
3030
name : 'Kubernetes Elastic Agent Plugin',
3131
description: 'Kubernetes Based Elastic Agent Plugins for GoCD',
3232
vendorName : 'GoCD Contributors',
@@ -49,7 +49,7 @@ sourceSets {
4949
}
5050

5151
dependencies {
52-
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '17.10.0'
52+
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '18.2.0'
5353
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.1'
5454
compile group: 'com.google.guava', name: 'guava', version: '19.0'
5555
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.4'

0 commit comments

Comments
 (0)