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 7c97471360f54be2fbb4d5725fffb275165a30cd Author: Rene Cordier <[email protected]> AuthorDate: Fri Aug 30 17:08:44 2019 +0700 JAMES-2867 Centralize jib and copy-rename-maven-plugin versions to master pom --- pom.xml | 10 ++++++++++ server/mailet/mock-smtp-server/pom.xml | 3 --- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d57709a..bb98baf 100644 --- a/pom.xml +++ b/pom.xml @@ -2642,6 +2642,11 @@ <plugins> <!-- Order by groupId / artifactId / scope --> <plugin> + <groupId>com.coderplus.maven.plugins</groupId> + <artifactId>copy-rename-maven-plugin</artifactId> + <version>1.0</version> + </plugin> + <plugin> <groupId>com.github.kongchen</groupId> <artifactId>swagger-maven-plugin</artifactId> <version>3.1.7</version> @@ -2654,6 +2659,11 @@ </dependencies> </plugin> <plugin> + <groupId>com.google.cloud.tools</groupId> + <artifactId>jib-maven-plugin</artifactId> + <version>1.5.1</version> + </plugin> + <plugin> <groupId>net.alchim31.maven</groupId> <artifactId>scala-maven-plugin</artifactId> <version>3.4.4</version> diff --git a/server/mailet/mock-smtp-server/pom.xml b/server/mailet/mock-smtp-server/pom.xml index dc97c15..b665700 100644 --- a/server/mailet/mock-smtp-server/pom.xml +++ b/server/mailet/mock-smtp-server/pom.xml @@ -125,7 +125,6 @@ <plugin> <groupId>com.google.cloud.tools</groupId> <artifactId>jib-maven-plugin</artifactId> - <version>1.5.0</version> <configuration> <from> <image>openjdk:8u222-jre</image> @@ -138,7 +137,6 @@ </to> <container> <mainClass>org.apache.james.mock.smtp.server.MockSMTPServerMain</mainClass> - <creationTime>USE_CURRENT_TIMESTAMP</creationTime> <ports> <port>25</port> <port>8000</port> @@ -158,7 +156,6 @@ <plugin> <groupId>com.coderplus.maven.plugins</groupId> <artifactId>copy-rename-maven-plugin</artifactId> - <version>1.0</version> <executions> <execution> <id>copy-file</id> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
