Skip to content

Commit

Permalink
build goal moved to package and major version update
Browse files Browse the repository at this point in the history
Signed-off-by:Khushboo Sharma [email protected]
  • Loading branch information
Khushboo-Sharma-110597 committed Dec 9, 2024
1 parent 02bc802 commit c7cd738
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cics-bundle-deploy-reactor-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>cics-bundle-deploy-reactor-archetype</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cics-bundle-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>cics-bundle-maven-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@
<lifecycle>
<id>default</id>
<phases>
<compile>
com.ibm.cics:cics-bundle-maven-plugin:build
</compile>
<package>
com.ibm.cics:cics-bundle-maven-plugin:build,
com.ibm.cics:cics-bundle-maven-plugin:package
</package>
<install>
Expand Down
2 changes: 1 addition & 1 deletion cics-bundle-maven-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>cics-bundle-maven-site</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cics-bundle-reactor-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>cics-bundle-reactor-archetype</artifactId>
Expand Down
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-maven</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<name>CICS Bundle Maven Parent</name>
Expand Down
4 changes: 2 additions & 2 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<parent>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<dependencies>
<!-- This will be installed from this build into the invoker's repo by invoker:install -->
<dependency>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven-plugin</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit c7cd738

Please sign in to comment.