Skip to content

Commit

Permalink
Fix openjdk.vm dependency version format
Browse files Browse the repository at this point in the history
  • Loading branch information
naacbin committed Jun 1, 2024
1 parent 165ec34 commit 5d750cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/openjdk.vm/openjdk.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>openjdk.vm</id>
<version>0.0.0.20240202</version>
<version>0.0.0.20240531</version>
<authors>Oracle</authors>
<description>Metapackage for OpenJDK to ensure all packages use the same OpenJDK version.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="openjdk" version="(21.0.0, 21.0.1]" />
<dependency id="openjdk" version="[21.0.1, 21.0.2)" />
</dependencies>
</metadata>
</package>

0 comments on commit 5d750cb

Please sign in to comment.