|
68 | 68 | <xerces.version>2.12.2</xerces.version> |
69 | 69 | <jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version> |
70 | 70 | <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version> |
| 71 | + <flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version> |
71 | 72 |
|
72 | 73 | <contract.kotlin.version>1.8.22</contract.kotlin.version> |
73 | 74 | <commons-beanutils.version>1.9.4</commons-beanutils.version> |
|
506 | 507 | <url>https://spring.io/</url> |
507 | 508 | </organization> |
508 | 509 |
|
| 510 | + <licenses> |
| 511 | + <license> |
| 512 | + <name>Apache License, Version 2.0</name> |
| 513 | + <url>https://www.apache.org/licenses/LICENSE-2.0</url> |
| 514 | + </license> |
| 515 | + </licenses> |
| 516 | + |
| 517 | + <scm> |
| 518 | + <connection>scm:git:https://github.com/spring-cloud/spring-cloud-contract.git |
| 519 | + </connection> |
| 520 | + <developerConnection> |
| 521 | + scm:git: [email protected]:spring-cloud/spring-cloud-contract.git |
| 522 | + </developerConnection> |
| 523 | + <url>https://github.com/spring-cloud/spring-cloud-contract</url> |
| 524 | + <tag>HEAD</tag> |
| 525 | + </scm> |
| 526 | + |
509 | 527 | <developers> |
510 | 528 | <developer> |
511 | 529 | <id>mariuszs</id> |
|
520 | 538 | <developer> |
521 | 539 | <id>dsyer</id> |
522 | 540 | <name>David Syer</name> |
523 | | - <email>dsyer@vmware.com</email> |
| 541 | + <email>david.syer at broadcom.com</email> |
524 | 542 | </developer> |
525 | 543 | <developer> |
526 | 544 | <id>OlgaMaciaszek</id> |
527 | 545 | <name>Olga Maciaszek-Sharma</name> |
528 | | - |
| 546 | + <email>olga.maciaszek-sharma at broadcom.com</email> |
| 547 | + </developer> |
| 548 | + <developer> |
| 549 | + <id>sgibb</id> |
| 550 | + <name>Spencer Gibb</name> |
| 551 | + <email>spencer.gibb at broadcom.com</email> |
| 552 | + </developer> |
| 553 | + <developer> |
| 554 | + <id>rbaxter</id> |
| 555 | + <name>Ryan Baxter</name> |
| 556 | + <email>ryan.baxter at broadcom.com</email> |
529 | 557 | </developer> |
530 | 558 | </developers> |
531 | 559 |
|
532 | | - <scm> |
533 | | - <connection>scm:git:https://github.com/spring-cloud/spring-cloud-contract.git |
534 | | - </connection> |
535 | | - <developerConnection> |
536 | | - scm:git: [email protected]:spring-cloud/spring-cloud-contract.git |
537 | | - </developerConnection> |
538 | | - <url>https://github.com/spring-cloud/spring-cloud-contract</url> |
539 | | - <tag>HEAD</tag> |
540 | | - </scm> |
541 | | - |
542 | 560 | <issueManagement> |
543 | 561 | <system>GitHub</system> |
544 | 562 | <url>https://github.com/spring-cloud/spring-cloud-contract/issues</url> |
|
625 | 643 | <groupId>org.apache.maven.plugins</groupId> |
626 | 644 | <artifactId>maven-checkstyle-plugin</artifactId> |
627 | 645 | </plugin> |
| 646 | + <plugin> |
| 647 | + <groupId>org.codehaus.mojo</groupId> |
| 648 | + <artifactId>flatten-maven-plugin</artifactId> |
| 649 | + </plugin> |
628 | 650 | </plugins> |
629 | 651 | </reporting> |
630 | 652 |
|
|
0 commit comments