Skip to content

Commit 1b0b8ef

Browse files
chore():update maven and dockerfile config
1 parent f5b0215 commit 1b0b8ef

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/front.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
uses: actions/download-artifact@v4
5757
with:
5858
name: build
59+
path: ./build
5960
- name: Build and push
6061
uses: docker/build-push-action@v6
6162
with:

backend/core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,19 +85,19 @@
8585
</plugin>
8686
<plugin>
8787
<artifactId>maven-surefire-plugin</artifactId>
88-
<version>3.3.0</version>
88+
<version>3.5.2</version>
8989
</plugin>
9090
<plugin>
9191
<artifactId>maven-jar-plugin</artifactId>
9292
<version>3.4.2</version>
9393
</plugin>
9494
<plugin>
9595
<artifactId>maven-install-plugin</artifactId>
96-
<version>3.1.2</version>
96+
<version>3.1.3</version>
9797
</plugin>
9898
<plugin>
9999
<artifactId>maven-deploy-plugin</artifactId>
100-
<version>3.1.2</version>
100+
<version>3.1.3</version>
101101
</plugin>
102102
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
103103
<plugin>

0 commit comments

Comments
 (0)