Skip to content

Commit 68c3277

Browse files
committed
Remove config for Bundle deploy endpoint
1 parent 6fd24e2 commit 68c3277

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

cics-java-liberty-link-bundle/pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<plugin>
2929
<groupId>com.ibm.cics</groupId>
3030
<artifactId>cics-bundle-maven-plugin</artifactId>
31+
<version>1.0.7</version>
3132
<extensions>true</extensions>
3233
<executions>
3334
<execution>
@@ -37,14 +38,7 @@
3738
</execution>
3839
</executions>
3940
<configuration>
40-
<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>
41+
<defaultjvmserver>${cics.jvmserver}</defaultjvmserver>
4842
</configuration>
4943
</plugin>
5044
</plugins>

0 commit comments

Comments
 (0)