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 07fcf1cad681ef2bf2a58262b62c4cfe2b850d68 Author: Rene Cordier <rcord...@linagora.com> AuthorDate: Mon Sep 16 09:50:51 2019 +0700 JAMES-2726 Fix parent version for modules guice-sieve-file and guice-sieve-jpa We are working on 3.5.0-SNAPSHOT now... --- server/container/guice/sieve-file/pom.xml | 2 +- server/container/guice/sieve-jpa/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/container/guice/sieve-file/pom.xml b/server/container/guice/sieve-file/pom.xml index 69dbc5a..426c795 100644 --- a/server/container/guice/sieve-file/pom.xml +++ b/server/container/guice/sieve-file/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.james</groupId> <artifactId>james-server-guice</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>james-server-guice-sieve-file</artifactId> diff --git a/server/container/guice/sieve-jpa/pom.xml b/server/container/guice/sieve-jpa/pom.xml index 11643af..afb9795 100644 --- a/server/container/guice/sieve-jpa/pom.xml +++ b/server/container/guice/sieve-jpa/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.james</groupId> <artifactId>james-server-guice</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>james-server-guice-sieve-jpa</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org