Credit for #817
This commit is contained in:
parent
1f283450da
commit
37f12ac28b
6
pom.xml
6
pom.xml
|
@ -402,6 +402,10 @@
|
|||
<id>javajeff</id>
|
||||
<name>Jeff Chung</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>anoush-bch</id>
|
||||
<name>Anoush Mouradian</name>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
|
@ -1968,7 +1972,6 @@
|
|||
<module>hapi-fhir-jpaserver-base</module>
|
||||
<module>hapi-fhir-jpaserver-elasticsearch</module>
|
||||
<module>hapi-fhir-jpaserver-example</module>
|
||||
<module>hapi-fhir-jpaserver-dynamic</module>
|
||||
<module>restful-server-example</module>
|
||||
<module>restful-server-example-test</module>
|
||||
<module>hapi-fhir-testpage-overlay</module>
|
||||
|
@ -1982,6 +1985,7 @@
|
|||
<module>example-projects/hapi-fhir-base-example-embedded-ws</module>
|
||||
<module>example-projects/hapi-fhir-standalone-overlay-example</module>
|
||||
<module>example-projects/hapi-fhir-jpaserver-cds-example</module>
|
||||
<module>example-projects/hapi-fhir-jpaserver-dynamic</module>
|
||||
<module>hapi-fhir-jacoco</module>
|
||||
<module>hapi-fhir-igpacks</module>
|
||||
<module>hapi-fhir-spring-boot</module>
|
||||
|
|
|
@ -252,6 +252,12 @@
|
|||
changes in the metadata section being considered content
|
||||
changes. Thanks to Kyle Meadows for the pull request!
|
||||
</action>
|
||||
<action type="add" issue="817">
|
||||
A new example project has been added called hapi-fhir-jpaserver-dynamic,
|
||||
which uses application/environment properties to configure which version
|
||||
of FHIR the server supports and other configuration. Thanks to
|
||||
Anoush Mouradian for the pull request!
|
||||
</action>
|
||||
</release>
|
||||
<release version="3.2.0" date="2018-01-13">
|
||||
<action type="add">
|
||||
|
|
Loading…
Reference in New Issue