|
5 | 5 | <groupId>org.kframework.k</groupId> |
6 | 6 | <artifactId>parent</artifactId> |
7 | 7 | <packaging>pom</packaging> |
8 | | - <version>3.5-SNAPSHOT</version> |
| 8 | + <version>3.5</version> |
9 | 9 | <name>K Framework Tool Parent</name> |
10 | 10 |
|
11 | 11 | <modules> |
|
19 | 19 |
|
20 | 20 | <scm> |
21 | 21 | <connection>scm:git:https://github.com/kframework/k.git</connection> |
| 22 | + <tag>v3.5</tag> |
22 | 23 | </scm> |
23 | 24 |
|
24 | 25 | <repositories> |
|
246 | 247 | <native.classifier>linux64</native.classifier> |
247 | 248 | <native.os.classifier>linux</native.os.classifier> |
248 | 249 | <native.exe.type>uexe</native.exe.type> |
249 | | - <native.exe.extension></native.exe.extension> |
250 | | - <native.script.extension></native.script.extension> |
| 250 | + <native.exe.extension /> |
| 251 | + <native.script.extension /> |
251 | 252 | </properties> |
252 | 253 | </profile> |
253 | 254 | <profile> |
|
264 | 265 | <native.classifier>linux32</native.classifier> |
265 | 266 | <native.os.classifier>linux</native.os.classifier> |
266 | 267 | <native.exe.type>uexe</native.exe.type> |
267 | | - <native.exe.extension></native.exe.extension> |
268 | | - <native.script.extension></native.script.extension> |
| 268 | + <native.exe.extension /> |
| 269 | + <native.script.extension /> |
269 | 270 | </properties> |
270 | 271 | </profile> |
271 | 272 | <profile> |
|
280 | 281 | <native.classifier>osx</native.classifier> |
281 | 282 | <native.os.classifier>osx</native.os.classifier> |
282 | 283 | <native.exe.type>uexe</native.exe.type> |
283 | | - <native.exe.extension></native.exe.extension> |
284 | | - <native.script.extension></native.script.extension> |
| 284 | + <native.exe.extension /> |
| 285 | + <native.script.extension /> |
285 | 286 | </properties> |
286 | 287 | </profile> |
287 | 288 | <profile> |
|
0 commit comments