diff --git a/.gitignore b/.gitignore index 03b06aa..2fa6922 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ output # Don't commit this because it's so large # ########################################### /input-cache/org.hl7.fhir.publisher.jar +/input-cache/publisher.jar # Windows generated files # ########################### diff --git a/input/pagecontent/index.xml b/input/pagecontent/index.xml index a95b746..e910524 100644 --- a/input/pagecontent/index.xml +++ b/input/pagecontent/index.xml @@ -37,11 +37,7 @@
<dependsOn id="cqf">
   <uri value="http://fhir.org/guides/cqf/common/ImplementationGuide/fhir.cqf.common"/>
   <packageId value="fhir.cqf.common"/>
-  <!--NOTE: Use the dev version here because the CQF IG has not yet been published.
-  Note that this also means that the CQF IG must be built locally in order to be installed in your local FHIR package cache
-  <version value="4.0.1"/>
-  -->
-  <version value="dev"/>
+  <version value="4.1.0"/>
 </dependsOn>