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 ide/languages.toml/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<release-version>3</release-version>
<specification-version>1.0</specification-version>
<release-version>5</release-version>
<specification-version>4.0</specification-version>
</run-dependency>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ide/libs.tomljava/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
47006953C4961EDC2B14E55D01801FF95CF321DF net.vieiro:toml-java:13.4.2
E3ACB4DD854EB0B9931EAF241C924B67367D4F62 net.vieiro:toml-java:13.5.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: TOML parser in Java
Version: 13.4.2
Version: 13.5.1
Description: A parser for Tom's Obvious, Minimal Language (TOML).
License: Apache-2.0
Origin: https://github.com/vieiro/toml-java
Expand Down
4 changes: 2 additions & 2 deletions ide/libs.tomljava/manifest.mf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Manifest-Version: 1.0
OpenIDE-Module: org.netbeans.libs.tomljava/3
OpenIDE-Module: org.netbeans.libs.tomljava/5
OpenIDE-Module-Localizing-Bundle: org/netbeans/libs/tomljava/Bundle.properties
OpenIDE-Module-Specification-Version: 1.8
OpenIDE-Module-Specification-Version: 4.0
Comment on lines -2 to +4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

someone might be looking at this PR for reference in future during updates and wonder why some versions were skipped. Are those numbers synced to components of the lib version or something like that?

Copy link
Member

@neilcsmith-net neilcsmith-net Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does look a little odd, but also reminds me, I think we should keep adding implementation versions for libraries, such as at https://github.com/apache/netbeans/blob/master/platform/libs.flatlaf/manifest.mf#L7

eg. here

OpenIDE-Module-Implementation-Version: 13.5.1

48 changes: 13 additions & 35 deletions ide/libs.tomljava/nbproject/org-netbeans-libs-tomljava.sig

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ide/libs.tomljava/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
is.autoload=true
javac.source=1.8
javac.compilerargs=-Xlint -Xlint:-serial
release.external/toml-java-13.4.2.jar=modules/ext/toml-java-13.4.2.jar
release.external/toml-java-13.5.1.jar=modules/ext/toml-java-13.5.1.jar
4 changes: 2 additions & 2 deletions ide/libs.tomljava/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
<package>net.vieiro.toml.antlr4</package>
</public-packages>
<class-path-extension>
<runtime-relative-path>ext/toml-java-13.4.2.jar</runtime-relative-path>
<binary-origin>external/toml-java-13.4.2.jar</binary-origin>
<runtime-relative-path>ext/toml-java-13.5.1.jar</runtime-relative-path>
<binary-origin>external/toml-java-13.5.1.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down
Loading