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

henrib pushed a commit to branch JEXL-445
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/JEXL-445 by this push:
     new 3f807876 JEXL-445 : cleanup pom;
3f807876 is described below

commit 3f8078765da4a506d2a5e3704f77a6257b46a03d
Author: henrib <[email protected]>
AuthorDate: Wed Feb 18 07:31:06 2026 +0100

    JEXL-445 : cleanup pom;
---
 pom.xml | 36 +++++-------------------------------
 1 file changed, 5 insertions(+), 31 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1835b80f..87a39737 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,9 +30,9 @@
     <inceptionYear>2001</inceptionYear>
     <properties>
         <!-- added for JavaCC 8, to be changed later to published releases -->
-        
<javacc-maven-plugin.version>3.8.0-SNAPSHOT</javacc-maven-plugin.version>
-        <javacc.core.version>8.1.0-SNAPSHOT</javacc.core.version>
-        <javacc.java.version>8.1.0-SNAPSHOT</javacc.java.version>
+        <javacc-maven-plugin.version>3.8.0</javacc-maven-plugin.version>
+        <javacc.core.version>8.1.0</javacc.core.version>
+        <javacc.java.version>8.1.0</javacc.java.version>
 
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
@@ -103,32 +103,6 @@
       <system>GitHub</system>
       <url>https://github.com/apache/commons-jexl/actions</url>
     </ciManagement>
-    <repositories>
-        <repository>
-            <name>Central Portal Snapshots</name>
-            <id>central-portal-snapshots</id>
-            <url>https://central.sonatype.com/repository/maven-snapshots/</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-        </repository>
-    </repositories>
-    <pluginRepositories>
-        <pluginRepository>
-            <name>Plugin Portal Snapshots</name>
-            <id>plugin-portal-snapshots</id>
-            <url>https://central.sonatype.com/repository/maven-snapshots/</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-        </pluginRepository>
-    </pluginRepositories>
     <dependencies>
         <dependency>
             <groupId>commons-logging</groupId>
@@ -169,7 +143,7 @@
     <pluginManagement>
       <plugins>
         <plugin>
-          <groupId>org.javacc</groupId>
+          <groupId>org.javacc.plugin</groupId>
           <artifactId>javacc-maven-plugin</artifactId>
           <version>${javacc-maven-plugin.version}</version>
           <dependencies>
@@ -217,7 +191,7 @@
 
             <!-- changed for JavaCC 8 -->
             <plugin>
-              <groupId>org.javacc</groupId>
+              <groupId>org.javacc.plugin</groupId>
               <artifactId>javacc-maven-plugin</artifactId>
               <executions>
                 <execution>

Reply via email to