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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to