Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<groupId>de.funfried.netbeans.plugins</groupId>
<artifactId>externalcodeformatter</artifactId>
<version>1.15.6</version>
<version>1.15.7-SNAPSHOT</version>
<packaging>nbm</packaging>

<developers>
Expand Down Expand Up @@ -102,7 +102,7 @@
<repository>
<id>maven-central</id>
<name>Maven Central</name>
<url>https://central.sonatype.com/artifact/</url>
<url>https://central.sonatype.com/artifact/de.funfried.netbeans.plugins/externalcodeformatter</url>
</repository>
<snapshotRepository>
<id>github</id>
Expand Down
3 changes: 3 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
</properties>

<body>
<release version="1.15.7-SNAPSHOT" date="N/A" description="N/A">
</release>

<release version="1.15.6" date="2025-10-28" description="Maintenance release">
<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)
Expand Down