We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94200c commit bb98293Copy full SHA for bb98293
pom.xml
@@ -17,7 +17,7 @@
17
18
<groupId>de.funfried.netbeans.plugins</groupId>
19
<artifactId>externalcodeformatter</artifactId>
20
- <version>1.15.6</version>
+ <version>1.15.7-SNAPSHOT</version>
21
<packaging>nbm</packaging>
22
23
<developers>
src/changes/changes.xml
@@ -9,6 +9,9 @@
9
</properties>
10
11
<body>
12
+ <release version="1.15.7-SNAPSHOT" date="N/A" description="N/A">
13
+ </release>
14
+
15
<release version="1.15.6" date="2025-10-26" description="Maintenance release">
16
<action dev="bahlef" type="change">
Updated to latest dependency and plugin versions (and due to the Google Formatter also increased the minimum Java version to 21)
0 commit comments