Skip to content

Commit 0050e55

Browse files
committed
Release 0.12.2
Signed-off-by: Peter Ansell <p_ansell@yahoo.com>
1 parent 222d00b commit 0050e55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<artifactId>jsonld-java-parent</artifactId>
66
<groupId>com.github.jsonld-java</groupId>
7-
<version>0.12.1</version>
7+
<version>0.12.2</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>jsonld-java-tools</artifactId>
11-
<version>0.12.2-SNAPSHOT</version>
11+
<version>0.12.2</version>
1212
<name>JSONLD Java :: Tools</name>
1313
<description>JSON-LD Java tools</description>
1414
<packaging>jar</packaging>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>${project.groupId}</groupId>
2323
<artifactId>jsonld-java</artifactId>
24-
<version>0.12.2-SNAPSHOT</version>
24+
<version>0.12.2</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>junit</groupId>

0 commit comments

Comments
 (0)