mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-08 05:48:12 +00:00
Release new version 4.2.25
This commit is contained in:
parent
868fbb5f95
commit
4245839a69
@ -316,6 +316,8 @@ public class PackageCacheManager {
|
||||
}
|
||||
|
||||
private InputStreamWithSrc loadFromPackageServer(String id, String v) {
|
||||
// release hack:
|
||||
if ("4.4.0".equals(v)) {v = "4.2.0"; };
|
||||
PackageClient pc = new PackageClient(PRIMARY_SERVER);
|
||||
String u = null;
|
||||
InputStream stream;
|
||||
|
Loading…
x
Reference in New Issue
Block a user