We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222d00b commit 0050e55Copy full SHA for 0050e55
pom.xml
@@ -4,11 +4,11 @@
4
<parent>
5
<artifactId>jsonld-java-parent</artifactId>
6
<groupId>com.github.jsonld-java</groupId>
7
- <version>0.12.1</version>
+ <version>0.12.2</version>
8
</parent>
9
<modelVersion>4.0.0</modelVersion>
10
<artifactId>jsonld-java-tools</artifactId>
11
- <version>0.12.2-SNAPSHOT</version>
12
<name>JSONLD Java :: Tools</name>
13
<description>JSON-LD Java tools</description>
14
<packaging>jar</packaging>
@@ -21,7 +21,7 @@
21
<dependency>
22
<groupId>${project.groupId}</groupId>
23
<artifactId>jsonld-java</artifactId>
24
25
</dependency>
26
27
<groupId>junit</groupId>
0 commit comments