Skip to content

Commit

Permalink
Updated parent POM
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed May 31, 2021
1 parent 304b2f2 commit 41f6708
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@
<parent>
<groupId>tech.uom</groupId>
<artifactId>uom-parent</artifactId>
<version>2.1.2</version>
<version>2.1.3-SNAPSHOT</version>
</parent>
<version>2.1.3-SNAPSHOT</version>

<scm>
<url>https://github.com/unitsofmeasurement/indriya.git</url>
</scm>
Expand Down Expand Up @@ -51,7 +49,6 @@
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
<additionalparam>-Xdoclint:none</additionalparam>
<maven.surefire.version>3.0.0-M5</maven.surefire.version>
<spec.vendor>Jean-Marie Dautelle, Werner Keil, Otavio Santana</spec.vendor>
<thisYear>2021</thisYear>

Expand All @@ -61,6 +58,7 @@
<osgi.annotation.version>6.0.0</osgi.annotation.version>

<!-- Test settings -->
<maven.surefire-report.version>2.22.2</maven.surefire-report.version>
<excludedTests>**/Local*Test.java</excludedTests>
</properties>

Expand Down

0 comments on commit 41f6708

Please sign in to comment.