This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit f6e91257b50587fcf54dffd85aefb89603d80949
Author: Benoit Tellier <btell...@linagora.com>
AuthorDate: Thu Sep 5 12:32:31 2019 +0700

    [maven-release-plugin] prepare for next development iteration
---
 dockerfiles/run/spring/Dockerfile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/dockerfiles/run/spring/Dockerfile 
b/dockerfiles/run/spring/Dockerfile
index a8fd727..c964c2d 100644
--- a/dockerfiles/run/spring/Dockerfile
+++ b/dockerfiles/run/spring/Dockerfile
@@ -18,7 +18,7 @@ EXPOSE 25 110 143 465 587 993 4000
 WORKDIR /root
 
 # Get data we need to run James : build results and configuration
-ADD destination/james-server-app-3.4.0-SNAPSHOT-app.zip 
/root/james-server-app-3.4.0-SNAPSHOT-app.zip
+ADD destination/james-server-app-3.5.0-SNAPSHOT-app.zip 
/root/james-server-app-3.5.0-SNAPSHOT-app.zip
 ADD destination/conf /root/conf
 ADD destination/glowroot/plugins /root/glowroot/plugins
 ADD destination/glowroot/glowroot.jar /root/glowroot/glowroot.jar
@@ -32,16 +32,16 @@ VOLUME /root/conf
 VOLUME /root/glowroot/plugins
 
 # Unzip build result
-RUN unzip james-server-app-3.4.0-SNAPSHOT-app.zip
+RUN unzip james-server-app-3.5.0-SNAPSHOT-app.zip
 
 # Copy configuration.
 # Warning : we want to use the wrapper.conf file we just compiled.
-RUN cp james-server-app-3.4.0-SNAPSHOT/conf/wrapper.conf .
-RUN rm -r james-server-app-3.4.0-SNAPSHOT/conf/*
-RUN cp -r conf/* james-server-app-3.4.0-SNAPSHOT/conf
-RUN cp wrapper.conf james-server-app-3.4.0-SNAPSHOT/conf
+RUN cp james-server-app-3.5.0-SNAPSHOT/conf/wrapper.conf .
+RUN rm -r james-server-app-3.5.0-SNAPSHOT/conf/*
+RUN cp -r conf/* james-server-app-3.5.0-SNAPSHOT/conf
+RUN cp wrapper.conf james-server-app-3.5.0-SNAPSHOT/conf
 
 ENV PATH "$PATH:/root/glowroot/lib"
 
-WORKDIR /root/james-server-app-3.4.0-SNAPSHOT/bin
+WORKDIR /root/james-server-app-3.5.0-SNAPSHOT/bin
 ENTRYPOINT /root/run_james.sh
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to