http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/container/guice/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/pom.xml b/server/container/guice/pom.xml index d261fa2..815f264 100644 --- a/server/container/guice/pom.xml +++ b/server/container/guice/pom.xml @@ -70,119 +70,119 @@ <dependencyManagement> <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-configuration</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-es-resporter</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-imap</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-jmap</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-jmap</artifactId> <version>${project.version}</version> <type>test-jar</type> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-jmx</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-lmtp</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-mailbox</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-mailbox-plugin-spamassassin</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-mailet</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-managedsieve</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-pop</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-smtp</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-webadmin</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-webadmin-cassandra</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-webadmin-data</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-webadmin-mailbox</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-webadmin-mailqueue</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-webadmin-mailrepository</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-webadmin-swagger</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-jpa-common-guice</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-jpa-common-guice</artifactId> <type>test-jar</type> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-jpa-smtp-common-guice</artifactId> <version>${project.version}</version> </dependency>
http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/container/guice/protocols/imap/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/protocols/imap/pom.xml b/server/container/guice/protocols/imap/pom.xml index f776b11..41fc0aa 100644 --- a/server/container/guice/protocols/imap/pom.xml +++ b/server/container/guice/protocols/imap/pom.xml @@ -33,15 +33,15 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-configuration</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-mailbox</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-protocols-imap4</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/container/guice/protocols/jmap/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/protocols/jmap/pom.xml b/server/container/guice/protocols/jmap/pom.xml index 3ccc665..0769a63 100644 --- a/server/container/guice/protocols/jmap/pom.xml +++ b/server/container/guice/protocols/jmap/pom.xml @@ -33,29 +33,29 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-base</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-base</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-common</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-configuration</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-mailet</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-jmap</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/container/guice/protocols/lmtp/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/protocols/lmtp/pom.xml b/server/container/guice/protocols/lmtp/pom.xml index a974caa..cac5e9c 100644 --- a/server/container/guice/protocols/lmtp/pom.xml +++ b/server/container/guice/protocols/lmtp/pom.xml @@ -33,11 +33,11 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-configuration</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-protocols-lmtp</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/container/guice/protocols/managedsieve/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/protocols/managedsieve/pom.xml b/server/container/guice/protocols/managedsieve/pom.xml index d6c9790..4c06069 100644 --- a/server/container/guice/protocols/managedsieve/pom.xml +++ b/server/container/guice/protocols/managedsieve/pom.xml @@ -33,15 +33,15 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-mailbox-store</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-configuration</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-protocols-managesieve</artifactId> </dependency> <dependency> @@ -53,7 +53,7 @@ <artifactId>guice-multibindings</artifactId> </dependency> <dependency> - <groupId>org.apache.james.protocols</groupId> + <groupId>${james.protocols.groupId}</groupId> <artifactId>protocols-managesieve</artifactId> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/container/guice/protocols/netty/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/protocols/netty/pom.xml b/server/container/guice/protocols/netty/pom.xml index ad87969..d983b4b 100644 --- a/server/container/guice/protocols/netty/pom.xml +++ b/server/container/guice/protocols/netty/pom.xml @@ -33,11 +33,11 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-configuration</artifactId> </dependency> <dependency> - <groupId>${project.groupId}.protocols</groupId> + <groupId>${james.groupId}.protocols</groupId> <artifactId>protocols-netty</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/container/guice/protocols/pop/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/protocols/pop/pom.xml b/server/container/guice/protocols/pop/pom.xml index e11b5d2..7e99798 100644 --- a/server/container/guice/protocols/pop/pom.xml +++ b/server/container/guice/protocols/pop/pom.xml @@ -33,11 +33,11 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-configuration</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-protocols-pop3</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/container/guice/protocols/smtp/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/protocols/smtp/pom.xml b/server/container/guice/protocols/smtp/pom.xml index 04fec9b..3f52b32 100644 --- a/server/container/guice/protocols/smtp/pom.xml +++ b/server/container/guice/protocols/smtp/pom.xml @@ -33,11 +33,11 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-configuration</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-protocols-smtp</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/container/guice/protocols/webadmin-cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/protocols/webadmin-cassandra/pom.xml b/server/container/guice/protocols/webadmin-cassandra/pom.xml index 45e1b6d..f69d365 100644 --- a/server/container/guice/protocols/webadmin-cassandra/pom.xml +++ b/server/container/guice/protocols/webadmin-cassandra/pom.xml @@ -33,11 +33,11 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-configuration</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-webadmin-cassandra</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/container/guice/protocols/webadmin-data/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/protocols/webadmin-data/pom.xml b/server/container/guice/protocols/webadmin-data/pom.xml index 7f9e335..1c14613 100644 --- a/server/container/guice/protocols/webadmin-data/pom.xml +++ b/server/container/guice/protocols/webadmin-data/pom.xml @@ -33,15 +33,15 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-configuration</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-webadmin-core</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-webadmin-data</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/container/guice/protocols/webadmin-mailbox/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/protocols/webadmin-mailbox/pom.xml b/server/container/guice/protocols/webadmin-mailbox/pom.xml index fe5756e..d29281f 100644 --- a/server/container/guice/protocols/webadmin-mailbox/pom.xml +++ b/server/container/guice/protocols/webadmin-mailbox/pom.xml @@ -33,15 +33,15 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-configuration</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-webadmin-core</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-webadmin-mailbox</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/container/guice/protocols/webadmin-mailqueue/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/protocols/webadmin-mailqueue/pom.xml b/server/container/guice/protocols/webadmin-mailqueue/pom.xml index 627a8ed..af5779b 100644 --- a/server/container/guice/protocols/webadmin-mailqueue/pom.xml +++ b/server/container/guice/protocols/webadmin-mailqueue/pom.xml @@ -35,15 +35,15 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-configuration</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-webadmin-core</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-webadmin-mailqueue</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/container/guice/protocols/webadmin-mailrepository/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/protocols/webadmin-mailrepository/pom.xml b/server/container/guice/protocols/webadmin-mailrepository/pom.xml index 25f4983..5ce56be 100644 --- a/server/container/guice/protocols/webadmin-mailrepository/pom.xml +++ b/server/container/guice/protocols/webadmin-mailrepository/pom.xml @@ -35,15 +35,15 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-configuration</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-webadmin-core</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-webadmin-mailrepository</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/container/guice/protocols/webadmin-swagger/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/protocols/webadmin-swagger/pom.xml b/server/container/guice/protocols/webadmin-swagger/pom.xml index 27f6f51..f3ddeaa 100644 --- a/server/container/guice/protocols/webadmin-swagger/pom.xml +++ b/server/container/guice/protocols/webadmin-swagger/pom.xml @@ -33,15 +33,15 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-configuration</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-webadmin-core</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-webadmin-swagger</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/container/guice/protocols/webadmin/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/protocols/webadmin/pom.xml b/server/container/guice/protocols/webadmin/pom.xml index 79f86d6..2edd0ff 100644 --- a/server/container/guice/protocols/webadmin/pom.xml +++ b/server/container/guice/protocols/webadmin/pom.xml @@ -33,11 +33,11 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-configuration</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-webadmin-core</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/container/jetty/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/jetty/pom.xml b/server/container/jetty/pom.xml index db833c3..bacbfab 100644 --- a/server/container/jetty/pom.xml +++ b/server/container/jetty/pom.xml @@ -34,7 +34,7 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-core</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/container/mailbox-adapter/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/mailbox-adapter/pom.xml b/server/container/mailbox-adapter/pom.xml index 115accf..8a8927a 100644 --- a/server/container/mailbox-adapter/pom.xml +++ b/server/container/mailbox-adapter/pom.xml @@ -34,58 +34,58 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-mailbox-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-mailbox-api</artifactId> <scope>test</scope> <type>test-jar</type> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-mailbox-maildir</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-mailbox-memory</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-mailbox-memory</artifactId> <scope>test</scope> <type>test-jar</type> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-mailbox-store</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-mailbox-store</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-mailbox-tool</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-filesystem-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-lifecycle-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-util-java8</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/container/metrics/metrics-es-reporter/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/metrics/metrics-es-reporter/pom.xml b/server/container/metrics/metrics-es-reporter/pom.xml index 210d896..dc3d11d 100644 --- a/server/container/metrics/metrics-es-reporter/pom.xml +++ b/server/container/metrics/metrics-es-reporter/pom.xml @@ -30,22 +30,22 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-backends-es</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-util-java8</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-util-java8</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>metrics-dropwizard</artifactId> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/container/spring/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/spring/pom.xml b/server/container/spring/pom.xml index 0598fd0..61c2213 100644 --- a/server/container/spring/pom.xml +++ b/server/container/spring/pom.xml @@ -34,49 +34,49 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-mailbox-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-mailbox-tool</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-core</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-filesystem-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-filesystem-api</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-lifecycle-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-mailbox-adapter</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-mailetcontainer-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-protocols-library</artifactId> </dependency> <dependency> @@ -117,7 +117,7 @@ </exclusions> </dependency> <dependency> - <groupId>org.apache.james.protocols</groupId> + <groupId>${james.protocols.groupId}</groupId> <artifactId>protocols-api</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/container/util-java8/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/util-java8/pom.xml b/server/container/util-java8/pom.xml index 17b6d48..863fa46 100644 --- a/server/container/util-java8/pom.xml +++ b/server/container/util-java8/pom.xml @@ -32,7 +32,7 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mime4j-dom</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/container/util/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/util/pom.xml b/server/container/util/pom.xml index 43ea0c2..8f2a94e 100644 --- a/server/container/util/pom.xml +++ b/server/container/util/pom.xml @@ -34,13 +34,13 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>javax-mail-extension</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>metrics-api</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/data/data-api/pom.xml ---------------------------------------------------------------------- diff --git a/server/data/data-api/pom.xml b/server/data/data-api/pom.xml index 69c0b47..cfbd462 100644 --- a/server/data/data-api/pom.xml +++ b/server/data/data-api/pom.xml @@ -35,19 +35,19 @@ <dependencies> <dependency> <!-- only used by JamesUser (for MailAddress) --> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-core</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-mailrepository-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-util</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/data/data-cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/server/data/data-cassandra/pom.xml b/server/data/data-cassandra/pom.xml index 2b9cafc..30a46a3 100644 --- a/server/data/data-cassandra/pom.xml +++ b/server/data/data-cassandra/pom.xml @@ -32,57 +32,57 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-backends-cassandra</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-backends-cassandra</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>event-sourcing-event-store-cassandra</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>event-sourcing-event-store-cassandra</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-api</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-library</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-library</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-api</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-lifecycle-api</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/data/data-file/pom.xml ---------------------------------------------------------------------- diff --git a/server/data/data-file/pom.xml b/server/data/data-file/pom.xml index da8d221..43d3c86 100644 --- a/server/data/data-file/pom.xml +++ b/server/data/data-file/pom.xml @@ -34,59 +34,59 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-core</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-library</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-library</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-api</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-filesystem-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-filesystem-api</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-lifecycle-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-mailrepository-api</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-testing</artifactId> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/data/data-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/server/data/data-hbase/pom.xml b/server/data/data-hbase/pom.xml index f904d75..887e1d3 100644 --- a/server/data/data-hbase/pom.xml +++ b/server/data/data-hbase/pom.xml @@ -32,37 +32,37 @@ <name>Apache James :: Server :: Data :: HBase Persistence</name> <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-mailbox-hbase</artifactId> <classifier>tests</classifier> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-library</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-library</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-api</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-lifecycle-api</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/data/data-jcr/pom.xml ---------------------------------------------------------------------- diff --git a/server/data/data-jcr/pom.xml b/server/data/data-jcr/pom.xml index 0c22e8f..c3d8ddd 100644 --- a/server/data/data-jcr/pom.xml +++ b/server/data/data-jcr/pom.xml @@ -34,23 +34,23 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-core</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-library</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-library</artifactId> <type>test-jar</type> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/data/data-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/server/data/data-jdbc/pom.xml b/server/data/data-jdbc/pom.xml index ac76f51..351378f 100644 --- a/server/data/data-jdbc/pom.xml +++ b/server/data/data-jdbc/pom.xml @@ -34,54 +34,54 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-core</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-library</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-library</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-filesystem-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-filesystem-api</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-lifecycle-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-mailrepository-api</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-testing</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-util</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/data/data-jmap-cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/server/data/data-jmap-cassandra/pom.xml b/server/data/data-jmap-cassandra/pom.xml index c48f815..472bcda 100644 --- a/server/data/data-jmap-cassandra/pom.xml +++ b/server/data/data-jmap-cassandra/pom.xml @@ -35,21 +35,21 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-backends-cassandra</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-backends-cassandra</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-jmap</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-jmap</artifactId> <type>test-jar</type> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/data/data-jmap/pom.xml ---------------------------------------------------------------------- diff --git a/server/data/data-jmap/pom.xml b/server/data/data-jmap/pom.xml index 7ae0de2..fa9db60 100644 --- a/server/data/data-jmap/pom.xml +++ b/server/data/data-jmap/pom.xml @@ -34,11 +34,11 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-util-java8</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/data/data-jpa/pom.xml ---------------------------------------------------------------------- diff --git a/server/data/data-jpa/pom.xml b/server/data/data-jpa/pom.xml index b0bdcc5..e1282ba 100644 --- a/server/data/data-jpa/pom.xml +++ b/server/data/data-jpa/pom.xml @@ -34,47 +34,47 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-backends-jpa</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-backends-jpa</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-api</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-library</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-library</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-api</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-lifecycle-api</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/data/data-ldap-integration-testing/pom.xml ---------------------------------------------------------------------- diff --git a/server/data/data-ldap-integration-testing/pom.xml b/server/data/data-ldap-integration-testing/pom.xml index 698cb8a..63617e3 100644 --- a/server/data/data-ldap-integration-testing/pom.xml +++ b/server/data/data-ldap-integration-testing/pom.xml @@ -34,17 +34,17 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-ldap</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-util-java8</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-util-java8</artifactId> <type>test-jar</type> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/data/data-ldap/pom.xml ---------------------------------------------------------------------- diff --git a/server/data/data-ldap/pom.xml b/server/data/data-ldap/pom.xml index daa8443..ea4cd7f 100644 --- a/server/data/data-ldap/pom.xml +++ b/server/data/data-ldap/pom.xml @@ -34,15 +34,15 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-lifecycle-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-util</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/data/data-library/pom.xml ---------------------------------------------------------------------- diff --git a/server/data/data-library/pom.xml b/server/data/data-library/pom.xml index ac22842..de10694 100644 --- a/server/data/data-library/pom.xml +++ b/server/data/data-library/pom.xml @@ -34,44 +34,44 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>event-sourcing-core</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-core</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-api</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-api</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-filesystem-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-lifecycle-api</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/data/data-memory/pom.xml ---------------------------------------------------------------------- diff --git a/server/data/data-memory/pom.xml b/server/data/data-memory/pom.xml index a01623c..0c06813 100644 --- a/server/data/data-memory/pom.xml +++ b/server/data/data-memory/pom.xml @@ -34,38 +34,38 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>event-sourcing-event-store-memory</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-api</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-api</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-library</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-library</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-api</artifactId> <type>test-jar</type> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/dns-service/dnsservice-dnsjava/pom.xml ---------------------------------------------------------------------- diff --git a/server/dns-service/dnsservice-dnsjava/pom.xml b/server/dns-service/dnsservice-dnsjava/pom.xml index 27b79ff..62bea4f 100644 --- a/server/dns-service/dnsservice-dnsjava/pom.xml +++ b/server/dns-service/dnsservice-dnsjava/pom.xml @@ -34,15 +34,15 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-lifecycle-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>metrics-api</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/dns-service/dnsservice-library/pom.xml ---------------------------------------------------------------------- diff --git a/server/dns-service/dnsservice-library/pom.xml b/server/dns-service/dnsservice-library/pom.xml index 8c3385f..1155ede 100644 --- a/server/dns-service/dnsservice-library/pom.xml +++ b/server/dns-service/dnsservice-library/pom.xml @@ -34,15 +34,15 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-api</artifactId> <type>test-jar</type> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/karaf/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/server/karaf/distribution/pom.xml b/server/karaf/distribution/pom.xml index 287c58b..ce99c57 100644 --- a/server/karaf/distribution/pom.xml +++ b/server/karaf/distribution/pom.xml @@ -16,7 +16,7 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-karaf-features</artifactId> <type>pom</type> </dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/karaf/integration/pom.xml ---------------------------------------------------------------------- diff --git a/server/karaf/integration/pom.xml b/server/karaf/integration/pom.xml index 5a8f3c3..cbbb180 100644 --- a/server/karaf/integration/pom.xml +++ b/server/karaf/integration/pom.xml @@ -32,7 +32,7 @@ <!-- Apache Felix Karaf integration --> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-karaf-distribution</artifactId> <type>tar.gz</type> <scope>test</scope> @@ -49,27 +49,27 @@ </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-karaf-features</artifactId> <type>pom</type> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-api</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-dnsjava</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-fetchmail</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-mailetcontainer-camel</artifactId> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/mailet/integration-testing/pom.xml ---------------------------------------------------------------------- diff --git a/server/mailet/integration-testing/pom.xml b/server/mailet/integration-testing/pom.xml index 51b3bbf..48fd691 100644 --- a/server/mailet/integration-testing/pom.xml +++ b/server/mailet/integration-testing/pom.xml @@ -34,74 +34,74 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-base</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-crypto</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-icalendar</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-memory</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-api</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-common</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-jmap</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-mailetcontainer-camel</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-mailets</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-memory-guice</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-testing</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>javax-mail-extension</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-util-java8</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-webadmin-core</artifactId> <type>test-jar</type> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/mailet/mailetcontainer-api/pom.xml ---------------------------------------------------------------------- diff --git a/server/mailet/mailetcontainer-api/pom.xml b/server/mailet/mailetcontainer-api/pom.xml index 2e6abbf..cf2cbda 100644 --- a/server/mailet/mailetcontainer-api/pom.xml +++ b/server/mailet/mailetcontainer-api/pom.xml @@ -34,7 +34,7 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-api</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/mailet/mailetcontainer-camel/pom.xml ---------------------------------------------------------------------- diff --git a/server/mailet/mailetcontainer-camel/pom.xml b/server/mailet/mailetcontainer-camel/pom.xml index 3cdaf5b..25f6627 100644 --- a/server/mailet/mailetcontainer-camel/pom.xml +++ b/server/mailet/mailetcontainer-camel/pom.xml @@ -34,75 +34,75 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-base</artifactId> <classifier>tests</classifier> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-standard</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-core</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-memory</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-library</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-lifecycle-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-mailetcontainer-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-mailetcontainer-api</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-queue-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-util</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>javax-mail-extension</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-util-java8</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>metrics-api</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/mailet/mailets/pom.xml ---------------------------------------------------------------------- diff --git a/server/mailet/mailets/pom.xml b/server/mailet/mailets/pom.xml index d60eba1..61ee063 100644 --- a/server/mailet/mailets/pom.xml +++ b/server/mailet/mailets/pom.xml @@ -34,147 +34,147 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-mailbox-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-mailbox-api</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-mailbox-memory</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-mailbox-memory</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-mailbox-store</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-mailbox-store</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-api</artifactId> <scope>compile</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-base</artifactId> <scope>compile</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-base</artifactId> <classifier>tests</classifier> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-standard</artifactId> <scope>compile</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mime4j-dom</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mime4j-james-utils</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-mdn</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-core</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-library</artifactId> <scope>compile</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-library</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-memory</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-api</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-library</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-filesystem-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-lifecycle-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-mailrepository-memory</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-queue-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-queue-memory</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-testing</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-util</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>javax-mail-extension</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>metrics-api</artifactId> </dependency> <dependency> @@ -207,17 +207,17 @@ <artifactId>apache-jspf-resolver</artifactId> </dependency> <dependency> - <groupId>org.apache.james.protocols</groupId> + <groupId>${james.protocols.groupId}</groupId> <artifactId>protocols-managesieve</artifactId> </dependency> <dependency> - <groupId>org.apache.james.protocols</groupId> + <groupId>${james.protocols.groupId}</groupId> <artifactId>protocols-managesieve</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.james.protocols</groupId> + <groupId>${james.protocols.groupId}</groupId> <artifactId>protocols-smtp</artifactId> <scope>compile</scope> </dependency> @@ -274,7 +274,7 @@ <build> <plugins> <plugin> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>maven-mailetdocs-plugin</artifactId> <version>0.1</version> <configuration> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/mailrepository/mailrepository-api/pom.xml ---------------------------------------------------------------------- diff --git a/server/mailrepository/mailrepository-api/pom.xml b/server/mailrepository/mailrepository-api/pom.xml index 688fdad..c97ab80 100644 --- a/server/mailrepository/mailrepository-api/pom.xml +++ b/server/mailrepository/mailrepository-api/pom.xml @@ -34,22 +34,22 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-base</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-core</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-testing</artifactId> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/mailrepository/mailrepository-cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/server/mailrepository/mailrepository-cassandra/pom.xml b/server/mailrepository/mailrepository-cassandra/pom.xml index 65f91ba..69102d9 100644 --- a/server/mailrepository/mailrepository-cassandra/pom.xml +++ b/server/mailrepository/mailrepository-cassandra/pom.xml @@ -34,46 +34,46 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-backends-cassandra</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-james-backends-cassandra</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>blob-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>blob-cassandra</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>blob-api</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-core</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-mailrepository-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-mailrepository-api</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-testing</artifactId> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/mailrepository/mailrepository-memory/pom.xml ---------------------------------------------------------------------- diff --git a/server/mailrepository/mailrepository-memory/pom.xml b/server/mailrepository/mailrepository-memory/pom.xml index 486f5c8..43ac17a 100644 --- a/server/mailrepository/mailrepository-memory/pom.xml +++ b/server/mailrepository/mailrepository-memory/pom.xml @@ -34,20 +34,20 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-core</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-testing</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-mailrepository-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-mailrepository-api</artifactId> <type>test-jar</type> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/james-project/blob/44583eb1/server/protocols/fetchmail/pom.xml ---------------------------------------------------------------------- diff --git a/server/protocols/fetchmail/pom.xml b/server/protocols/fetchmail/pom.xml index e0e5d85..52488b0 100644 --- a/server/protocols/fetchmail/pom.xml +++ b/server/protocols/fetchmail/pom.xml @@ -34,31 +34,31 @@ <dependencies> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>apache-mailet-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-core</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-data-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-dnsservice-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-lifecycle-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-queue-api</artifactId> </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>${james.groupId}</groupId> <artifactId>james-server-util</artifactId> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
