Skip to content

Commit

Permalink
Merge pull request #248 from ind1go/release-1.0.7
Browse files Browse the repository at this point in the history
Release 1.0.7
  • Loading branch information
ledina authored Oct 16, 2024
2 parents a98e79d + 7e7aac4 commit 42f23fb
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To create a CICS bundle in this way:
<plugin>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven-plugin</artifactId>
<version>1.0.3</version>
<version>1.0.7</version>
<extensions>true</extensions>
</plugin>
</plugins>
Expand Down Expand Up @@ -135,7 +135,7 @@ To create a CICS bundle in this way:
<plugin>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven-plugin</artifactId>
<version>1.0.3</version>
<version>1.0.7</version>
<extensions>true</extensions>
<configuration>
<defaultjvmserver>DFHWLP</defaultjvmserver>
Expand Down Expand Up @@ -167,7 +167,7 @@ To create a CICS bundle in this way:
<plugin>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven-plugin</artifactId>
<version>1.0.3</version>
<version>1.0.7</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -202,7 +202,7 @@ The username defined in the pom.xml is the developer’s credentials which need
<plugin>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven-plugin</artifactId>
<version>1.0.3</version>
<version>1.0.7</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -351,7 +351,7 @@ The error occurs because the credential that deploys the bundle doesn't have acc
Contact your system administrator to make sure the `deploy_userid` configured for the CICS bundle deployment API has WRITE access to the bundles directory. The bundles directory is specified on the `com.ibm.cics.jvmserver.cmci.bundles.dir` option in the JVM profile of the CMCI JVM server.
For instructions on how to specify the bundles directory and grant access to `deploy_userid`, see [Configuring the CMCI JVM server for the CICS bundle deployment API](https://www.ibm.com/docs/en/cics-ts/5.6?topic=suc-configuring-cmci-jvm-server-cics-bundle-deployment-api) in CICS documentation.

### Failed to execute goal com.ibm.cics:cics-bundle-maven-plugin:1.0.1-SNAPSHOT:deploy (default) on project standalone-war: Some of the supplied parameters were invalid
### Failed to execute goal com.ibm.cics:cics-bundle-maven-plugin:1.0.7:deploy (default) on project standalone-war: Some of the supplied parameters were invalid
**Why does it happen?**
When you are using a bundle-war, bundle-ear, or bundle-osgi goal, the deploy goal must be configured with a cics-bundle classifier specifically.
**How to resolve it?**
Expand Down
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.7-SNAPSHOT</version>
<version>1.0.7</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.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>

<artifactId>cics-bundle-maven-plugin</artifactId>
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.7-SNAPSHOT</version>
<version>1.0.7</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.7-SNAPSHOT</version>
<version>1.0.7</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.7-SNAPSHOT</version>
<version>1.0.7</version>
<packaging>pom</packaging>

<name>CICS Bundle Maven Parent</name>
Expand Down
6 changes: 3 additions & 3 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
<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.7-SNAPSHOT</version>
<version>1.0.7</version>
<packaging>pom</packaging>
<parent>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</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.7-SNAPSHOT</version>
<version>1.0.7</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 42f23fb

Please sign in to comment.