You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2018/04/03 10:03:06 UTC

[20/24] james-project git commit: JAMES-2361 refactor mdn pom.xml

JAMES-2361 refactor mdn pom.xml


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/b1fb0222
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/b1fb0222
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/b1fb0222

Branch: refs/heads/master
Commit: b1fb02221779ec885371252d6703998b1bc73314
Parents: 3afb6b5
Author: Matthieu Baechler <ma...@apache.org>
Authored: Tue Mar 27 17:15:11 2018 +0200
Committer: benwa <bt...@linagora.com>
Committed: Tue Apr 3 17:01:38 2018 +0700

----------------------------------------------------------------------
 mdn/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/b1fb0222/mdn/pom.xml
----------------------------------------------------------------------
diff --git a/mdn/pom.xml b/mdn/pom.xml
index 87511c1..0c9a3bd 100644
--- a/mdn/pom.xml
+++ b/mdn/pom.xml
@@ -34,11 +34,11 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.james</groupId>
+            <groupId>${project.groupId}</groupId>
             <artifactId>apache-mime4j-dom</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.james</groupId>
+            <groupId>${project.groupId}</groupId>
             <artifactId>james-server-util-java8</artifactId>
         </dependency>
         <dependency>


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