Skip to content

Commit 4a237ca

Browse files
committed
0.11.2
1 parent 6b94b1c commit 4a237ca

File tree

11 files changed

+32
-32
lines changed

11 files changed

+32
-32
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>fr.sparna.rdf.shacl</groupId>
66
<artifactId>shacl-play-root-pom</artifactId>
7-
<version>0.11.1</version>
7+
<version>0.11.2</version>
88
<packaging>pom</packaging>
99

1010
<!-- https://maven.apache.org/pom.html#distribution-management-->

shacl-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>fr.sparna.rdf.shacl</groupId>
1212
<artifactId>shacl-play-root-pom</artifactId>
13-
<version>0.11.1</version>
13+
<version>0.11.2</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

shacl-diagram/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>fr.sparna.rdf.shacl</groupId>
1010
<artifactId>shacl-play-root-pom</artifactId>
11-
<version>0.11.1</version>
11+
<version>0.11.2</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>fr.sparna.rdf.shacl</groupId>
6868
<artifactId>shacl-commons</artifactId>
69-
<version>0.11.1</version>
69+
<version>0.11.2</version>
7070
</dependency>
7171

7272
</dependencies>

shacl-doc/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>fr.sparna.rdf.shacl</groupId>
1212
<artifactId>shacl-play-root-pom</artifactId>
13-
<version>0.11.1</version>
13+
<version>0.11.2</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

@@ -108,14 +108,14 @@
108108
<dependency>
109109
<groupId>fr.sparna.rdf.shacl</groupId>
110110
<artifactId>shacl-diagram</artifactId>
111-
<version>0.11.1</version>
111+
<version>0.11.2</version>
112112
</dependency>
113113

114114
<!-- SHACL generation -->
115115
<dependency>
116116
<groupId>fr.sparna.rdf.shacl</groupId>
117117
<artifactId>shacl-generate</artifactId>
118-
<version>0.11.1</version>
118+
<version>0.11.2</version>
119119
</dependency>
120120

121121
<!-- PDF -->

shacl-generate/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>fr.sparna.rdf.shacl</groupId>
1212
<artifactId>shacl-play-root-pom</artifactId>
13-
<version>0.11.1</version>
13+
<version>0.11.2</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>fr.sparna.rdf.shacl</groupId>
7777
<artifactId>shacl-commons</artifactId>
78-
<version>0.11.1</version>
78+
<version>0.11.2</version>
7979
</dependency>
8080

8181
</dependencies>

shacl-jsonschema/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>fr.sparna.rdf.shacl</groupId>
1212
<artifactId>shacl-play-root-pom</artifactId>
13-
<version>0.11.1</version>
13+
<version>0.11.2</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>fr.sparna.rdf.shacl</groupId>
5757
<artifactId>shacl-commons</artifactId>
58-
<version>0.11.1</version>
58+
<version>0.11.2</version>
5959
</dependency>
6060

6161

shacl-play-app/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>fr.sparna.rdf.shacl</groupId>
1010
<artifactId>shacl-play-root-pom</artifactId>
11-
<version>0.11.1</version>
11+
<version>0.11.2</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -102,43 +102,43 @@
102102
<dependency>
103103
<groupId>fr.sparna.rdf.shacl</groupId>
104104
<artifactId>shacl-validator</artifactId>
105-
<version>0.11.1</version>
105+
<version>0.11.2</version>
106106
</dependency>
107107

108108
<dependency>
109109
<groupId>fr.sparna.rdf.shacl</groupId>
110110
<artifactId>shacl-printer</artifactId>
111-
<version>0.11.1</version>
111+
<version>0.11.2</version>
112112
</dependency>
113113

114114
<dependency>
115115
<groupId>fr.sparna.rdf.shacl</groupId>
116116
<artifactId>shacl-diagram</artifactId>
117-
<version>0.11.1</version>
117+
<version>0.11.2</version>
118118
</dependency>
119119

120120
<dependency>
121121
<groupId>fr.sparna.rdf.shacl</groupId>
122122
<artifactId>shacl-sparql-query-gen</artifactId>
123-
<version>0.11.1</version>
123+
<version>0.11.2</version>
124124
</dependency>
125125

126126
<dependency>
127127
<groupId>fr.sparna.rdf.shacl</groupId>
128128
<artifactId>shacl-doc</artifactId>
129-
<version>0.11.1</version>
129+
<version>0.11.2</version>
130130
</dependency>
131131

132132
<dependency>
133133
<groupId>fr.sparna.rdf.shacl</groupId>
134134
<artifactId>shacl-jsonschema</artifactId>
135-
<version>0.11.1</version>
135+
<version>0.11.2</version>
136136
</dependency>
137137

138138
<dependency>
139139
<groupId>fr.sparna.rdf.shacl</groupId>
140140
<artifactId>shacl-generate</artifactId>
141-
<version>0.11.1</version>
141+
<version>0.11.2</version>
142142
</dependency>
143143

144144
<dependency>

shacl-play/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>fr.sparna.rdf.shacl</groupId>
55
<artifactId>shacl-play</artifactId>
6-
<version>0.11.1</version>
6+
<version>0.11.2</version>
77
<packaging>war</packaging>
88
<name>SHACL Play</name>
99

1010
<parent>
1111
<groupId>fr.sparna.rdf.shacl</groupId>
1212
<artifactId>shacl-play-root-pom</artifactId>
13-
<version>0.11.1</version>
13+
<version>0.11.2</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

@@ -129,43 +129,43 @@
129129
<dependency>
130130
<groupId>fr.sparna.rdf.shacl</groupId>
131131
<artifactId>shacl-validator</artifactId>
132-
<version>0.11.1</version>
132+
<version>0.11.2</version>
133133
</dependency>
134134

135135
<dependency>
136136
<groupId>fr.sparna.rdf.shacl</groupId>
137137
<artifactId>shacl-printer</artifactId>
138-
<version>0.11.1</version>
138+
<version>0.11.2</version>
139139
</dependency>
140140

141141
<dependency>
142142
<groupId>fr.sparna.rdf.shacl</groupId>
143143
<artifactId>shacl-diagram</artifactId>
144-
<version>0.11.1</version>
144+
<version>0.11.2</version>
145145
</dependency>
146146

147147
<dependency>
148148
<groupId>fr.sparna.rdf.shacl</groupId>
149149
<artifactId>shacl-doc</artifactId>
150-
<version>0.11.1</version>
150+
<version>0.11.2</version>
151151
</dependency>
152152

153153
<dependency>
154154
<groupId>fr.sparna.rdf.shacl</groupId>
155155
<artifactId>shacl-jsonschema</artifactId>
156-
<version>0.11.1</version>
156+
<version>0.11.2</version>
157157
</dependency>
158158

159159
<dependency>
160160
<groupId>fr.sparna.rdf.shacl</groupId>
161161
<artifactId>shacl-sparql-query-gen</artifactId>
162-
<version>0.11.1</version>
162+
<version>0.11.2</version>
163163
</dependency>
164164

165165
<dependency>
166166
<groupId>fr.sparna.rdf.shacl</groupId>
167167
<artifactId>shacl-generate</artifactId>
168-
<version>0.11.1</version>
168+
<version>0.11.2</version>
169169
</dependency>
170170

171171
<!-- Jackson -->

shacl-printer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>fr.sparna.rdf.shacl</groupId>
1010
<artifactId>shacl-play-root-pom</artifactId>
11-
<version>0.11.1</version>
11+
<version>0.11.2</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>fr.sparna.rdf.shacl</groupId>
6969
<artifactId>shacl-commons</artifactId>
70-
<version>0.11.1</version>
70+
<version>0.11.2</version>
7171
</dependency>
7272

7373

shacl-sparql-query-gen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>fr.sparna.rdf.shacl</groupId>
1010
<artifactId>shacl-play-root-pom</artifactId>
11-
<version>0.11.1</version>
11+
<version>0.11.2</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)