Skip to content

Commit

Permalink
Merge pull request #17 from abes-esr/develop
Browse files Browse the repository at this point in the history
Merge develop dans main
  • Loading branch information
pierre-maraval authored Jul 1, 2024
2 parents b78cc50 + 6f246d3 commit 03adcec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ WORKDIR /scripts/
# systeme pour les crontab
# cronie: remplacant de crond qui support le CTRL+C dans docker (sans ce système c'est compliqué de stopper le conteneur)
# gettext: pour avoir envsubst qui permet de gérer le template tasks.tmpl
RUN yum install -y procps
RUN dnf install -y cronie gettext && \
crond -V && rm -rf /etc/cron.*/*
COPY ./docker/batch/tasks.tmpl /etc/cron.d/tasks.tmpl
Expand Down
2 changes: 1 addition & 1 deletion batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.abes.cidemis</groupId>
<artifactId>cidemisbackoffice</artifactId>
<version>2.0.25</version>
<version>2.0.26-SNAPSHOT</version>
</parent>
<artifactId>batch</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.abes.cidemis</groupId>
<artifactId>cidemisbackoffice</artifactId>
<version>2.0.25</version>
<version>2.0.26-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.abes.cidemis</groupId>
<artifactId>cidemisbackoffice</artifactId>
<version>2.0.25</version>
<version>2.0.26-SNAPSHOT</version>
<modules>
<module>core</module>
<module>web</module>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.abes.cidemis</groupId>
<artifactId>cidemisbackoffice</artifactId>
<version>2.0.25</version>
<version>2.0.26-SNAPSHOT</version>
</parent>
<artifactId>web</artifactId>
<packaging>war</packaging>
Expand Down

0 comments on commit 03adcec

Please sign in to comment.