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 2947f7a commit 0e31644Copy full SHA for 0e31644
cics-java-liberty-link-bundle/pom.xml
@@ -16,9 +16,9 @@
16
17
<dependencies>
18
<dependency>
19
- <groupId>com.ibm.cicsdev</groupId>
+ <groupId>${project.groupId}</groupId>
20
<artifactId>cics-java-liberty-link-app</artifactId>
21
- <version>1.0-SNAPSHOT</version>
+ <version>${project.version}</version>
22
<type>war</type>
23
</dependency>
24
</dependencies>
0 commit comments