Skip to content

Commit

Permalink
Revert to standard artifactId
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmale committed Nov 22, 2023
1 parent 1330c3a commit 20b0ae7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>sigdep-legacyui</artifactId>
<version>1.15.4-SNAPSHOT</version>
<artifactId>legacyui</artifactId>
<version>1.15.4-sigdep-SNAPSHOT</version>
</parent>

<artifactId>sigdep-legacyui-api</artifactId>
<artifactId>legacyui-api</artifactId>
<packaging>jar</packaging>
<name>Legacy UI Module API</name>
<description>API project for LegacyUI</description>
Expand Down
6 changes: 3 additions & 3 deletions omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>sigdep-legacyui</artifactId>
<version>1.15.4-SNAPSHOT</version>
<artifactId>legacyui</artifactId>
<version>1.15.4-sigdep-SNAPSHOT</version>
</parent>

<artifactId>sigdep-legacyui-omod</artifactId>
<artifactId>legacyui-omod</artifactId>
<packaging>jar</packaging>
<name>Legacy UI Module OMOD</name>
<description>OMOD project for LegacyUI</description>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
</parent>

<groupId>org.openmrs.module</groupId>
<artifactId>sigdep-legacyui</artifactId>
<version>1.15.4-SNAPSHOT</version>
<artifactId>legacyui</artifactId>
<version>1.15.4-sigdep-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Legacy UI Module</name>
<description>Provides the legacy UI which was removed from the platform since version 2.0</description>
Expand Down

0 comments on commit 20b0ae7

Please sign in to comment.