Skip to content

Commit

Permalink
Start supporting only 17.2.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
manojlds committed Sep 5, 2017
1 parent 37898fd commit 95f2f2f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ val commonsIo = "commons-io" % "commons-io" % "1.3.2"
val awsS3 = "com.amazonaws" % "aws-java-sdk-s3" % "1.11.127"
val nscalaTime = "com.github.nscala-time" %% "nscala-time" % "2.4.0"
val gson = "com.google.code.gson" % "gson" % "2.2.3"
val goPluginLibrary = "cd.go.plugin" % "go-plugin-api" % "15.1.0" % Provided
val goPluginLibrary = "cd.go.plugin" % "go-plugin-api" % "17.2.0" % Provided

val hamcrest = "org.hamcrest" % "hamcrest-all" % "1.3" % Test
val junit = "junit" % "junit" % "4.12" % Test
Expand Down
2 changes: 1 addition & 1 deletion fetch/template/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<about>
<name>Fetch from S3</name>
<version>${version}</version>
<target-go-version>15.1.0</target-go-version>
<target-go-version>17.2.0</target-go-version>
<description>Fetch artifacts from S3</description>
<vendor>
<name>Indix</name>
Expand Down
2 changes: 1 addition & 1 deletion material/template/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<about>
<name>S3 Material</name>
<version>${version}</version>
<target-go-version>15.1.0</target-go-version>
<target-go-version>17.2.0</target-go-version>
<description>S3 as material</description>
<vendor>
<name>Indix</name>
Expand Down
2 changes: 1 addition & 1 deletion publish/template/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<about>
<name>Publish to S3</name>
<version>${version}</version>
<target-go-version>15.1.0</target-go-version>
<target-go-version>17.2.0</target-go-version>
<description>Publish artifacts to S3</description>
<vendor>
<name>Indix</name>
Expand Down

0 comments on commit 95f2f2f

Please sign in to comment.