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 2023/05/17 04:13:30 UTC

[james-project] 03/04: [FIX] james-server-guice-configuration in RSpamd plugin should use project.version

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 b48f203a7d3c37d7436fccfd8e7fb80dc97b36de
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed May 17 10:42:22 2023 +0700

    [FIX] james-server-guice-configuration in RSpamd plugin should use project.version
---
 third-party/rspamd/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/third-party/rspamd/pom.xml b/third-party/rspamd/pom.xml
index e4df127f1c..b7b6f18aca 100644
--- a/third-party/rspamd/pom.xml
+++ b/third-party/rspamd/pom.xml
@@ -105,7 +105,7 @@
         <dependency>
             <groupId>${james.groupId}</groupId>
             <artifactId>james-server-guice-configuration</artifactId>
-            <version>${james.baseVersion}</version>
+            <version>${project.version}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>


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