We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd24e2 commit 68c3277Copy full SHA for 68c3277
cics-java-liberty-link-bundle/pom.xml
@@ -28,6 +28,7 @@
28
<plugin>
29
<groupId>com.ibm.cics</groupId>
30
<artifactId>cics-bundle-maven-plugin</artifactId>
31
+ <version>1.0.7</version>
32
<extensions>true</extensions>
33
<executions>
34
<execution>
@@ -37,14 +38,7 @@
37
38
</execution>
39
</executions>
40
<configuration>
- <defaultjvmserver>${jvmserver}</defaultjvmserver>
41
- <url>${cmci_url}</url>
42
- <username>${cmci_username}</username>
43
- <password>${cmci_password}</password>
44
- <bunddef>CJLLBUND</bunddef>
45
- <csdgroup>CICSDEV</csdgroup>
46
- <cicsplex>${cmci_cicsplex}</cicsplex>
47
- <region>${cmci_region}</region>
+ <defaultjvmserver>${cics.jvmserver}</defaultjvmserver>
48
</configuration>
49
</plugin>
50
</plugins>
0 commit comments