Skip to content

Commit

Permalink
Merge pull request #1066 from mandiant/fix-openjdk-version
Browse files Browse the repository at this point in the history
Fix openjdk.vm dependency version format
  • Loading branch information
Ana06 authored Jun 10, 2024
2 parents a6b9dca + 5d750cb commit bf9450d
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 bf9450d

Please sign in to comment.