Skip to content

Commit

Permalink
Merge pull request #128 from ind1go/release-1.0.0
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
davenice authored Oct 24, 2019
2 parents 3e38cba + ae4cbed commit 8fe2a44
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 16 deletions.
4 changes: 2 additions & 2 deletions ARCHETYPES-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ By using `cics-bundle-reactor-archetype`, you are provided with a reactor (multi
* ![On command line](images/cmd.png) On command line:

```
mvn archetype:generate -DarchetypeGroupId=com.ibm.cics -DarchetypeArtifactId=cics-bundle-deploy-reactor-archetype -DarchetypeVersion=0.0.2-SNAPSHOT -DgroupId=<my-groupid> -DartifactId=<my-artifactId>
mvn archetype:generate -DarchetypeGroupId=com.ibm.cics -DarchetypeArtifactId=cics-bundle-deploy-reactor-archetype -DarchetypeVersion=1.0.0 -DgroupId=<my-groupid> -DartifactId=<my-artifactId>
```
In the pom.xml file of the bundle module there will be default values for each of the following parameters which you will need to set:
`defaultjvmserver`, `bunddef`, `csdgroup`, `username`, `password`, `deployURL`, `cicsplex`, `region`
Expand All @@ -22,7 +22,7 @@ By using `cics-bundle-reactor-archetype`, you are provided with a reactor (multi

Archetype Group Id: `com.ibm.cics`
Archetype Artifact Id: `cics-bundle-deploy-reactor-archetype`
Archetype Version: `0.0.2-SNAPSHOT`
Archetype Version: `1.0.0`

Then hit **OK**.
1. From the archetype list, select `cics-bundle-deploy-reactor-archetype` and hit **Next**
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ To create a CICS bundle in this way:
<plugin>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven-plugin</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
Expand Down Expand Up @@ -98,7 +98,7 @@ To create a CICS bundle in this way:
<plugin>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven-plugin</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<extensions>true</extensions>
<configuration>
<defaultjvmserver>JVMSRV1</defaultjvmserver>
Expand Down Expand Up @@ -129,7 +129,7 @@ To create a CICS bundle in this way:
<plugin>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven-plugin</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -162,7 +162,7 @@ The bundle directory of the BUNDLE definition should be set as follows: `<bundle
<plugin>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven-plugin</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0</version>
<executions>
<execution>
<goals>
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>0.0.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>cics-bundle-deploy-reactor-archetype</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions cics-bundle-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>cics-bundle-maven-plugin</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-common</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
</dependency>

<dependency>
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 @@ -5,7 +5,7 @@
<parent>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>1.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>0.0.2-SNAPSHOT</version>
<version>1.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 @@ -4,7 +4,7 @@

<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<name>CICS Bundle Maven Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/bundle-reactor-deploy/demo-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<plugin>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven-plugin</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0</version>
<extensions>true</extensions>

<!-- Set the JVM server that the application will be installed into by default, This goes into the CICS bundle's manifest -->
Expand Down
2 changes: 1 addition & 1 deletion samples/bundle-war-deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you have an existing Java Maven project, add the snippet shown below to the p
<plugin>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven-plugin</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion samples/bundle-war-deploy/demo-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<plugin>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven-plugin</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>1.0.0</version>
<executions>
<execution>

Expand Down
11 changes: 10 additions & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,18 @@
<parent>
<groupId>com.ibm.cics</groupId>
<artifactId>cics-bundle-maven</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>1.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.0</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 8fe2a44

Please sign in to comment.