Skip to content

Commit f3a22b6

Browse files
committed
Switched back to release version (as the release was not done yet)
1 parent c624f68 commit f3a22b6

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

pom.xml

Lines changed: 7 additions & 10 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.7-SNAPSHOT</version>
20+
<version>1.15.6</version>
2121
<packaging>nbm</packaging>
2222

2323
<developers>
@@ -100,13 +100,14 @@
100100
<url>scm:git:https://github.com/funfried/externalcodeformatter_for_netbeans.git</url>
101101
</site>
102102
<repository>
103-
<id>sonatype-nexus-staging</id>
104-
<name>Nexus Release Repository</name>
105-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
103+
<id>maven-central</id>
104+
<name>Maven Central</name>
105+
<url>https://central.sonatype.com/artifact/de.funfried.netbeans.plugins/externalcodeformatter</url>
106106
</repository>
107107
<snapshotRepository>
108-
<id>sonatype-nexus-snapshots</id>
109-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
108+
<id>github</id>
109+
<name>GitHub Snapshots</name>
110+
<url>https://maven.pkg.github.com/funfried/externalcodeformatter_for_netbeans</url>
110111
</snapshotRepository>
111112
</distributionManagement>
112113

@@ -1166,10 +1167,6 @@
11661167
<name>GitHub funfried Apache Maven Packages</name>
11671168
<url>https://maven.pkg.github.com/funfried/externalcodeformatter_for_netbeans</url>
11681169
</repository>
1169-
<snapshotRepository>
1170-
<id>github</id>
1171-
<url>https://maven.pkg.github.com/funfried/externalcodeformatter_for_netbeans</url>
1172-
</snapshotRepository>
11731170
</distributionManagement>
11741171
</profile>
11751172
<profile>

src/changes/changes.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99
</properties>
1010

1111
<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-27" description="Maintenance release">
12+
<release version="1.15.6" date="2025-10-28" description="Maintenance release">
1613
<action dev="bahlef" type="change">
1714
Updated to latest dependency and plugin versions (and due to the Google Formatter also increased the minimum Java version to 21)
1815
</action>

0 commit comments

Comments
 (0)