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

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git

commit 803642925e0fd60c2a013ecb60999fb4ccdc8728
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Thu Aug 28 18:05:48 2025 +0200

    Support Java 21
---
 history/microsling/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/history/microsling/pom.xml b/history/microsling/pom.xml
index d5b2aac0..56a4a4c4 100644
--- a/history/microsling/pom.xml
+++ b/history/microsling/pom.xml
@@ -110,8 +110,8 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
+          <source>1.8</source>
+          <target>1.8</target>
           <encoding>UTF-8</encoding>
         </configuration>
       </plugin>

Reply via email to