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 4c478289a56499be163bd2791447692d6beec065 Author: Bertrand Delacretaz <[email protected]> AuthorDate: Thu Aug 28 17:52:23 2025 +0200 Builds with Java 17 --- history/microsling/.gitignore | 4 ++++ history/microsling/pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/history/microsling/.gitignore b/history/microsling/.gitignore new file mode 100644 index 00000000..28953189 --- /dev/null +++ b/history/microsling/.gitignore @@ -0,0 +1,4 @@ +derby.log +jackrabbit-repository +logs +velocity.log diff --git a/history/microsling/pom.xml b/history/microsling/pom.xml index ba45c591..d5b2aac0 100644 --- a/history/microsling/pom.xml +++ b/history/microsling/pom.xml @@ -110,8 +110,8 @@ <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>1.5</source> - <target>1.5</target> + <source>1.7</source> + <target>1.7</target> <encoding>UTF-8</encoding> </configuration> </plugin>
