Skip to content

Commit

Permalink
Swathi | #000 | Uping dataintegrity module version to 4.1.0 to fix hy…
Browse files Browse the repository at this point in the history
…bernate version
  • Loading branch information
SwathiVarkala committed Jan 25, 2017
1 parent c57a32a commit c7b6f0d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>dataintegrity-omod</artifactId>
<version>4.0</version>
<version>4.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>dataintegrity-api</artifactId>
<version>4.0</version>
<version>4.1.0</version>
<scope>provided</scope>
</dependency>
<!-- End Data Integrity omod -->
Expand Down
4 changes: 2 additions & 2 deletions omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,13 @@
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>dataintegrity-omod</artifactId>
<version>4.0</version>
<version>4.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>dataintegrity-api</artifactId>
<version>4.0</version>
<version>4.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion omod/src/main/resources/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<require_module version="${bahmniVersion}">
org.bahmni.module.bahmnicore
</require_module>
<require_module version="4.0">
<require_module version="4.1.0">
org.openmrs.module.dataintegrity
</require_module>
</require_modules>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>dataintegrity-omod</artifactId>
<version>4.0</version>
<version>4.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -173,7 +173,7 @@
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>dataintegrity-api</artifactId>
<version>4.0</version>
<version>4.1.0</version>
<scope>provided</scope>
</dependency>
<!-- End Data Integrity omod -->
Expand Down

0 comments on commit c7b6f0d

Please sign in to comment.