Skip to content

Commit

Permalink
Fix content.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher authored Dec 5, 2024
1 parent 76d4553 commit 5a67a2d
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions content.properties
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
# content.properties - Metadata for the content package and its dependencies

# The name of this content package
name=${project.artifactId}

# The version of this content package (must follow SemVer)
version=${project.version}

# Platform minimum version
war.openmrs >= 2.4.0
war.openmrs=>=2.4.0

# Backend modules
omod.fhir2 >= 1.8.0
omod.webservices.rest >= 2.42.0
omod.initializer >= 2.5.2
omod.openconceptlab >= 2.3.0
omod.o3forms >= 2.2.0
omod.fhir2=>=1.8.0
omod.webservices.rest=>=2.42.0
omod.initializer=>=2.5.2
omod.openconceptlab=>=2.3.0
omod.o3forms=>=2.2.0

# Frontend modules
spa.frontendModules.@openmrs/esm-patient-chart-app >= 8.1.0
spa.frontendModules.@openmrs/esm-patient-chart-app=>=8.1.0

0 comments on commit 5a67a2d

Please sign in to comment.