You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/06/12 00:07:32 UTC

[james-project] 12/19: JAMES-3596 Fix an invalid parent relativePath in mailbox-api

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 9dbfb09a8fce6f82698bb59db678c9bd297c60e8
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Thu Jun 10 21:00:09 2021 +0700

    JAMES-3596 Fix an invalid parent relativePath in mailbox-api
---
 mailbox/api/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mailbox/api/pom.xml b/mailbox/api/pom.xml
index 2f868f0..5b9903b 100644
--- a/mailbox/api/pom.xml
+++ b/mailbox/api/pom.xml
@@ -24,7 +24,7 @@
         <groupId>org.apache.james</groupId>
         <artifactId>apache-james-mailbox</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>apache-james-mailbox-api</artifactId>

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