diff --git a/build.sh b/build.sh index 268c10b8..29fa8d37 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2021-2022 Google LLC +# Copyright 2021-2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/doc/design.md b/doc/design.md index 0f9a9b5f..bc99d6a6 100644 --- a/doc/design.md +++ b/doc/design.md @@ -320,8 +320,8 @@ varies by context. Each of these approaches are described in the following sections. In each case, we briefly describe what is supported in the first release of the access gateway. The "first release" is when we open-sourced the project in June 2022 in -[this GitHub repository](https://github.com/google/fhir-gateway). Let's -first look at the architecture of the gateway. There are two main components: +[this GitHub repository](https://github.com/google/fhir-gateway). Let's first +look at the architecture of the gateway. There are two main components: **[Server](https://github.com/google/fhir-gateway/tree/main/server/src/main/java/com/google/fhir/gateway)**: The core of the access gateway is the "server" which provides a diff --git a/docker/hapi-proxy-compose.yaml b/docker/hapi-proxy-compose.yaml index 9e511c38..c0e4b5de 100644 --- a/docker/hapi-proxy-compose.yaml +++ b/docker/hapi-proxy-compose.yaml @@ -1,5 +1,5 @@ # -# Copyright 2021-2022 Google LLC +# Copyright 2021-2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/e2e-test/clients.py b/e2e-test/clients.py index 63b441eb..488b2172 100644 --- a/e2e-test/clients.py +++ b/e2e-test/clients.py @@ -1,5 +1,5 @@ # -# Copyright 2021-2022 Google LLC +# Copyright 2021-2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/e2e-test/e2e.sh b/e2e-test/e2e.sh index 724b6a28..11b2971d 100755 --- a/e2e-test/e2e.sh +++ b/e2e-test/e2e.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2021-2022 Google LLC +# Copyright 2021-2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/exec/pom.xml b/exec/pom.xml index a5ae4600..7ba3cb25 100755 --- a/exec/pom.xml +++ b/exec/pom.xml @@ -21,7 +21,7 @@ com.google.fhir.gateway fhir-gateway - 0.2.1-SNAPSHOT + 0.3.0 exec diff --git a/plugins/pom.xml b/plugins/pom.xml index bf4334a1..94336e53 100755 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -23,7 +23,7 @@ implementations do not have to do this; they can redeclare those deps. --> com.google.fhir.gateway fhir-gateway - 0.2.1-SNAPSHOT + 0.3.0 plugins diff --git a/pom.xml b/pom.xml index 9d8d1333..1d3d2eb5 100755 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ com.google.fhir.gateway fhir-gateway - 0.2.1-SNAPSHOT + 0.3.0 pom FHIR Information Gateway diff --git a/server/pom.xml b/server/pom.xml index b6841677..7957299a 100755 --- a/server/pom.xml +++ b/server/pom.xml @@ -21,7 +21,7 @@ com.google.fhir.gateway fhir-gateway - 0.2.1-SNAPSHOT + 0.3.0 server