|
28 | 28 |
|
29 | 29 | <groupId>org.jboss.pnc.build.finder</groupId> |
30 | 30 | <artifactId>parent</artifactId> |
31 | | - <version>2.6.7-SNAPSHOT</version> |
| 31 | + <version>2.6.7</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.7</tag> |
62 | 62 | <url>https://github.com/project-ncl/build-finder</url> |
63 | 63 | </scm> |
64 | 64 |
|
|
444 | 444 | <dependency> |
445 | 445 | <groupId>org.jboss.pnc.build.finder</groupId> |
446 | 446 | <artifactId>cli</artifactId> |
447 | | - <version>2.6.7-SNAPSHOT</version> |
| 447 | + <version>2.6.7</version> |
448 | 448 | </dependency> |
449 | 449 | <dependency> |
450 | 450 | <groupId>org.jboss.pnc.build.finder</groupId> |
451 | 451 | <artifactId>core</artifactId> |
452 | | - <version>2.6.7-SNAPSHOT</version> |
| 452 | + <version>2.6.7</version> |
453 | 453 | </dependency> |
454 | 454 | <dependency> |
455 | 455 | <groupId>org.jboss.pnc.build.finder</groupId> |
456 | 456 | <artifactId>core</artifactId> |
457 | | - <version>2.6.7-SNAPSHOT</version> |
| 457 | + <version>2.6.7</version> |
458 | 458 | <type>test-jar</type> |
459 | 459 | </dependency> |
460 | 460 | <dependency> |
461 | 461 | <groupId>org.jboss.pnc.build.finder</groupId> |
462 | 462 | <artifactId>report</artifactId> |
463 | | - <version>2.6.7-SNAPSHOT</version> |
| 463 | + <version>2.6.7</version> |
464 | 464 | </dependency> |
465 | 465 | <!-- XXX: Required dependency for kotlin-stdlib-{jdk7,jdk8} (okhttp-4.10.0, 1.5.x and 1.6.x) --> |
466 | 466 | <dependency> |
|
0 commit comments