Skip to content

Commit

Permalink
Version bumps following 0.38.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Dec 6, 2024
1 parent 6ad1665 commit 5d7a2d6
Show file tree
Hide file tree
Showing 22 changed files with 32 additions and 32 deletions.
10 changes: 5 additions & 5 deletions full/pom.template
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>dev.galasa.platform</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>galasa-simplatform</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<type>jar</type>
</dependency>

Expand All @@ -80,19 +80,19 @@
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>dev.galasa.simbank.manager</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>dev.galasa.simbank.tests</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>dev.galasa.simbank.obr</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<type>obr</type>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion full/pom2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>dev.galasa</groupId>
<artifactId>galasa-isolated-full-maven-repo2</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion full/pom3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>dev.galasa</groupId>
<artifactId>galasa-isolated-full-maven-repo3</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion full/pom4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>dev.galasa</groupId>
<artifactId>galasa-isolated-full-maven-repo4</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion full/pom5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>dev.galasa</groupId>
<artifactId>galasa-isolated-full-maven-repo5</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion full/pom6.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>dev.galasa</groupId>
<artifactId>galasa-isolated-full-maven-repo6</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion full/pomDocs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>dev.galasa</groupId>
<artifactId>galasa-isolated-mvp-docs</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<packaging>pom</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion full/pomGalasactl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>dev.galasa</groupId>
<artifactId>galasactl</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<packaging>pom</packaging>

<build>
Expand Down
4 changes: 2 additions & 2 deletions full/pomJavaDoc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>dev.galasa</groupId>
<artifactId>galasa-isolated-mvp-javadoc</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<packaging>pom</packaging>

<build>
Expand All @@ -27,7 +27,7 @@
<artifactItem>
<groupId>dev.galasa</groupId>
<artifactId>galasa-uber-javadoc</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<type>zip</type>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/isolated/javadoc</outputDirectory>
Expand Down
2 changes: 1 addition & 1 deletion full/pomZip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>dev.galasa</groupId>
<artifactId>galasa-isolated</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<packaging>pom</packaging>

<distributionManagement>
Expand Down
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.38.0"
SIMBANK_VERSION="0.39.0"

function run_server {
h1 "Running Simbank back-end server application (version ${SIMBANK_VERSION}) ..."
Expand Down
10 changes: 5 additions & 5 deletions mvp/pom.template
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>dev.galasa.platform</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>galasa-simplatform</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<type>jar</type>
</dependency>

Expand All @@ -73,19 +73,19 @@
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>dev.galasa.simbank.manager</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>dev.galasa.simbank.tests</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>dev.galasa.simbank.obr</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<type>obr</type>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion mvp/pom2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>dev.galasa</groupId>
<artifactId>galasa-isolated-mvp-maven-repo2</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion mvp/pom3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>dev.galasa</groupId>
<artifactId>galasa-isolated-mvp-maven-repo3</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion mvp/pom4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>dev.galasa</groupId>
<artifactId>galasa-isolated-mvp-maven-repo4</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion mvp/pom5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>dev.galasa</groupId>
<artifactId>galasa-isolated-mvp-maven-repo5</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion mvp/pom6.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>dev.galasa</groupId>
<artifactId>galasa-isolated-mvp-maven-repo5</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion mvp/pomDocs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>dev.galasa</groupId>
<artifactId>galasa-isolated-mvp-docs</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<packaging>pom</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion mvp/pomGalasactl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>dev.galasa</groupId>
<artifactId>galasactl</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<packaging>pom</packaging>

<build>
Expand Down
4 changes: 2 additions & 2 deletions mvp/pomJavaDoc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>dev.galasa</groupId>
<artifactId>galasa-isolated-mvp-javadoc</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<packaging>pom</packaging>

<build>
Expand All @@ -27,7 +27,7 @@
<artifactItem>
<groupId>dev.galasa</groupId>
<artifactId>galasa-uber-javadoc</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<type>zip</type>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/isolated/javadoc</outputDirectory>
Expand Down
2 changes: 1 addition & 1 deletion mvp/pomZip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>dev.galasa</groupId>
<artifactId>galasa-isolated-mvp</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<packaging>pom</packaging>

<distributionManagement>
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.38.0"
SIMBANK_VERSION="0.39.0"

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

0 comments on commit 5d7a2d6

Please sign in to comment.