Skip to content

Commit

Permalink
Merge pull request #220 from IBM/1.0.4-release
Browse files Browse the repository at this point in the history
fixed samples cics-bundle-maven-plugin version
  • Loading branch information
ind1go authored May 10, 2023
2 parents 75e2933 + d56f3f0 commit 177f82d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>samples</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<packaging>pom</packaging>
<parent>
<groupId>com.ibm.cics</groupId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven-plugin</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 177f82d

Please sign in to comment.