Skip to content

Commit

Permalink
Upgrading versions of Simbank projects
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Sep 24, 2024
1 parent 08bb291 commit 9baabbb
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.galasa</groupId>
<artifactId>galasa-simbanktests-parent</artifactId>
<version>0.25.0</version>
<version>0.38.0</version>
</parent>

<artifactId>dev.galasa.simbank.gherkin.tests</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>galasa-bom</artifactId>
<version>0.25.0</version>
<version>0.38.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions galasa-simbank-tests/dev.galasa.simbank.manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>dev.galasa</groupId>
<artifactId>galasa-simbanktests-parent</artifactId>
<version>0.25.0</version>
<version>0.38.0</version>
</parent>

<name>Galasa SimBank Manager</name>

<artifactId>dev.galasa.simbank.manager</artifactId>
<version>0.25.0</version>
<!-- If updating version, reflect in dev.galasa.simbank.feature, dev.galasa.simbank.tests and dev.galasa.simbank.obr -->
<!-- If updating version, reflect in dev.galasa.simbank.tests and dev.galasa.simbank.obr -->
<packaging>bundle</packaging>

<dependencies>
Expand Down
7 changes: 3 additions & 4 deletions galasa-simbank-tests/dev.galasa.simbank.obr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
<parent>
<groupId>dev.galasa</groupId>
<artifactId>galasa-simbanktests-parent</artifactId>
<version>0.25.0</version>
<version>0.38.0</version>
</parent>

<name>Galasa SimBank OBR</name>

<artifactId>dev.galasa.simbank.obr</artifactId>
<version>0.25.0</version>
<!-- If updating version, reflect change in build/docker/testcatalogs/pom.xml -->
<version>0.38.0</version>
<packaging>galasa-obr</packaging>

<properties>
Expand All @@ -25,7 +24,7 @@
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>dev.galasa.simbank.tests</artifactId>
<version>0.25.0</version>
<version>0.38.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>galasa-bom</artifactId>
<version>0.25.0</version>
<version>0.38.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions galasa-simbank-tests/dev.galasa.simbank.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>dev.galasa</groupId>
<artifactId>galasa-simbanktests-parent</artifactId>
<version>0.25.0</version>
<version>0.38.0</version>
</parent>

<name>Galasa SimBank Example Tests</name>

<artifactId>dev.galasa.simbank.tests</artifactId>
<version>0.25.0</version>
<!-- If updating version, reflect in dev.galasa.simbank.feature and dev.galasa.simbank.obr -->
<version>0.38.0</version>
<!-- If updating version, reflect in dev.galasa.simbank.obr -->
<packaging>bundle</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,10 @@
import static org.assertj.core.api.Assertions.assertThat;

import dev.galasa.Test;
import dev.galasa.artifact.BundleResources;
import dev.galasa.artifact.IBundleResources;
import dev.galasa.core.manager.CoreManager;
import dev.galasa.core.manager.ICoreManager;
import dev.galasa.http.HttpClient;
import dev.galasa.http.IHttpClient;
import dev.galasa.zos.IZosImage;
import dev.galasa.zos.ZosImage;
import dev.galasa.zos.ZosManagerException;
import dev.galasa.zos3270.ITerminal;
import dev.galasa.zos3270.Zos3270Terminal;

Expand All @@ -29,12 +24,6 @@ public class SimBankIVT {
@Zos3270Terminal(imageTag = "SIMBANK")
public ITerminal terminal;

@BundleResources
public IBundleResources resources;

@HttpClient
public IHttpClient client;

@CoreManager
public ICoreManager coreManager;

Expand All @@ -50,7 +39,7 @@ public class SimBankIVT {
* @throws Exception
*/
@Test
public void checkBankIsAvailable() throws Exception{
public void checkBankIsAvailable() throws Exception {
// Register the password to the confidential text filtering service
coreManager.registerConfidentialText("SYS1", "IBMUSER password");

Expand Down
7 changes: 3 additions & 4 deletions galasa-simbank-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

<groupId>dev.galasa</groupId>
<artifactId>galasa-simbanktests-parent</artifactId>
<version>0.25.0</version>
<!-- If updating version, reflect change in dev.galasa.simbank.ui -->
<version>0.38.0</version>
<packaging>pom</packaging>

<name>Galasa Sample SimBank Tests</name>
Expand Down Expand Up @@ -76,7 +75,7 @@
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>galasa-bom</artifactId>
<version>0.25.0</version>
<version>0.38.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -184,7 +183,7 @@
<plugin>
<groupId>dev.galasa</groupId>
<artifactId>galasa-maven-plugin</artifactId>
<version>0.29.0</version>
<version>0.34.0</version>
</plugin>
<plugin>
<groupId>org.eclipse.m2e</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>dev.galasa</groupId>
<artifactId>galasa-simplatform-parent</artifactId>
<version>0.24.0</version>
<version>0.38.0</version>
</parent>

<groupId>dev.galasa</groupId>
<artifactId>galasa-simplatform</artifactId>
<version>0.24.0</version>
<version>0.38.0</version>
<packaging>jar</packaging>

<dependencies>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>dev.galasa.zos.manager</artifactId>
<version>0.31.0</version>
<version>0.34.0</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>dev.galasa</groupId>
<artifactId>galasa-simplatform-parent</artifactId>
<version>0.24.0</version>
<version>0.38.0</version>
</parent>

<groupId>dev.galasa</groupId>
<artifactId>galasa-simplatform-webapp</artifactId>
<version>0.24.0</version>
<version>0.38.0</version>
<packaging>war</packaging>

<name>galasa-simplatform-webapp Maven Webapp</name>
Expand Down
4 changes: 2 additions & 2 deletions galasa-simplatform-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>dev.galasa</groupId>
<artifactId>galasa-simplatform-parent</artifactId>
<version>0.24.0</version>
<version>0.38.0</version>
<packaging>pom</packaging>

<name>Galasa SimPlatform</name>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>dev.galasa.zos3270.manager</artifactId>
<version>0.31.0</version>
<version>0.36.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9baabbb

Please sign in to comment.