|
28 | 28 |
|
29 | 29 | <groupId>org.jboss.pnc.build.finder</groupId> |
30 | 30 | <artifactId>parent</artifactId> |
31 | | - <version>2.6.0-SNAPSHOT</version> |
| 31 | + <version>2.6.0</version> |
32 | 32 | <packaging>pom</packaging> |
33 | 33 |
|
34 | 34 | <name>Build Finder Parent</name> |
|
58 | 58 | <scm> |
59 | 59 | <connection>scm:git:https://github.com/project-ncl/build-finder.git</connection> |
60 | 60 | < developerConnection>scm:git: [email protected]:project-ncl/build-finder.git</ developerConnection> |
61 | | - <tag>HEAD</tag> |
| 61 | + <tag>2.6.0</tag> |
62 | 62 | <url>https://github.com/project-ncl/build-finder</url> |
63 | 63 | </scm> |
64 | 64 |
|
|
402 | 402 | <dependency> |
403 | 403 | <groupId>org.jboss.pnc.build.finder</groupId> |
404 | 404 | <artifactId>cli</artifactId> |
405 | | - <version>2.6.0-SNAPSHOT</version> |
| 405 | + <version>2.6.0</version> |
406 | 406 | </dependency> |
407 | 407 | <dependency> |
408 | 408 | <groupId>org.jboss.pnc.build.finder</groupId> |
409 | 409 | <artifactId>core</artifactId> |
410 | | - <version>2.6.0-SNAPSHOT</version> |
| 410 | + <version>2.6.0</version> |
411 | 411 | </dependency> |
412 | 412 | <dependency> |
413 | 413 | <groupId>org.jboss.pnc.build.finder</groupId> |
414 | 414 | <artifactId>core</artifactId> |
415 | | - <version>2.6.0-SNAPSHOT</version> |
| 415 | + <version>2.6.0</version> |
416 | 416 | <type>test-jar</type> |
417 | 417 | </dependency> |
418 | 418 | <dependency> |
419 | 419 | <groupId>org.jboss.pnc.build.finder</groupId> |
420 | 420 | <artifactId>report</artifactId> |
421 | | - <version>2.6.0-SNAPSHOT</version> |
| 421 | + <version>2.6.0</version> |
422 | 422 | </dependency> |
423 | 423 | <!-- XXX: Required dependency for kotlin-stdlib-{jdk7,jdk8} (okhttp-4.10.0, 1.5.x and 1.6.x) --> |
424 | 424 | <dependency> |
|
0 commit comments