Skip to content

Commit 2ca1ed5

Browse files
author
Werner Keil
committed
1 parent dbaec05 commit 2ca1ed5

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>tec.uom</groupId>
2222
<artifactId>uom-parent</artifactId>
23-
<version>0.8-SNAPSHOT</version>
23+
<version>0.8</version>
2424
</parent>
2525
<scm>
2626
<url>https://github.com/unitsofmeasurement/uom-impl-enum.git</url>
@@ -30,7 +30,7 @@
3030
<!-- Build Settings -->
3131
<!-- ======================================================= -->
3232
<properties>
33-
<jsr.version>0.8-SNAPSHOT</jsr.version>
33+
<jsr.version>0.8</jsr.version>
3434
<sourceEncoding>UTF-8</sourceEncoding> <!-- in Maven 3. -->
3535
<project.build.sourceEncoding>${sourceEncoding}</project.build.sourceEncoding>
3636
<project.reporting.outputEncoding>${sourceEncoding}</project.reporting.outputEncoding>
@@ -64,12 +64,6 @@
6464
<version>1.1</version>
6565
<scope>test</scope>
6666
</dependency>
67-
<dependency>
68-
<groupId>junit</groupId>
69-
<artifactId>junit</artifactId>
70-
<version>4.10</version>
71-
<scope>test</scope>
72-
</dependency>
7367
<dependency>
7468
<groupId>javax.measure</groupId>
7569
<artifactId>unit-api</artifactId>

0 commit comments

Comments
 (0)