Skip to content

Commit

Permalink
Merge pull request #554 from motech/1.3-release
Browse files Browse the repository at this point in the history
Modules 1.3-release
  • Loading branch information
Kamil Madej authored May 29, 2018
2 parents 62a0872 + 3eb225d commit d99399e
Show file tree
Hide file tree
Showing 24 changed files with 46 additions and 46 deletions.
4 changes: 2 additions & 2 deletions alerts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../</relativePath>
</parent>
<groupId>org.motechproject</groupId>
<artifactId>alerts</artifactId>
<name>Alerts Module</name>
<description>Alerts Module</description>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>bundle</packaging>
<properties>
<modules.root.dir>${basedir}/..</modules.root.dir>
Expand Down
4 changes: 2 additions & 2 deletions appointments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>

<artifactId>appointments</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>bundle</packaging>
<name>Appointments Module</name>

Expand Down
4 changes: 2 additions & 2 deletions atom-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../</relativePath>
</parent>

<artifactId>atom-client</artifactId>
<name>Atom Client</name>
<description>Atom Client Module</description>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>bundle</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions cms-lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>cms-lite</artifactId>
<name>CMS Lite Module</name>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>bundle</packaging>
<properties>
<modules.root.dir>${basedir}/..</modules.root.dir>
Expand Down
4 changes: 2 additions & 2 deletions commcare/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../</relativePath>
</parent>

<artifactId>commcare</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>bundle</packaging>

<name>CommCare Module</name>
Expand Down
4 changes: 2 additions & 2 deletions csd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<description>OpenHIE Care Services Discovery Module</description>
<artifactId>csd</artifactId>
<name>Care Services Discovery</name>
Expand Down
4 changes: 2 additions & 2 deletions dhis2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<description>DHIS2 Module</description>
<artifactId>dhis2</artifactId>
<name>DHIS2 module</name>
Expand Down
4 changes: 2 additions & 2 deletions event-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../</relativePath>
</parent>
<groupId>org.motechproject</groupId>
<artifactId>event-logging</artifactId>
<name>Event Logging Module</name>
<description>MOTECH Event Logging</description>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>bundle</packaging>
<properties>
<modules.root.dir>${basedir}/..</modules.root.dir>
Expand Down
4 changes: 2 additions & 2 deletions hindi-transliteration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>

<artifactId>hindi-transliteration</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>bundle</packaging>
<name>Hindi Transliteration</name>

Expand Down
4 changes: 2 additions & 2 deletions http-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../</relativePath>
</parent>

<name>Http Agent Module</name>
<artifactId>http-agent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>bundle</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions hub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../</relativePath>
</parent>

<artifactId>hub</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<name>MOTECH Hub</name>
<description>MOTECH Hub</description>
<packaging>bundle</packaging>
Expand Down
4 changes: 2 additions & 2 deletions ihe-interop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>ihe-interop</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>bundle</packaging>
<name>IHE Interop Module</name>
<description>IHE Interop Module</description>
Expand Down
4 changes: 2 additions & 2 deletions ivr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<description>IVR Module</description>
<artifactId>ivr</artifactId>
<name>IVR Module</name>
Expand Down
4 changes: 2 additions & 2 deletions message-campaign/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../</relativePath>
</parent>
<artifactId>message-campaign</artifactId>
<name>MOTECH Message Campaign</name>
<description>Message Campaign Module</description>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>bundle</packaging>
<properties>
<modules.root.dir>${basedir}/..</modules.root.dir>
Expand Down
4 changes: 2 additions & 2 deletions metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../</relativePath>
</parent>

<artifactId>metrics</artifactId>
<name>Metrics</name>
<description>Metrics</description>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>bundle</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions mtraining/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../</relativePath>
</parent>

<artifactId>mtraining</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>bundle</packaging>
<name>mTraining Module</name>

Expand Down
4 changes: 2 additions & 2 deletions odk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>odk</artifactId>
<description>ODK Module</description>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>bundle</packaging>
<name>ODK Module</name>

Expand Down
4 changes: 2 additions & 2 deletions openmrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../</relativePath>
</parent>

<artifactId>openmrs</artifactId>
<name>OpenMRS</name>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>bundle</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pill-reminder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../</relativePath>
</parent>

<artifactId>pill-reminder</artifactId>
<name>Pill Reminder Module</name>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>bundle</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>pom</packaging>
<name>MOTECH Modules</name>

Expand Down
4 changes: 2 additions & 2 deletions rapidpro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>rapidpro</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>bundle</packaging>
<name>RapidPro Module</name>

Expand Down
4 changes: 2 additions & 2 deletions schedule-tracking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.motechproject</groupId>
<artifactId>modules</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../</relativePath>
</parent>
<groupId>org.motechproject</groupId>
<artifactId>schedule-tracking</artifactId>
<name>Schedule Tracking Modules</name>
<description>MOTECH Schedule Tracking</description>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>bundle</packaging>
<properties>
<modules.root.dir>${basedir}/..</modules.root.dir>
Expand Down
4 changes: 2 additions & 2 deletions sms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.motechproject</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<relativePath>../</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<description>SMS Module</description>

<artifactId>sms</artifactId>
Expand Down

0 comments on commit d99399e

Please sign in to comment.