Skip to content

Commit

Permalink
Merge pull request #163 from ind1go/release-1.0.7
Browse files Browse the repository at this point in the history
Release 1.0.7
  • Loading branch information
ind1go authored Oct 16, 2024
2 parents ce1bf40 + 22b2a21 commit 5755af0
Show file tree
Hide file tree
Showing 5 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 @@ -95,7 +95,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 '1.0.3'
id 'com.ibm.cics.bundle' version '1.0.7'
}
```
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
2 changes: 1 addition & 1 deletion 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 = "1.0.7-SNAPSHOT"
version = "1.0.7"
val isReleaseVersion by extra(!version.toString().endsWith("SNAPSHOT"))

gradlePlugin {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.ibm.cics.bundle' version '1.0.3'
id 'com.ibm.cics.bundle' version '1.0.7'
}

group 'com.ibm.cics'
Expand Down
2 changes: 1 addition & 1 deletion samples/gradle-osgi-sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'biz.aQute.bnd.builder' version "6.3.0"
id 'com.ibm.cics.bundle' version "1.0.3"
id 'com.ibm.cics.bundle' version "1.0.7"
}

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 '1.0.3'
id 'com.ibm.cics.bundle' version '1.0.7'
id 'war'
}

Expand Down

0 comments on commit 5755af0

Please sign in to comment.