Skip to content

Commit 0f1d4ac

Browse files
committed
Indenting
1 parent 79e86b1 commit 0f1d4ac

File tree

2 files changed

+39
-37
lines changed

2 files changed

+39
-37
lines changed

omod-2.5/pom.xml

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3-
4-
<parent>
5-
<artifactId>webservices.rest</artifactId>
6-
<groupId>org.openmrs.module</groupId>
7-
<version>2.40.0-SNAPSHOT</version>
8-
</parent>
9-
<modelVersion>4.0.0</modelVersion>
10-
11-
<artifactId>webservices.rest-omod-2.5</artifactId>
12-
<name>Rest Web Services 2.5 OMOD</name>
13-
14-
<properties>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
5+
<parent>
6+
<artifactId>webservices.rest</artifactId>
7+
<groupId>org.openmrs.module</groupId>
8+
<version>2.40.0-SNAPSHOT</version>
9+
</parent>
10+
<modelVersion>4.0.0</modelVersion>
11+
12+
<artifactId>webservices.rest-omod-2.5</artifactId>
13+
<name>Rest Web Services 2.5 OMOD</name>
14+
15+
<properties>
1516
<openmrs.version.2.5.0>2.5.0</openmrs.version.2.5.0>
1617
</properties>
1718

@@ -119,7 +120,7 @@
119120
<classifier>tests</classifier>
120121
<scope>test</scope>
121122
</dependency>
122-
123+
123124
<dependency>
124125
<groupId>${project.parent.groupId}</groupId>
125126
<artifactId>${project.parent.artifactId}-omod-2.4</artifactId>
@@ -159,7 +160,7 @@
159160
<dependency>
160161
<groupId>org.openmrs.web</groupId>
161162
<artifactId>openmrs-web</artifactId>
162-
<version>${openmrs.version.2.5.0}</version>
163+
<version>${openmrs.version.2.5.0}</version>
163164
<exclusions>
164165
<exclusion>
165166
<groupId>javax.servlet</groupId>
@@ -173,15 +174,15 @@
173174
<artifactId>openmrs-web</artifactId>
174175
<type>test-jar</type>
175176
<scope>test</scope>
176-
<version>${openmrs.version.2.5.0}</version>
177+
<version>${openmrs.version.2.5.0}</version>
177178
</dependency>
178179

179180
<dependency>
180181
<groupId>org.openmrs.test</groupId>
181182
<artifactId>openmrs-test</artifactId>
182183
<type>pom</type>
183184
<scope>test</scope>
184-
<version>${openmrs.version.2.5.0}</version>
185+
<version>${openmrs.version.2.5.0}</version>
185186
</dependency>
186187

187188
<dependency>
@@ -190,14 +191,14 @@
190191
<version>${javaxVersion}</version>
191192
<scope>test</scope>
192193
</dependency>
193-
194+
194195
<dependency>
195-
<groupId>org.apache.tomcat</groupId>
196-
<artifactId>jasper</artifactId>
197-
<version>6.0.18</version>
198-
<scope>provided</scope>
199-
</dependency>
200-
196+
<groupId>org.apache.tomcat</groupId>
197+
<artifactId>jasper</artifactId>
198+
<version>6.0.18</version>
199+
<scope>provided</scope>
200+
</dependency>
201+
201202
</dependencies>
202203

203204
<build>

pom.xml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<groupId>org.openmrs.module</groupId>
@@ -132,7 +133,7 @@
132133
<groupId>commons-codec</groupId>
133134
<artifactId>commons-codec</artifactId>
134135
</dependency>
135-
136+
136137

137138
</dependencies>
138139

@@ -221,14 +222,14 @@
221222
<useReleaseProfile>false</useReleaseProfile>
222223
<autoVersionSubmodules>true</autoVersionSubmodules>
223224
<arguments>-Prelease</arguments>
224-
<tagNameFormat>@{project.version}</tagNameFormat>
225+
<tagNameFormat>@{project.version}</tagNameFormat>
225226
</configuration>
226227
</plugin>
227228

228229
<plugin>
229230
<groupId>com.googlecode.maven-java-formatter-plugin</groupId>
230231
<artifactId>maven-java-formatter-plugin</artifactId>
231-
<version>0.4</version>
232+
<version>0.4</version>
232233
<configuration>
233234
<compilerSource>${java.version}</compilerSource>
234235
<compilerCompliance>${java.version}</compilerCompliance>
@@ -388,12 +389,12 @@
388389
<artifactId>license-maven-plugin</artifactId>
389390
</plugin>
390391
<plugin>
391-
<groupId>org.apache.maven.plugins</groupId>
392-
<artifactId>maven-surefire-plugin</artifactId>
393-
<version>2.22.1</version>
394-
<configuration>
395-
<argLine>@{argLine} -Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
396-
</configuration>
392+
<groupId>org.apache.maven.plugins</groupId>
393+
<artifactId>maven-surefire-plugin</artifactId>
394+
<version>2.22.1</version>
395+
<configuration>
396+
<argLine>@{argLine} -Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
397+
</configuration>
397398
</plugin>
398399
</plugins>
399400
</build>
@@ -542,8 +543,8 @@
542543
<goal>jar</goal>
543544
</goals>
544545
<configuration>
545-
<failOnError>false</failOnError>
546-
</configuration>
546+
<failOnError>false</failOnError>
547+
</configuration>
547548
</execution>
548549
</executions>
549550
</plugin>
@@ -552,7 +553,7 @@
552553
</profile>
553554

554555
</profiles>
555-
<repositories>
556+
<repositories>
556557
<repository>
557558
<id>openmrs-repo</id>
558559
<name>OpenMRS Nexus Repository</name>

0 commit comments

Comments
 (0)