From ee80570c2aadb74ce164a4415e6f05446fe5633b Mon Sep 17 00:00:00 2001 From: Jonathan Percival Date: Wed, 30 Sep 2020 15:05:44 -0600 Subject: [PATCH] Fixes for Maven repository requirements --- evaluator.cli/pom.xml | 5 +++++ evaluator.execution/pom.xml | 3 +++ evaluator.translation/pom.xml | 4 +++- evaluator/pom.xml | 5 ++++- pom.xml | 5 ++++- 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/evaluator.cli/pom.xml b/evaluator.cli/pom.xml index a5600f2d8..94fae249d 100644 --- a/evaluator.cli/pom.xml +++ b/evaluator.cli/pom.xml @@ -8,6 +8,11 @@ ${revision} jar + evaluator.cli + https://github.com/DBCG/cql-evaluator/tree/master + + + org.opencds.cqf.cql evaluator.shared diff --git a/evaluator.execution/pom.xml b/evaluator.execution/pom.xml index e301294ee..fead204c9 100644 --- a/evaluator.execution/pom.xml +++ b/evaluator.execution/pom.xml @@ -8,6 +8,9 @@ ${revision} jar + evaluator.execution + https://github.com/DBCG/cql-evaluator/tree/master + CQL Evaluator Execution Extensions diff --git a/evaluator.translation/pom.xml b/evaluator.translation/pom.xml index e27ba8d5d..245315c32 100644 --- a/evaluator.translation/pom.xml +++ b/evaluator.translation/pom.xml @@ -8,7 +8,9 @@ ${revision} jar - CQL Evaluator Translation Extensions + evaluator.translation + CQL Evaluator Project + https://github.com/DBCG/cql-evaluator/tree/master org.opencds.cqf.cql diff --git a/evaluator/pom.xml b/evaluator/pom.xml index cc187e2e7..c22438e69 100644 --- a/evaluator/pom.xml +++ b/evaluator/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 @@ -8,6 +8,9 @@ ${revision} jar + evaluator + https://github.com/DBCG/cql-evaluator/tree/master + CQL Evaluator diff --git a/pom.xml b/pom.xml index 442656b73..018ca6097 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 @@ -9,7 +9,10 @@ ${revision} pom + evaluator.shared CQL Evaluator Project + https://github.com/DBCG/cql-evaluator/tree/master + 1