|
1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
2 | 2 | <modelVersion>4.0.0</modelVersion> |
3 | 3 | <groupId>org.kohsuke</groupId> |
4 | | - <artifactId>github-api</artifactId> |
| 4 | + <artifactId>cortexapps-github-api</artifactId> |
5 | 5 | <version>1.312-SNAPSHOT</version> |
6 | 6 | <name>GitHub API for Java</name> |
7 | 7 | <url>https://github-api.kohsuke.org/</url> |
|
393 | 393 | </dependency> |
394 | 394 | </dependencies> |
395 | 395 | </plugin> |
396 | | - <plugin> |
397 | | - <groupId>com.github.siom79.japicmp</groupId> |
398 | | - <artifactId>japicmp-maven-plugin</artifactId> |
399 | | - <version>0.16.0</version> |
400 | | - <configuration> |
401 | | - <parameter> |
402 | | - <breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications> |
403 | | - <onlyModified>true</onlyModified> |
404 | | - <includeSynthetic>true</includeSynthetic> |
405 | | - <excludes> |
406 | | - <!-- Classes in internal are public but are considered private for API stability purposes --> |
407 | | - <exclude>org.kohsuke.github.internal</exclude> |
408 | | - <!-- TODO: started failing in CI recently. This is part of the multi-release structure. --> |
409 | | - <exclude>org.kohsuke.github.extras.HttpClientGitHubConnector#HttpClientGitHubConnector(java.net.http.HttpClient)</exclude> |
410 | | - </excludes> |
411 | | - </parameter> |
412 | | - </configuration> |
413 | | - <executions> |
414 | | - <execution> |
415 | | - <phase>verify</phase> |
416 | | - <goals> |
417 | | - <goal>cmp</goal> |
418 | | - </goals> |
419 | | - </execution> |
420 | | - </executions> |
421 | | - </plugin> |
| 396 | +<!-- <plugin>--> |
| 397 | +<!-- <groupId>com.github.siom79.japicmp</groupId>--> |
| 398 | +<!-- <artifactId>japicmp-maven-plugin</artifactId>--> |
| 399 | +<!-- <version>0.16.0</version>--> |
| 400 | +<!-- <configuration>--> |
| 401 | +<!-- <parameter>--> |
| 402 | +<!-- <breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>--> |
| 403 | +<!-- <onlyModified>true</onlyModified>--> |
| 404 | +<!-- <includeSynthetic>true</includeSynthetic>--> |
| 405 | +<!-- <excludes>--> |
| 406 | +<!-- <!– Classes in internal are public but are considered private for API stability purposes –>--> |
| 407 | +<!-- <exclude>org.kohsuke.github.internal</exclude>--> |
| 408 | +<!-- <!– TODO: started failing in CI recently. This is part of the multi-release structure. –>--> |
| 409 | +<!-- <exclude>org.kohsuke.github.extras.HttpClientGitHubConnector#HttpClientGitHubConnector(java.net.http.HttpClient)</exclude>--> |
| 410 | +<!-- </excludes>--> |
| 411 | +<!-- </parameter>--> |
| 412 | +<!-- </configuration>--> |
| 413 | +<!-- <executions>--> |
| 414 | +<!-- <execution>--> |
| 415 | +<!-- <phase>verify</phase>--> |
| 416 | +<!-- <goals>--> |
| 417 | +<!-- <goal>cmp</goal>--> |
| 418 | +<!-- </goals>--> |
| 419 | +<!-- </execution>--> |
| 420 | +<!-- </executions>--> |
| 421 | +<!-- </plugin>--> |
422 | 422 | </plugins> |
423 | 423 | </build> |
424 | 424 |
|
|
0 commit comments