Skip to content

Commit

Permalink
Merge pull request #159 from Bahmni/BAH-4087_release_2.0.1
Browse files Browse the repository at this point in the history
BAH-4087 | Release 2.0.1 patch for dependency version fixes
  • Loading branch information
mohan-13 authored Aug 26, 2024
2 parents e9cdb80 + 9134942 commit adffa73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@
<dependency>
<groupId>org.bahmni.module</groupId>
<artifactId>teleconsultation-api</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>${teleconsultation.version}</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bahmni.module</groupId>
<artifactId>web-clients</artifactId>
<version>0.94.3</version>
<version>${webClients.version}</version>
</dependency>
<dependency>
<groupId>org.bahmni.module</groupId>
Expand Down
2 changes: 1 addition & 1 deletion omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.bahmni.module</groupId>
<artifactId>teleconsultation-api</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>${teleconsultation.version}</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
Expand Down
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
<javaxMail.version>1.6.2</javaxMail.version>
<servletApi.version>3.0.1</servletApi.version>
<webServices.version>2.29.0</webServices.version>
<communications.version>1.2.0-SNAPSHOT</communications.version>
<communications.version>1.2.0</communications.version>
<teleconsultation.version>2.0.0</teleconsultation.version>
<webClients.version>1.0.0</webClients.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
Expand Down Expand Up @@ -151,14 +153,14 @@
<dependency>
<groupId>org.bahmni.module</groupId>
<artifactId>teleconsultation-api</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>${teleconsultation.version}</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bahmni.module</groupId>
<artifactId>web-clients</artifactId>
<version>0.94.3</version>
<version>${webClients.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit adffa73

Please sign in to comment.