Skip to content

Commit 559ada1

Browse files
committed
Tests should use 2.0.1 as well
Signed-off-by: Dave Nice <32769325+davenice@users.noreply.github.com>
1 parent 577455d commit 559ada1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • samples
    • bundle-reactor-deploy/demo-bundle
    • bundle-war-deploy/demo-war

samples/bundle-reactor-deploy/demo-bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<plugin>
3131
<groupId>com.ibm.cics</groupId>
3232
<artifactId>cics-bundle-maven-plugin</artifactId>
33-
<version>2.0.1-SNAPSHOT</version>
33+
<version>2.0.1</version>
3434
<extensions>true</extensions>
3535

3636
<!-- Set the JVM server that the application will be installed into by default, This goes into the CICS bundle's manifest -->

samples/bundle-war-deploy/demo-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<plugin>
5858
<groupId>com.ibm.cics</groupId>
5959
<artifactId>cics-bundle-maven-plugin</artifactId>
60-
<version>2.0.1-SNAPSHOT</version>
60+
<version>2.0.1</version>
6161
<executions>
6262
<execution>
6363

0 commit comments

Comments
 (0)