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 3d8c6b0 commit b9abd88Copy full SHA for b9abd88
pom.xml
@@ -38,7 +38,7 @@
38
<goal>bundle-war</goal>
39
</goals>
40
<configuration>
41
- <jvmserver>${jvmserver}</jvmserver>
+ <jvmserver>${cics.jvmserver}</jvmserver>
42
</configuration>
43
</execution>
44
</executions>
@@ -52,7 +52,7 @@
52
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
53
<maven.compiler.target>${java.version}</maven.compiler.target>
54
<maven.compiler.source>${java.version}</maven.compiler.source>
55
- <jvmserver>DFHWLP</jvmserver>
+ <cics.jvmserver>DFHWLP</cics.jvmserver>
56
</properties>
57
58
<!-- CICS TS V5.5 BOM (as of May 2020) -->
@@ -97,4 +97,4 @@
97
98
99
100
-</project>
+</project>
0 commit comments