Skip to content

Commit

Permalink
Use jvmserver property.
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftlySplinter authored Feb 21, 2024
1 parent 6871318 commit 31cb57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cics-java-liberty-link-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</execution>
</executions>
<configuration>
<defaultjvmserver>DFHWLP</defaultjvmserver>
<defaultjvmserver>${jvmserver}</defaultjvmserver>
<url>${cmci_url}</url>
<username>${cmci_username}</username>
<password>${cmci_password}</password>
Expand All @@ -49,4 +49,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 31cb57c

Please sign in to comment.