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-mime4j.git


The following commit(s) were added to refs/heads/master by this push:
     new 7327a679 Add version for the javacc-maven-plugin
7327a679 is described below

commit 7327a679b8492cc7c1225071d30b50f09b5e537a
Author: Rene Cordier <rcord...@linagora.com>
AuthorDate: Fri Sep 9 11:23:03 2022 +0700

    Add version for the javacc-maven-plugin
    
    The javacc-maven-plugin recently got a major upgrade to 3.0.0. The 
modifications are generating numerous errors in our code that depends on 2.6.
---
 dom/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dom/pom.xml b/dom/pom.xml
index b52d4937..1dae3046 100644
--- a/dom/pom.xml
+++ b/dom/pom.xml
@@ -72,6 +72,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>javacc-maven-plugin</artifactId>
+                <version>2.6</version>
                 <executions>
                     <execution>
                         <id>generate-jjtree</id>


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

Reply via email to