Skip to content

Commit

Permalink
fix: Bump simplatform to 0.38.0
Browse files Browse the repository at this point in the history
Signed-off-by: Eamonn Mansour <[email protected]>
  • Loading branch information
eamansour committed Nov 19, 2024
1 parent 288f2cd commit 4cc1edb
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion full/pom.template
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>galasa-simplatform</artifactId>
<version>0.24.0</version>
<version>0.38.0</version>
<type>jar</type>
</dependency>

Expand Down
12 changes: 12 additions & 0 deletions full/repo/dev/galasa/galasa-isolated/maven-metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>dev.galasa</groupId>
<artifactId>galasa-isolated</artifactId>
<versioning>
<release>0.38.0</release>
<versions>
<version>0.38.0</version>
</versions>
<lastUpdated>20241108105329</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion full/resources/run-simplatform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ fi
# Main logic.
#-----------------------------------------------------------------------------------------

SIMBANK_VERSION="0.24.0"
SIMBANK_VERSION="0.38.0"

function run_server {
h1 "Running Simbank back-end server application (version ${SIMBANK_VERSION}) ..."
Expand Down
2 changes: 1 addition & 1 deletion mvp/pom.template
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>galasa-simplatform</artifactId>
<version>0.24.0</version>
<version>0.38.0</version>
<type>jar</type>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion mvp/resources/run-simplatform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ fi
# Main logic.
#-----------------------------------------------------------------------------------------

SIMBANK_VERSION="0.24.0"
SIMBANK_VERSION="0.38.0"

function run_server {
h1 "Running Simbank back-end server application (version ${SIMBANK_VERSION}) ..."
Expand Down

0 comments on commit 4cc1edb

Please sign in to comment.