Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uplift development version to 0.40.0 #179

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfiles/dockerfile.simplatform-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /galasa

USER galasa

COPY galasa-simplatform-application/galasa-simplatform-3270/target/galasa-simplatform-0.39.0.jar /galasa/simplatform.jar
COPY galasa-simplatform-application/galasa-simplatform-3270/target/galasa-simplatform-0.40.0.jar /galasa/simplatform.jar

VOLUME /galasa/.galasa
VOLUME /galasa/load
Expand Down
4 changes: 2 additions & 2 deletions galasa-simbank-tests/dev.galasa.simbank.gherkin.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>dev.galasa</groupId>
<artifactId>galasa-simbanktests-parent</artifactId>
<version>0.39.0</version>
<version>0.40.0</version>
</parent>

<artifactId>dev.galasa.simbank.gherkin.tests</artifactId>
<version>0.39.0</version>
<version>0.40.0</version>
<packaging>galasa-gherkin</packaging>

</project>
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.39.0</version>
<version>0.40.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,13 +4,13 @@
<parent>
<groupId>dev.galasa</groupId>
<artifactId>galasa-simbanktests-parent</artifactId>
<version>0.39.0</version>
<version>0.40.0</version>
</parent>

<name>Galasa SimBank Manager</name>

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

Expand Down
8 changes: 4 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,13 +6,13 @@
<parent>
<groupId>dev.galasa</groupId>
<artifactId>galasa-simbanktests-parent</artifactId>
<version>0.39.0</version>
<version>0.40.0</version>
</parent>

<name>Galasa SimBank OBR</name>

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

Expand All @@ -25,13 +25,13 @@
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>dev.galasa.simbank.tests</artifactId>
<version>0.39.0</version>
<version>0.40.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>dev.galasa.simbank.manager</artifactId>
<version>0.39.0</version>
<version>0.40.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
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.39.0</version>
<version>0.40.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,21 +4,21 @@
<parent>
<groupId>dev.galasa</groupId>
<artifactId>galasa-simbanktests-parent</artifactId>
<version>0.39.0</version>
<version>0.40.0</version>
</parent>

<name>Galasa SimBank Example Tests</name>

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

<dependencies>
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>dev.galasa.simbank.manager</artifactId>
<version>0.39.0</version>
<version>0.40.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions galasa-simbank-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>galasa-bom</artifactId>
<version>0.39.0</version>
<version>0.40.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -191,7 +191,7 @@
<plugin>
<groupId>dev.galasa</groupId>
<artifactId>galasa-maven-plugin</artifactId>
<version>0.39.0</version>
<version>0.40.0</version>
</plugin>
<plugin>
<groupId>org.eclipse.m2e</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /galasa

USER galasa

COPY target/galasa-simplatform-0.39.0.jar /galasa/simplatform.jar
COPY target/galasa-simplatform-0.40.0.jar /galasa/simplatform.jar

VOLUME /galasa/.galasa
VOLUME /galasa/load
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.39.0</version>
<version>0.40.0</version>
</parent>

<groupId>dev.galasa</groupId>
<artifactId>galasa-simplatform</artifactId>
<version>0.39.0</version>
<version>0.40.0</version>
<packaging>jar</packaging>

<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.39.0</version>
<version>0.40.0</version>
</parent>

<groupId>dev.galasa</groupId>
<artifactId>galasa-simplatform-webapp</artifactId>
<version>0.39.0</version>
<version>0.40.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.39.0</version>
<version>0.40.0</version>
<packaging>pom</packaging>

<name>Galasa SimPlatform</name>
Expand Down Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>galasa-bom</artifactId>
<version>0.39.0</version>
<version>0.40.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion run-locally.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ fi
# Main logic.
#-----------------------------------------------------------------------------------------

SIMBANK_VERSION="0.39.0"
SIMBANK_VERSION="0.40.0"

function run_server {
h1 "Running Simbank back-end server application (version ${SIMBANK_VERSION}) ..."
Expand Down
4 changes: 2 additions & 2 deletions test-locally.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ function checkGalasaCtlAvailable {
source_dir="."

project=$(basename ${BASEDIR})
SIMBANK_VERSION="0.39.0"
SIMBANK_VERSION="0.40.0"

h1 "Running Simbank application tests"

checkGalasaCtlAvailable

TEST_OBR_VERSION="0.39.0"
TEST_OBR_VERSION="0.40.0"

mkdir -p ${BASEDIR}/temp
cd ${BASEDIR}/temp
Expand Down
Loading