Skip to content

Commit 9d9f6da

Browse files
authored
Merge pull request #255 from funfried/release/1.15.x
Changed version from 1.15.4-SNAPSHOT to 1.15.4
2 parents 42e4183 + a6c231e commit 9d9f6da

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
20+
<version>1.15.4</version>
2121
<packaging>nbm</packaging>
2222

2323
<developers>

src/changes/changes.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,16 @@
99
</properties>
1010

1111
<body>
12-
<release version="1.15.4-SNAPSHOT" date="N/A" description="N/A">
12+
<release version="1.15.4" date="2024-02-27" description="Fixed reported bugs and added feature requests from users">
13+
<action dev="bahlef" type="fix" issue="242">
14+
Removed transitive dependency to GraalVM
15+
</action>
16+
<action dev="bahlef" type="add" issue="240">
17+
Support workspace mechanic source directories
18+
</action>
19+
<action dev="bahlef" type="fix" issue="245">
20+
Fixed NullPointerException: Cannot invoke "java.util.Collection.toArray()" because "c" is null
21+
</action>
1322
</release>
1423

1524
<release version="1.15.3" date="2023-01-26" description="Added HTML and CSS formatter along with nbm signing">

0 commit comments

Comments
 (0)