Skip to content

Commit 208a424

Browse files
committed
35: Should we keep the "virtual" tec domain?
Task-Url: https://github.com/unitsofmeasurement/indriya/issues/issues/35
1 parent 31db561 commit 208a424

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>tec.units</groupId>
4+
<groupId>tech.units</groupId>
55
<artifactId>unit-tck</artifactId>
66
<packaging>bundle</packaging>
77
<name>Units of Measurement TCK</name>
@@ -11,11 +11,11 @@
1111
<url>http://unitsofmeasurement.github.io</url>
1212
</organization>
1313
<description>Units of Measurement (JSR 363) TCK.</description>
14-
<version>1.0.2-SNAPSHOT</version>
14+
<version>1.1</version>
1515
<parent>
16-
<groupId>tec.uom</groupId>
16+
<groupId>tech.uom</groupId>
1717
<artifactId>uom-parent</artifactId>
18-
<version>1.0.4</version>
18+
<version>1.2</version>
1919
</parent>
2020
<licenses>
2121
<license>

0 commit comments

Comments
 (0)