Skip to content

Commit

Permalink
Merge pull request #72 from ledina/release
Browse files Browse the repository at this point in the history
Update version numbers for release 1.0.0
  • Loading branch information
ledina authored Jun 12, 2020
2 parents 66b5a3a + dfa7e5a commit 5a8c993
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ In either case, configure the Gradle module as follows:
1. Add the plugin id to your `build.gradle`.
```gradle
plugins {
id 'com.ibm.cics.bundle' version '0.0.2'
id 'com.ibm.cics.bundle' version '1.0.0'
}
```
1. If using a snapshot version of the plugin, add the snapshot repository to your `settings.gradle`, so Gradle can find the plugin.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
}

group = "com.ibm.cics"
version = "0.0.3-SNAPSHOT"
version = "1.0.0"
val isReleaseVersion by extra(!version.toString().endsWith("SNAPSHOT"))

gradlePlugin {
Expand Down Expand Up @@ -84,7 +84,7 @@ repositories {
defaultTasks("build")

dependencies {
implementation("com.ibm.cics:cics-bundle-common:1.0.0")
implementation("com.ibm.cics:cics-bundle-common:1.0.1")
testImplementation("junit:junit:4.12")
testImplementation("com.github.tomakehurst:wiremock-jre8:2.25.1")
testImplementation("org.spockframework:spock-core:1.1-groovy-2.4") {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.ibm.cics.bundle' version '0.0.2'
id 'com.ibm.cics.bundle' version '1.0.0'
}

group 'com.ibm.cics'
Expand Down
2 changes: 1 addition & 1 deletion samples/gradle-war-sample/standalone-war-demo/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.ibm.cics.bundle' version '0.0.2'
id 'com.ibm.cics.bundle' version '1.0.0'
id 'war'
}

Expand Down

0 comments on commit 5a8c993

Please sign in to comment.