|
28 | 28 |
|
29 | 29 | <groupId>org.jboss.pnc.build.finder</groupId> |
30 | 30 | <artifactId>parent</artifactId> |
31 | | - <version>2.6.2-SNAPSHOT</version> |
| 31 | + <version>2.6.2</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.2</tag> |
62 | 62 | <url>https://github.com/project-ncl/build-finder</url> |
63 | 63 | </scm> |
64 | 64 |
|
|
424 | 424 | <dependency> |
425 | 425 | <groupId>org.jboss.pnc.build.finder</groupId> |
426 | 426 | <artifactId>cli</artifactId> |
427 | | - <version>2.6.2-SNAPSHOT</version> |
| 427 | + <version>2.6.2</version> |
428 | 428 | </dependency> |
429 | 429 | <dependency> |
430 | 430 | <groupId>org.jboss.pnc.build.finder</groupId> |
431 | 431 | <artifactId>core</artifactId> |
432 | | - <version>2.6.2-SNAPSHOT</version> |
| 432 | + <version>2.6.2</version> |
433 | 433 | </dependency> |
434 | 434 | <dependency> |
435 | 435 | <groupId>org.jboss.pnc.build.finder</groupId> |
436 | 436 | <artifactId>core</artifactId> |
437 | | - <version>2.6.2-SNAPSHOT</version> |
| 437 | + <version>2.6.2</version> |
438 | 438 | <type>test-jar</type> |
439 | 439 | </dependency> |
440 | 440 | <dependency> |
441 | 441 | <groupId>org.jboss.pnc.build.finder</groupId> |
442 | 442 | <artifactId>report</artifactId> |
443 | | - <version>2.6.2-SNAPSHOT</version> |
| 443 | + <version>2.6.2</version> |
444 | 444 | </dependency> |
445 | 445 | <!-- XXX: Required dependency for kotlin-stdlib-{jdk7,jdk8} (okhttp-4.10.0, 1.5.x and 1.6.x) --> |
446 | 446 | <dependency> |
|
0 commit comments