Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OZ-838: Upgrade to Ref App 3.3.0-SNAPSHOT #129

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Dependency versions -->
<referenceapplicationDistroVersion>3.2.1</referenceapplicationDistroVersion>
<referenceapplicationDistroVersion>3.4.1-SNAPSHOT</referenceapplicationDistroVersion>
<odoo_initializerVersion>2.3.0-SNAPSHOT</odoo_initializerVersion>

<!-- OpenMRS modules versions -->
Expand Down Expand Up @@ -433,9 +433,10 @@
<overwrite>true</overwrite>
<resources>
<resource>
<directory>${project.build.directory}/distro-emr-configuration/openmrs_config</directory>
<directory>${project.build.directory}/distro-emr-configuration/sdk-distro/web/openmrs_config</directory>
<excludes>
<exclude>**/globalproperties-core_demo*</exclude>
<exclude>**/cohorttypes-core_data*</exclude>
</excludes>
</resource>
</resources>
Expand Down Expand Up @@ -551,7 +552,7 @@
<copy
todir="${project.build.directory}/${project.artifactId}-${project.version}/binaries/openmrs/modules">
<fileset
dir="${project.build.directory}/distro-emr-configuration/sdk-distro/web/modules">
dir="${project.build.directory}/distro-emr-configuration/sdk-distro/web/openmrs_modules">
<exclude name="authentication-*.omod"/>
<exclude name="fhir2-2.2.0.omod"/>
</fileset>
Expand Down
2 changes: 1 addition & 1 deletion maven-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<plugin>
<groupId>org.openmrs.maven.plugins</groupId>
<artifactId>openmrs-packager-maven-plugin</artifactId>
<version>1.7.0</version>
<version>1.9.0</version>
</plugin>
<plugin>
<groupId>net.mekomsolutions.maven.plugin</groupId>
Expand Down
Loading