File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
net.adoptopenjdk.v3.tests
net.adoptopenjdk.v3.vanilla/src/main/java/net/adoptopenjdk/v3/vanilla/internal Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 6060 </dependency >
6161 </dependencies >
6262
63+ <contributors >
64+ <contributor >
65+ <name >Max Rydahl Andersen</name >
66+ <email >max@xam.dk</email >
67+ <url >http://xam.dk</url >
68+ </contributor >
69+ </contributors >
6370</project >
Original file line number Diff line number Diff line change @@ -61,6 +61,13 @@ public static final class AOV3AvailableReleasesJSON
6161
6262 @ JsonProperty (value = "most_recent_lts" , required = true )
6363 BigInteger mostRecentLTS = BigInteger .ZERO ;
64+
65+ @ JsonProperty (value = "most_recent_feature_version" , required = true )
66+ BigInteger getMostRecentFeatureVersion ;
67+
68+ @ JsonProperty (value = "tip_version" , required = true )
69+ BigInteger tipVersion ;
70+
6471 }
6572
6673 @ JsonDeserialize
You can’t perform that action at this time.
0 commit comments