|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>fr.sparna.rdf.shacl</groupId> |
5 | 5 | <artifactId>shacl-play</artifactId> |
6 | | - <version>0.11.1</version> |
| 6 | + <version>0.11.2</version> |
7 | 7 | <packaging>war</packaging> |
8 | 8 | <name>SHACL Play</name> |
9 | 9 |
|
10 | 10 | <parent> |
11 | 11 | <groupId>fr.sparna.rdf.shacl</groupId> |
12 | 12 | <artifactId>shacl-play-root-pom</artifactId> |
13 | | - <version>0.11.1</version> |
| 13 | + <version>0.11.2</version> |
14 | 14 | <relativePath>../pom.xml</relativePath> |
15 | 15 | </parent> |
16 | 16 |
|
|
129 | 129 | <dependency> |
130 | 130 | <groupId>fr.sparna.rdf.shacl</groupId> |
131 | 131 | <artifactId>shacl-validator</artifactId> |
132 | | - <version>0.11.1</version> |
| 132 | + <version>0.11.2</version> |
133 | 133 | </dependency> |
134 | 134 |
|
135 | 135 | <dependency> |
136 | 136 | <groupId>fr.sparna.rdf.shacl</groupId> |
137 | 137 | <artifactId>shacl-printer</artifactId> |
138 | | - <version>0.11.1</version> |
| 138 | + <version>0.11.2</version> |
139 | 139 | </dependency> |
140 | 140 |
|
141 | 141 | <dependency> |
142 | 142 | <groupId>fr.sparna.rdf.shacl</groupId> |
143 | 143 | <artifactId>shacl-diagram</artifactId> |
144 | | - <version>0.11.1</version> |
| 144 | + <version>0.11.2</version> |
145 | 145 | </dependency> |
146 | 146 |
|
147 | 147 | <dependency> |
148 | 148 | <groupId>fr.sparna.rdf.shacl</groupId> |
149 | 149 | <artifactId>shacl-doc</artifactId> |
150 | | - <version>0.11.1</version> |
| 150 | + <version>0.11.2</version> |
151 | 151 | </dependency> |
152 | 152 |
|
153 | 153 | <dependency> |
154 | 154 | <groupId>fr.sparna.rdf.shacl</groupId> |
155 | 155 | <artifactId>shacl-jsonschema</artifactId> |
156 | | - <version>0.11.1</version> |
| 156 | + <version>0.11.2</version> |
157 | 157 | </dependency> |
158 | 158 |
|
159 | 159 | <dependency> |
160 | 160 | <groupId>fr.sparna.rdf.shacl</groupId> |
161 | 161 | <artifactId>shacl-sparql-query-gen</artifactId> |
162 | | - <version>0.11.1</version> |
| 162 | + <version>0.11.2</version> |
163 | 163 | </dependency> |
164 | 164 |
|
165 | 165 | <dependency> |
166 | 166 | <groupId>fr.sparna.rdf.shacl</groupId> |
167 | 167 | <artifactId>shacl-generate</artifactId> |
168 | | - <version>0.11.1</version> |
| 168 | + <version>0.11.2</version> |
169 | 169 | </dependency> |
170 | 170 |
|
171 | 171 | <!-- Jackson --> |
|
0 commit comments