Skip to content

Commit

Permalink
Merge pull request #53 from davenice/update-for-103
Browse files Browse the repository at this point in the history
version number to 1.0.3 for release
  • Loading branch information
ledina authored Jan 26, 2022
2 parents 0b2ede5 + 2cd51a3 commit 923fd31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-common</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>jar</packaging>

<name>CICS Bundle Common Parent</name>
Expand Down
3 changes: 3 additions & 0 deletions src/main/java/com/ibm/cics/bundle/deploy/BundleDeployer.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
import java.net.URI;
import java.net.URISyntaxException;

/*
* This class is used as an entry point to drive the BundleDeployHelper, primarily for manual testing/development purposes.
*/
public class BundleDeployer {

public static void main(String[] args) {
Expand Down

0 comments on commit 923fd31

Please sign in to comment.