Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Release 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
druchniewicz committed May 16, 2024
1 parent 39ba64c commit 5ee5e9a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>cflcore</artifactId>
<version>1.13.1-SNAPSHOT</version>
<version>1.13.1</version>
</parent>

<artifactId>cflcore-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>cflcore</artifactId>
<version>1.13.1-SNAPSHOT</version>
<version>1.13.1</version>
</parent>

<artifactId>cflcore-omod</artifactId>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>cflcore-api</artifactId>
<version>1.13.1-SNAPSHOT</version>
<version>1.13.1</version>
</dependency>
<dependency>
<groupId>org.openmrs.web</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.openmrs.module</groupId>
<artifactId>cflcore</artifactId>
<version>1.13.1-SNAPSHOT</version>
<version>1.13.1</version>
<packaging>pom</packaging>
<name>CFL Core Module</name>
<description>
Expand All @@ -22,7 +22,7 @@
<connection>scm:git:https://github.com/johnsonandjohnson/openmrs-module-cfl-core.git</connection>
<developerConnection>scm:git:https://github.com/johnsonandjohnson/openmrs-module-cfl-core.git</developerConnection>
<url>https://github.com/johnsonandjohnson/openmrs-module-cfl-core.git</url>
<tag>HEAD</tag>
<tag>1.13.1</tag>
</scm>

<modules>
Expand Down Expand Up @@ -70,7 +70,7 @@
<surefireVersion>2.17</surefireVersion>
<!-- CfL modules -->
<messagesVersion>1.8.2-SNAPSHOT</messagesVersion>
<visitsVersion>1.7.1-SNAPSHOT</visitsVersion>
<visitsVersion>1.7.1</visitsVersion>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 5ee5e9a

Please sign in to comment.