Skip to content

Commit d2d8ce5

Browse files
committed
0.2.99-mygrid internal release
1 parent f29a43e commit d2d8ce5

File tree

8 files changed

+10
-12
lines changed

8 files changed

+10
-12
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>jsonld-java-parent</artifactId>
55
<groupId>com.github.jsonld-java</groupId>
6-
<version>0.3-SNAPSHOT</version>
6+
<version>0.2.99-mygrid</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>jsonld-java</artifactId>

integration/clerezza/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>jsonld-java-integration</artifactId>
55
<groupId>com.github.jsonld-java</groupId>
6-
<version>0.3-SNAPSHOT</version>
6+
<version>0.2.99-mygrid</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>jsonld-java-clerezza</artifactId>

integration/jena/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
32

43
<parent>
54
<artifactId>jsonld-java-integration</artifactId>
65
<groupId>com.github.jsonld-java</groupId>
7-
<version>0.3-SNAPSHOT</version>
6+
<version>0.2.99-mygrid</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109
<artifactId>jsonld-java-jena</artifactId>

integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>jsonld-java-parent</artifactId>
55
<groupId>com.github.jsonld-java</groupId>
6-
<version>0.3-SNAPSHOT</version>
6+
<version>0.2.99-mygrid</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>jsonld-java-integration</artifactId>

integration/rdf2go/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
32

43
<parent>
54
<artifactId>jsonld-java-integration</artifactId>
65
<groupId>com.github.jsonld-java</groupId>
7-
<version>0.3-SNAPSHOT</version>
6+
<version>0.2.99-mygrid</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109
<artifactId>jsonld-java-rdf2go</artifactId>

integration/sesame/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>jsonld-java-integration</artifactId>
55
<groupId>com.github.jsonld-java</groupId>
6-
<version>0.3-SNAPSHOT</version>
6+
<version>0.2.99-mygrid</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>jsonld-java-sesame</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>com.github.jsonld-java</groupId>
1010
<artifactId>jsonld-java-parent</artifactId>
11-
<version>0.3-SNAPSHOT</version>
11+
<version>0.2.99-mygrid</version>
1212
<name>JSONLD Java :: Parent</name>
1313
<description>Json-LD Java Parent POM</description>
1414
<packaging>pom</packaging>

tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>jsonld-java-parent</artifactId>
55
<groupId>com.github.jsonld-java</groupId>
6-
<version>0.3-SNAPSHOT</version>
6+
<version>0.2.99-mygrid</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>jsonld-java-tools</artifactId>

0 commit comments

Comments
 (0)