You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/05/01 09:28:58 UTC

[jena] branch main updated: Update compiler-plugin from 3.9.0 to 3.10.1

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

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new 51ec9a0796 Update compiler-plugin from 3.9.0 to 3.10.1
51ec9a0796 is described below

commit 51ec9a0796fc9ba09b0c2c21cc0897dcd8029441
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Sun May 1 10:23:19 2022 +0100

    Update compiler-plugin from 3.9.0 to 3.10.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e13033383f..1f9651048a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -895,7 +895,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.9.0</version>
+          <version>3.10.1</version>
           <configuration>
             <release>${java.version}</release>
           </configuration>