From 862d216ed28ce91a9413e15eade77dda829068d3 Mon Sep 17 00:00:00 2001 From: Diederik Muylwyk Date: Thu, 3 Oct 2024 15:50:50 -0400 Subject: [PATCH 1/4] Update dependsOn example, make scripts executable on Linux, and add publisher.jar to gitignore. --- .gitignore | 1 + _gencontinuous.sh | 0 _genonce.sh | 0 _refresh.sh | 0 _updateCQFTooling.sh | 0 _updatePublisher.sh | 0 input/pagecontent/index.xml | 4 ---- 7 files changed, 1 insertion(+), 4 deletions(-) mode change 100644 => 100755 _gencontinuous.sh mode change 100644 => 100755 _genonce.sh mode change 100644 => 100755 _refresh.sh mode change 100644 => 100755 _updateCQFTooling.sh mode change 100644 => 100755 _updatePublisher.sh diff --git a/.gitignore b/.gitignore index 03b06aa..5261967 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ Thumbs.db # backup files # ################ *.bak +/input-cache/publisher.jar diff --git a/_gencontinuous.sh b/_gencontinuous.sh old mode 100644 new mode 100755 diff --git a/_genonce.sh b/_genonce.sh old mode 100644 new mode 100755 diff --git a/_refresh.sh b/_refresh.sh old mode 100644 new mode 100755 diff --git a/_updateCQFTooling.sh b/_updateCQFTooling.sh old mode 100644 new mode 100755 diff --git a/_updatePublisher.sh b/_updatePublisher.sh old mode 100644 new mode 100755 diff --git a/input/pagecontent/index.xml b/input/pagecontent/index.xml index a95b746..5fa32f7 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"/>
 </dependsOn>
From 9cf2c03bc60af9053e96c28820c58a2ce4118d9f Mon Sep 17 00:00:00 2001 From: Diederik Muylwyk Date: Fri, 4 Oct 2024 11:06:49 -0400 Subject: [PATCH 2/4] Rollback permission changes to scripts; needs to be done at source. --- _gencontinuous.sh | 0 _genonce.sh | 0 _refresh.sh | 0 _updateCQFTooling.sh | 0 _updatePublisher.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 _gencontinuous.sh mode change 100755 => 100644 _genonce.sh mode change 100755 => 100644 _refresh.sh mode change 100755 => 100644 _updateCQFTooling.sh mode change 100755 => 100644 _updatePublisher.sh diff --git a/_gencontinuous.sh b/_gencontinuous.sh old mode 100755 new mode 100644 diff --git a/_genonce.sh b/_genonce.sh old mode 100755 new mode 100644 diff --git a/_refresh.sh b/_refresh.sh old mode 100755 new mode 100644 diff --git a/_updateCQFTooling.sh b/_updateCQFTooling.sh old mode 100755 new mode 100644 diff --git a/_updatePublisher.sh b/_updatePublisher.sh old mode 100755 new mode 100644 From f4a871ec33a1375e98d8350dbb5ae47353540c6d Mon Sep 17 00:00:00 2001 From: Diederik Muylwyk Date: Fri, 4 Oct 2024 11:10:53 -0400 Subject: [PATCH 3/4] Move publisher.jar to better place in gitignore. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5261967..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 # ########################### @@ -20,4 +21,3 @@ Thumbs.db # backup files # ################ *.bak -/input-cache/publisher.jar From ecbf0d4c8225511312a889caebfb03d2229d99e2 Mon Sep 17 00:00:00 2001 From: Diederik Muylwyk Date: Mon, 28 Oct 2024 17:46:12 -0400 Subject: [PATCH 4/4] Update input/pagecontent/index.xml Co-authored-by: Bryn Rhodes --- input/pagecontent/index.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/pagecontent/index.xml b/input/pagecontent/index.xml index 5fa32f7..e910524 100644 --- a/input/pagecontent/index.xml +++ b/input/pagecontent/index.xml @@ -37,7 +37,7 @@
<dependsOn id="cqf">
   <uri value="http://fhir.org/guides/cqf/common/ImplementationGuide/fhir.cqf.common"/>
   <packageId value="fhir.cqf.common"/>
-  <version value="4.0.1"/>
+  <version value="4.1.0"/>
 </dependsOn>