From 8aebfba8a541455eb3bff0f39ba62853a07324c5 Mon Sep 17 00:00:00 2001 From: fbahle Date: Tue, 28 Oct 2025 11:43:57 +0100 Subject: [PATCH] - Switched to next version (1.15.7-SNAPSHOT) - Improved distribution management repository link --- pom.xml | 4 ++-- src/changes/changes.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2babb09dd..316fee83b 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ de.funfried.netbeans.plugins externalcodeformatter - 1.15.6 + 1.15.7-SNAPSHOT nbm @@ -102,7 +102,7 @@ maven-central Maven Central - https://central.sonatype.com/artifact/ + https://central.sonatype.com/artifact/de.funfried.netbeans.plugins/externalcodeformatter github diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 17aa0cb0b..bd9e62b68 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -9,6 +9,9 @@ + + + Updated to latest dependency and plugin versions (and due to the Google Formatter also increased the minimum Java version to 21)