Skip to content
Snippets Groups Projects
Unverified Commit 70363c61 authored by Hamza Remmal's avatar Hamza Remmal :homes:
Browse files

Release 1.0.3

parent fbdc2828
No related branches found
No related tags found
No related merge requests found
Pipeline #220097 passed
...@@ -64,10 +64,10 @@ start-tunnel: ...@@ -64,10 +64,10 @@ start-tunnel:
release-autograde: release-autograde:
docker buildx build --platform linux/amd64,linux/arm64 --push -t autograde/autograde-service:1.0.2 autograde-service/ docker buildx build --platform linux/amd64,linux/arm64 --push -t autograde/autograde-service:1.0.3 autograde-service/
release-moodle: release-moodle:
docker buildx build --platform linux/amd64,linux/arm64 --push -t autograde/moodle:1.0.2 -f Dockerfile-moodle-with-autograde ./ docker buildx build --platform linux/amd64,linux/arm64 --push -t autograde/moodle:1.0.3 -f Dockerfile-moodle-with-autograde ./
release-submission-manager: release-submission-manager:
docker buildx build --platform linux/amd64,linux/arm64 --push -t autograde/submission-manager:1.0.2 autograde-submission-manager/ docker buildx build --platform linux/amd64,linux/arm64 --push -t autograde/submission-manager:1.0.3 autograde-submission-manager/
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<!-- HR : Project definition--> <!-- HR : Project definition-->
<groupId>ch.epfl.autograde</groupId> <groupId>ch.epfl.autograde</groupId>
<artifactId>autograde-service</artifactId> <artifactId>autograde-service</artifactId>
<version>1.0.2</version> <version>1.0.3</version>
<name>autograde-service</name> <name>autograde-service</name>
<description> <description>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<groupId>ch.epfl.autograde</groupId> <groupId>ch.epfl.autograde</groupId>
<artifactId>autograde-submission-manager</artifactId> <artifactId>autograde-submission-manager</artifactId>
<version>1.0.2</version> <version>1.0.3</version>
<properties> <properties>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<!-- HR : Project definition--> <!-- HR : Project definition-->
<groupId>ch.epfl.autograde</groupId> <groupId>ch.epfl.autograde</groupId>
<artifactId>autograde</artifactId> <artifactId>autograde</artifactId>
<version>1.0.2</version> <version>1.0.3</version>
<name>autograde</name> <name>autograde</name>
<packaging>pom</packaging> <packaging>pom</packaging>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment