|
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <artifactId>smallrye-open-api-parent</artifactId> |
13 | | - <version>3.6.1-SNAPSHOT</version> |
| 13 | + <version>3.6.1-VB-SNAPSHOT</version> |
14 | 14 |
|
15 | 15 | <packaging>pom</packaging> |
16 | 16 | <name>SmallRye: OpenAPI Parent</name> |
|
50 | 50 |
|
51 | 51 | <issueManagement> |
52 | 52 | <system>GitHub</system> |
53 | | - <url>https://github.com/smallrye/smallrye-open-api/issues</url> |
| 53 | + <url>https://github.com/vbazhmin/smallrye-open-api/issues</url> |
54 | 54 | </issueManagement> |
55 | 55 |
|
56 | 56 | <scm> |
57 | | - <connection>scm:git:git@github.com:smallrye/smallrye-open-api.git</connection> |
58 | | - <developerConnection>scm:git:git@github.com:smallrye/smallrye-open-api.git</developerConnection> |
59 | | - <url>https://github.com/smallrye/smallrye-open-api/</url> |
| 57 | + <connection>scm:git:git@github.com:vbazhmin/smallrye-open-api.git</connection> |
| 58 | + <developerConnection>scm:git:git@github.com:vbazhmin/smallrye-open-api.git</developerConnection> |
| 59 | + <url>https://github.com/vbazhmin/smallrye-open-api/</url> |
60 | 60 | <tag>HEAD</tag> |
61 | 61 | </scm> |
62 | 62 |
|
|
71 | 71 | <module>tools</module> |
72 | 72 | </modules> |
73 | 73 |
|
| 74 | + <distributionManagement> |
| 75 | + <snapshotRepository> |
| 76 | + <id>hh-snapshots</id> |
| 77 | + <url>https://m2.hh.ru/content/repositories/snapshots/</url> |
| 78 | + </snapshotRepository> |
| 79 | + </distributionManagement> |
| 80 | + |
74 | 81 | <repositories> |
75 | 82 | <repository> |
76 | | - <id>ossrh</id> |
77 | | - <name>Sonatype OSSRH Snapshots</name> |
78 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
| 83 | + <id>hh-snapshots</id> |
| 84 | + <name>hh public snapshots repository</name> |
| 85 | + <url>https://m2.hh.ru/content/repositories/snapshots</url> |
79 | 86 | <releases> |
80 | | - <enabled>false</enabled> |
| 87 | + <enabled>false</enabled> |
| 88 | + <checksumPolicy>fail</checksumPolicy> |
81 | 89 | </releases> |
82 | 90 | <snapshots> |
83 | | - <enabled>true</enabled> |
84 | | - </snapshots> |
| 91 | + <enabled>true</enabled> |
| 92 | + </snapshots> |
85 | 93 | </repository> |
86 | 94 | </repositories> |
87 | 95 |
|
|
344 | 352 | <pluginManagement> |
345 | 353 | <plugins> |
346 | 354 | <plugin> |
| 355 | + <groupId>org.sonatype.plugins</groupId> |
| 356 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 357 | + <extensions>true</extensions> |
| 358 | + <configuration> |
| 359 | + <nexusUrl>https://m2.hh.ru/</nexusUrl> |
| 360 | + <serverId>hh</serverId> |
| 361 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 362 | + </configuration> |
| 363 | + </plugin> |
| 364 | + <!--<plugin> |
347 | 365 | <groupId>org.asciidoctor</groupId> |
348 | 366 | <artifactId>asciidoctor-maven-plugin</artifactId> |
349 | 367 | <configuration> |
|
360 | 378 | <organization>${project.organization.name}</organization> |
361 | 379 | </attributes> |
362 | 380 | </configuration> |
363 | | - </plugin> |
| 381 | + </plugin>--> |
364 | 382 | <plugin> |
365 | 383 | <groupId>org.codehaus.mojo</groupId> |
366 | 384 | <artifactId>build-helper-maven-plugin</artifactId> |
|
0 commit comments