From d04d085999aeccd1183d572381004722d32c0418 Mon Sep 17 00:00:00 2001 From: Lubwama Samuel Date: Fri, 23 Aug 2019 08:58:52 +0300 Subject: [PATCH] Switch versions to to 3.0.0-SNAPSHOT (#408) --- .travis.yml | 1 + api/pom.xml | 2 +- omod/pom.xml | 2 +- pom.xml | 2 +- tools/pom.xml | 3 +-- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b764b4b92..38afecb7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: trusty language: java jdk: - oraclejdk8 diff --git a/api/pom.xml b/api/pom.xml index 1ef454e9c..516ac7b7c 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -4,7 +4,7 @@ org.openmrs.module aijar - 2.1.1-SNAPSHOT + 3.0.0-SNAPSHOT aijar-api diff --git a/omod/pom.xml b/omod/pom.xml index 2bbd90051..916fcc928 100644 --- a/omod/pom.xml +++ b/omod/pom.xml @@ -4,7 +4,7 @@ org.openmrs.module aijar - 2.1.1-SNAPSHOT + 3.0.0-SNAPSHOT aijar-omod diff --git a/pom.xml b/pom.xml index b5faa39bf..6f3cf5db5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.openmrs.module aijar - 2.1.1-SNAPSHOT + 3.0.0-SNAPSHOT pom Aijar Customizations for Uganda OpenMRS distribution diff --git a/tools/pom.xml b/tools/pom.xml index 84c4cfd6c..4f2b2d4fa 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -3,12 +3,11 @@ aijar org.openmrs.module - 2.1.1-SNAPSHOT + 3.0.0-SNAPSHOT 4.0.0 aijar-tools - 2.1.1-SNAPSHOT aijar tools Module Project for aijar tools such as database migrations, BIRT reports which are not automatically deployed via metadata but are important for the rollout and maintenance