Skip to content

Commit 31db561

Browse files
committed
Bumped version
1 parent f3fbff6 commit 31db561

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<url>http://unitsofmeasurement.github.io</url>
1212
</organization>
1313
<description>Units of Measurement (JSR 363) TCK.</description>
14-
<version>1.0.1</version>
14+
<version>1.0.2-SNAPSHOT</version>
1515
<parent>
1616
<groupId>tec.uom</groupId>
1717
<artifactId>uom-parent</artifactId>

src/main/java/tec/units/tck/TCKRunner.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
* Main class for executing the JSR 363 TCK.
8383
*
8484
* @author <a href="mailto:units@catmedia.us">Werner Keil</a>
85-
* @version 1.0.1, April 20, 2017
85+
* @version 1.0.2, September 20, 2017
8686
* @since 1.0
8787
*/
8888
public class TCKRunner extends XmlSuite implements Tool, Versioned<String> {
@@ -91,7 +91,7 @@ public class TCKRunner extends XmlSuite implements Tool, Versioned<String> {
9191
*
9292
*/
9393
private static final long serialVersionUID = 3189431432291353154L;
94-
private static final String TCK_VERSION = "1.0.1";
94+
private static final String TCK_VERSION = "1.0.2-SNAPSHOT";
9595
public static final String SPEC_ID = "JSR 363";
9696
public static final String SPEC_VERSION = "1.0.0";
9797
private final Profile profile;

0 commit comments

Comments
 (0)