Skip to content

Commit

Permalink
Updated parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Dec 4, 2022
1 parent facbff7 commit d0194e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
<!-- 1) Your implementation artifact to be tested. -->
<impl.groupId>tech.units</impl.groupId>
<impl.artifactId>indriya</impl.artifactId>
<impl.version>2.1.2</impl.version>
<impl.version>2.1.3</impl.version>
<impl.packageType>jar</impl.packageType>

<!-- 2) JSR API version to be used. -->
<api.version>2.1.2</api.version>
<api.version>2.1.3</api.version>
<api.artifactId>unit-api</api.artifactId>

<!-- ************ Other settings, Should normally not be changed. ************ -->
<tck.version>2.1.1-SNAPSHOT</tck.version>
<tck.version>2.1.1</tck.version>
<jdkVersion>1.8</jdkVersion>
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
Expand Down

0 comments on commit d0194e2

Please sign in to comment.