You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by rc...@apache.org on 2021/10/13 03:07:41 UTC

[james-project] branch master updated: Fix pom relativePath parent of apache-mailet-test module

This is an automated email from the ASF dual-hosted git repository.

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new d896a4b  Fix pom relativePath parent of apache-mailet-test module
d896a4b is described below

commit d896a4b693ab17d384aa3590335a0f3dadfffd43
Author: Tung Van TRAN <vt...@linagora.com>
AuthorDate: Tue Oct 12 14:33:55 2021 +0700

    Fix pom relativePath parent of apache-mailet-test module
---
 mailet/test/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mailet/test/pom.xml b/mailet/test/pom.xml
index d133aa7..0100c39 100644
--- a/mailet/test/pom.xml
+++ b/mailet/test/pom.xml
@@ -24,7 +24,7 @@
         <groupId>org.apache.james</groupId>
         <artifactId>apache-mailet</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>../</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>apache-mailet-test</artifactId>

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