Skip to content

Commit 48d1946

Browse files
authored
REPORT-913: Migrate to OpenMRS Platform 2.4.0 (#263)
* REPORT-913: Migrate to OpenMRS Platform 2.4.0 (#262) * Migrate to 2.4.0 * Move api-1.9 * Merge old api modules to the main * Set the scope of reportingcompatibility to provided (cherry picked from commit e4022f6) * Remove reporting compatability module * Remove old datasets
1 parent b360c9f commit 48d1946

File tree

58 files changed

+707
-7798
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+707
-7798
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
matrix:
1515
platform: [ ubuntu-latest ]
1616
java-version: [ 8 ]
17-
profile: [ 1.10, 1.11, 1.12, 2.0, 2.1, 2.2, 2.3, 2.4 ]
1817

1918
runs-on: ${{ matrix.platform }}
2019
env:
@@ -36,5 +35,5 @@ jobs:
3635
restore-keys: |
3736
${{ runner.os }}-maven-
3837
- name: Build with Maven
39-
run: mvn clean install -P ${{ matrix.profile }} --batch-mode --show-version --file pom.xml
38+
run: mvn clean install --batch-mode --show-version --file pom.xml
4039

api-1.10/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

api-1.10/pom.xml

Lines changed: 0 additions & 88 deletions
This file was deleted.

api-1.10/src/main/java/org/openmrs/module/reporting/cohort/definition/library/BuiltInCohortDefinitionLibrary1_10.java

Lines changed: 0 additions & 49 deletions
This file was deleted.

api-1.10/src/test/java/org/openmrs/module/reporting/cohort/definition/library/BuiltInCohortDefinitionLibrary1_10Test.java

Lines changed: 0 additions & 57 deletions
This file was deleted.

api-1.9/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

api-1.9/pom.xml

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)