Repository: james-project Updated Branches: refs/heads/3.0.1-RC [created] 60ee87f5f
Fix version in subprojects Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/110b681b Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/110b681b Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/110b681b Branch: refs/heads/3.0.1-RC Commit: 110b681b103574f023ddf66f4dacc7ad4ccf2674 Parents: d2cf67b Author: Antoine Duprat <[email protected]> Authored: Fri Sep 8 13:30:12 2017 +0200 Committer: Antoine Duprat <[email protected]> Committed: Fri Sep 8 13:30:12 2017 +0200 ---------------------------------------------------------------------- .../cassandra-jmap-integration-testing/pom.xml | 2 +- .../memory-jmap-integration-testing/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/110b681b/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/pom.xml ---------------------------------------------------------------------- diff --git a/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/pom.xml b/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/pom.xml index 50d0d06..8295c7f 100644 --- a/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/pom.xml +++ b/server/protocols/jmap-integration-testing/cassandra-jmap-integration-testing/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>jmap-integration-testing</artifactId> <groupId>org.apache.james</groupId> - <version>3.0.0-RC2-SNAPSHOT</version> + <version>3.0.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/james-project/blob/110b681b/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/pom.xml ---------------------------------------------------------------------- diff --git a/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/pom.xml b/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/pom.xml index 01f69da..0ae668d 100644 --- a/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/pom.xml +++ b/server/protocols/jmap-integration-testing/memory-jmap-integration-testing/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>jmap-integration-testing</artifactId> <groupId>org.apache.james</groupId> - <version>3.0.0-RC2-SNAPSHOT</version> + <version>3.0.0</version> <relativePath>../pom.xml</relativePath> </parent> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
