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.
2 parents e720558 + 0d4629b commit 3c0e81dCopy full SHA for 3c0e81d
2 files changed
pom.xml
@@ -17,7 +17,7 @@
17
18
<groupId>de.funfried.netbeans.plugins</groupId>
19
<artifactId>externalcodeformatter</artifactId>
20
- <version>1.15.3-SNAPSHOT</version>
+ <version>1.15.3</version>
21
<packaging>nbm</packaging>
22
23
<developers>
src/changes/changes.xml
@@ -9,7 +9,10 @@
9
</properties>
10
11
<body>
12
- <release version="1.15.3-SNAPSHOT" date="N/A" description="Added HTML and CSS formatter">
+ <release version="1.15.3" date="2023-01-26" description="Added HTML and CSS formatter along with nbm signing">
13
+ <action dev="bahlef" type="add">
14
+ Signing of nbm file as requested by the NetBeans team to get the plugin center verification
15
+ </action>
16
<action dev="bahlef" type="add" issue="107">
Add JSoup HTML formatter
</action>
0 commit comments