We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577455d commit 559ada1Copy full SHA for 559ada1
2 files changed
samples/bundle-reactor-deploy/demo-bundle/pom.xml
@@ -30,7 +30,7 @@
30
<plugin>
31
<groupId>com.ibm.cics</groupId>
32
<artifactId>cics-bundle-maven-plugin</artifactId>
33
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.1</version>
34
<extensions>true</extensions>
35
36
<!-- 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
@@ -57,7 +57,7 @@
57
58
59
60
61
<executions>
62
<execution>
63
0 commit comments