Skip to content

Commit

Permalink
Switch versions to to 3.0.0-SNAPSHOT (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
slubwama authored and ssmusoke committed Aug 23, 2019
1 parent 4dc6af0 commit d04d085
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: trusty
language: java
jdk:
- oraclejdk8
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>aijar</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>aijar-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>aijar</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>aijar-omod</artifactId>
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 @@

<groupId>org.openmrs.module</groupId>
<artifactId>aijar</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Aijar</name>
<description>Customizations for Uganda OpenMRS distribution</description>
Expand Down
3 changes: 1 addition & 2 deletions tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
<parent>
<artifactId>aijar</artifactId>
<groupId>org.openmrs.module</groupId>
<version>2.1.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>aijar-tools</artifactId>
<version>2.1.1-SNAPSHOT</version>
<name>aijar tools Module</name>
<description>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
Expand Down

0 comments on commit d04d085

Please sign in to comment.