Skip to content

Commit 16e2d57

Browse files
STAND-138:Bumped OpenMRS Version to <2.8.3> Release Version in Platform (#93)
* STAND-138:Bumped OpenMRS Version to <2.8.3> Release Version in Platform * STAND-138: Update artifact configuration to use openmrs-webapp instead of platform
1 parent 01274d1 commit 16e2d57

File tree

6 files changed

+20
-21
lines changed

6 files changed

+20
-21
lines changed

pom-step-01.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<scope>provided</scope>
3232
</dependency>
3333
<dependency>
34-
<groupId>org.openmrs.distro</groupId>
35-
<artifactId>platform</artifactId>
34+
<groupId>org.openmrs.web</groupId>
35+
<artifactId>openmrs-webapp</artifactId>
3636
<version>${openmrs.version}</version>
3737
<type>war</type>
3838
<scope>provided</scope>

pom-step-02.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<scope>provided</scope>
3333
</dependency>
3434
<dependency>
35-
<groupId>org.openmrs.distro</groupId>
36-
<artifactId>platform</artifactId>
35+
<groupId>org.openmrs.web</groupId>
36+
<artifactId>openmrs-webapp</artifactId>
3737
<version>${openmrs.version}</version>
3838
<type>war</type>
3939
<scope>provided</scope>

pom-step-03.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
</parent>
1818

1919
<dependencies>
20-
2120
<dependency>
2221
<groupId>ch.vorburger.mariaDB4j</groupId>
2322
<artifactId>mariaDB4j</artifactId>
@@ -32,8 +31,8 @@
3231
<scope>provided</scope>
3332
</dependency>
3433
<dependency>
35-
<groupId>org.openmrs.distro</groupId>
36-
<artifactId>platform</artifactId>
34+
<groupId>org.openmrs.web</groupId>
35+
<artifactId>openmrs-webapp</artifactId>
3736
<version>${openmrs.version}</version>
3837
<type>war</type>
3938
<scope>provided</scope>

pom-step-04.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<scope>provided</scope>
3232
</dependency>
3333
<dependency>
34-
<groupId>org.openmrs.distro</groupId>
35-
<artifactId>platform</artifactId>
34+
<groupId>org.openmrs.web</groupId>
35+
<artifactId>openmrs-webapp</artifactId>
3636
<version>${openmrs.version}</version>
3737
<type>war</type>
3838
<scope>provided</scope>

pom-step-05.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<scope>provided</scope>
3333
</dependency>
3434
<dependency>
35-
<groupId>org.openmrs.distro</groupId>
36-
<artifactId>platform</artifactId>
35+
<groupId>org.openmrs.web</groupId>
36+
<artifactId>openmrs-webapp</artifactId>
3737
<version>${openmrs.version}</version>
3838
<type>war</type>
3939
<scope>provided</scope>
@@ -139,10 +139,10 @@
139139
<configuration>
140140
<artifactItems>
141141
<artifactItem>
142-
<groupId>org.openmrs.distro</groupId>
143-
<artifactId>platform</artifactId>
144-
<version>${openmrs.version}</version>
145-
<type>war</type>
142+
<groupId>org.openmrs.web</groupId>
143+
<artifactId>openmrs-webapp</artifactId>
144+
<version>${openmrs.version}</version>
145+
<type>war</type>
146146
<destFileName>openmrs.war</destFileName>
147147
<outputDirectory>${project.build.directory}</outputDirectory>
148148
</artifactItem>

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<liquibase.demodata.archive>large-demo-data-2-7-0.sql.zip</liquibase.demodata.archive>
3535
<liquibase.cieldata.filename>liquibase-ciel-data.xml</liquibase.cieldata.filename>
3636

37-
<openmrs.version>2.8.1-SNAPSHOT</openmrs.version>
37+
<openmrs.version>2.8.3</openmrs.version>
3838
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3939
<tomcat.version>9.0.106</tomcat.version>
4040
<junitVersion>5.12.2</junitVersion>
@@ -186,11 +186,11 @@
186186
<version>2.3</version>
187187
<dependencies>
188188
<dependency>
189-
<groupId>org.openmrs.distro</groupId>
190-
<artifactId>platform</artifactId>
191-
<version>${openmrs.version}</version>
192-
<type>war</type>
193-
<scope>compile</scope>
189+
<groupId>org.openmrs.web</groupId>
190+
<artifactId>openmrs-webapp</artifactId>
191+
<version>${openmrs.version}</version>
192+
<type>war</type>
193+
<scope>compile</scope>
194194
</dependency>
195195
</dependencies>
196196
</plugin>

0 commit comments

Comments
 (0)