Skip to content

Commit

Permalink
Finalized 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Apr 16, 2021
1 parent 047558d commit 39dcf7e
Show file tree
Hide file tree
Showing 5 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 @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>coreapps</artifactId>
<version>1.20.0-SNAPSHOT</version>
<version>1.20.0</version>
</parent>

<artifactId>coreapps-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>coreapps</artifactId>
<version>1.20.0-SNAPSHOT</version>
<version>1.20.0</version>
</parent>

<artifactId>coreapps-omod</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.openmrs.module</groupId>
<artifactId>coreapps</artifactId>
<version>1.20.0-SNAPSHOT</version>
<version>1.20.0</version>
<packaging>pom</packaging>
<name>Core Apps Module</name>
<description>Provides apps for performing the common tasks</description>
Expand Down Expand Up @@ -51,7 +51,7 @@
<metadatamappingVersion>1.3.2</metadatamappingVersion>
<uicommonsVersion>2.3.0</uicommonsVersion>
<webservicesRestVersion>2.11</webservicesRestVersion>
<registrationcoreVersion>2.0.0</registrationcoreVersion>
<registrationcoreVersion>2.1.0</registrationcoreVersion>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion web-1.9/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>coreapps</artifactId>
<version>1.20.0-SNAPSHOT</version>
<version>1.20.0</version>
</parent>

<artifactId>coreapps-web-1.9</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web-2.0/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>coreapps</artifactId>
<version>1.20.0-SNAPSHOT</version>
<version>1.20.0</version>
</parent>

<artifactId>coreapps-web-2.0</artifactId>
Expand Down

0 comments on commit 39dcf7e

Please sign in to comment.