Skip to content

Commit

Permalink
Merge pull request #110 from ledina/version1.0.2
Browse files Browse the repository at this point in the history
Move samples to use 1.0.2 and dev commit for 1.0.3
  • Loading branch information
ledina authored Feb 8, 2022
2 parents 1c4ea67 + 2e4822d commit c504c45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2"
version = "1.0.3-SNAPSHOT"
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.1'
id 'com.ibm.cics.bundle' version '1.0.2'
}

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

Expand Down

0 comments on commit c504c45

Please sign in to comment.