Skip to content

Commit c83c5a9

Browse files
authored
Merge pull request #269 from funfried/release/1.15.x
- Switched to next version (1.15.7-SNAPSHOT)
2 parents 45c1a2b + 8aebfba commit c83c5a9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<groupId>de.funfried.netbeans.plugins</groupId>
1919
<artifactId>externalcodeformatter</artifactId>
20-
<version>1.15.6</version>
20+
<version>1.15.7-SNAPSHOT</version>
2121
<packaging>nbm</packaging>
2222

2323
<developers>
@@ -102,7 +102,7 @@
102102
<repository>
103103
<id>maven-central</id>
104104
<name>Maven Central</name>
105-
<url>https://central.sonatype.com/artifact/</url>
105+
<url>https://central.sonatype.com/artifact/de.funfried.netbeans.plugins/externalcodeformatter</url>
106106
</repository>
107107
<snapshotRepository>
108108
<id>github</id>

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
</properties>
1010

1111
<body>
12+
<release version="1.15.7-SNAPSHOT" date="N/A" description="N/A">
13+
</release>
14+
1215
<release version="1.15.6" date="2025-10-28" description="Maintenance release">
1316
<action dev="bahlef" type="change">
1417
Updated to latest dependency and plugin versions (and due to the Google Formatter also increased the minimum Java version to 21)

0 commit comments

Comments
 (0)