We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5419198 commit b157ba8Copy full SHA for b157ba8
pom.xml
@@ -43,7 +43,7 @@
43
</modules>
44
45
<properties>
46
- <openMRSVersion>1.9.9</openMRSVersion>
+ <openMRSVersion>2.7.0</openMRSVersion>
47
<reportingCompatibilityVersion>2.0.6</reportingCompatibilityVersion>
48
<openMRSMinorVersion>1.9</openMRSMinorVersion>
49
<htmlwidgetsVersion>1.7.2</htmlwidgetsVersion>
@@ -485,7 +485,7 @@
485
<plugin>
486
<groupId>org.apache.maven.plugins</groupId>
487
<artifactId>maven-surefire-plugin</artifactId>
488
- <version>2.5</version>
+ <version>3.5.3</version>
489
<configuration>
490
<!-- Some tests are locale specific -->
491
<argLine>-Xmx1024m -Xms1024m -XX:MaxPermSize=512m -Duser.language=en -Duser.region=US -Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
0 commit comments