Skip to content

Commit 6317f21

Browse files
committed
Update version numbers for release 1.0.8
Signed-off-by: Tom Foyle <tom.foyle@uk.ibm.com>
1 parent 716c8ab commit 6317f21

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ In either case, configure the Gradle module as follows:
9595
1. Add the plugin id to your `build.gradle`.
9696
```gradle
9797
plugins {
98-
id 'com.ibm.cics.bundle' version '1.0.7'
98+
id 'com.ibm.cics.bundle' version '1.0.8'
9999
}
100100
```
101101
1. If using a snapshot version of the plugin, add the snapshot repository to your `settings.gradle`, so Gradle can find the plugin.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
}
2222

2323
group = "com.ibm.cics"
24-
version = "1.0.8-SNAPSHOT"
24+
version = "1.0.8"
2525
val isReleaseVersion by extra(!version.toString().endsWith("SNAPSHOT"))
2626

2727
gradlePlugin {

samples/gradle-multipart-sample/gradle-bundle-demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.ibm.cics.bundle' version '1.0.7'
2+
id 'com.ibm.cics.bundle' version '1.0.8'
33
}
44

55
group 'com.ibm.cics'

samples/gradle-osgi-sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id 'biz.aQute.bnd.builder' version "6.3.0"
3-
id 'com.ibm.cics.bundle' version "1.0.7"
2+
id 'biz.aQute.bnd.builder' version '6.3.0'
3+
id 'com.ibm.cics.bundle' version '1.0.8'
44
}
55

66
group 'com.ibm.cics'

samples/gradle-war-sample/standalone-war-demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.ibm.cics.bundle' version '1.0.7'
2+
id 'com.ibm.cics.bundle' version '1.0.8'
33
id 'war'
44
}
55

0 commit comments

Comments
 (0)