Skip to content

Commit

Permalink
Fixing bad snapshot version in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton committed Feb 16, 2023
1 parent c9a7166 commit bdae81c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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>uiframework</artifactId>
<version>3.24.0-snapshot-SNAPSHOT</version>
<version>3.24.0-SNAPSHOT</version>
</parent>

<artifactId>uiframework-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion omod-2.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>uiframework</artifactId>
<groupId>org.openmrs.module</groupId>
<version>3.24.0-snapshot-SNAPSHOT</version>
<version>3.24.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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>uiframework</artifactId>
<version>3.24.0-snapshot-SNAPSHOT</version>
<version>3.24.0-SNAPSHOT</version>
</parent>

<artifactId>uiframework-omod</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.openmrs.module</groupId>
<artifactId>uiframework</artifactId>
<version>3.24.0-snapshot-SNAPSHOT</version>
<version>3.24.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>OpenMRS UI Framework</name>
<description>OpenMRS's new custom UI Framework, built on top of Spring MVC, and leveraging Groovy templates for
Expand Down

0 comments on commit bdae81c

Please sign in to comment.