Skip to content

Commit

Permalink
24: Replace Bintray/JCenter
Browse files Browse the repository at this point in the history
Moving groupId under "demo" and fixing dependencies
Task-Url: unitsofmeasurement/uom-parent#24
  • Loading branch information
keilw committed May 1, 2021
1 parent 8340329 commit ba4b014
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>unit-tck-usage</artifactId>
<packaging>jar</packaging>
<groupId>tech.units</groupId>
<groupId>tech.uom.demo.tck</groupId>
<name>JSR 385 - TCK Usage Demo</name>
<description>JSR 385 provides an API for representing, transporting, and performing comprehensive calculations with
Units of Measurement.
Expand All @@ -32,22 +32,22 @@
<!-- 1) Your implementation artifact to be tested. -->
<impl.groupId>tech.units</impl.groupId>
<impl.artifactId>indriya</impl.artifactId>
<impl.version>2.1.1</impl.version>
<impl.version>2.1.2</impl.version>
<impl.packageType>jar</impl.packageType>

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

<!-- ************ Other settings, Should normally not be changed. ************ -->
<tck.version>2.1</tck.version>
<tck.version>2.1.1-SNAPSHOT</tck.version>
<jdkVersion>1.8</jdkVersion>
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<testng.version>6.14.3</testng.version>
<reflections.version>0.9.11</reflections.version>
<testng.version>7.0.0</testng.version>
<reflections.version>0.9.12</reflections.version>
</properties>

<ciManagement>
Expand Down Expand Up @@ -173,4 +173,5 @@
</plugins>
</build>

<version>2.1-SNAPSHOT</version>
</project>

0 comments on commit ba4b014

Please sign in to comment.