Skip to content

Commit be3e87b

Browse files
committed
Update README and samples
Signed-off-by: Ben Cox <1038350+ind1go@users.noreply.github.com>
1 parent 8271b22 commit be3e87b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.3'
98+
id 'com.ibm.cics.bundle' version '1.0.7'
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.

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.3'
2+
id 'com.ibm.cics.bundle' version '1.0.7'
33
}
44

55
group 'com.ibm.cics'

samples/gradle-osgi-sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'biz.aQute.bnd.builder' version "6.3.0"
3-
id 'com.ibm.cics.bundle' version "1.0.3"
3+
id 'com.ibm.cics.bundle' version "1.0.7"
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.3'
2+
id 'com.ibm.cics.bundle' version '1.0.7'
33
id 'war'
44
}
55

0 commit comments

Comments
 (0)