Skip to content

Commit 76a4391

Browse files
committed
Merge remote-tracking branch 'origin/4.1.x' into 4.2.x
Signed-off-by: Olga Maciaszek-Sharma <[email protected]> # Conflicts: # pom.xml
2 parents 01da1fe + 970d65c commit 76a4391

File tree

1 file changed

+26
-16
lines changed

1 file changed

+26
-16
lines changed

pom.xml

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,16 @@
512512
</license>
513513
</licenses>
514514

515+
<scm>
516+
<connection>scm:git:https://github.com/spring-cloud/spring-cloud-contract.git
517+
</connection>
518+
<developerConnection>
519+
scm:git:[email protected]:spring-cloud/spring-cloud-contract.git
520+
</developerConnection>
521+
<url>https://github.com/spring-cloud/spring-cloud-contract</url>
522+
<tag>HEAD</tag>
523+
</scm>
524+
515525
<developers>
516526
<developer>
517527
<id>mariuszs</id>
@@ -526,25 +536,25 @@
526536
<developer>
527537
<id>dsyer</id>
528538
<name>David Syer</name>
529-
<email>dsyer@vmware.com</email>
539+
<email>david.syer at broadcom.com</email>
530540
</developer>
531541
<developer>
532542
<id>OlgaMaciaszek</id>
533543
<name>Olga Maciaszek-Sharma</name>
534-
<email>[email protected]</email>
544+
<email>olga.maciaszek-sharma at broadcom.com</email>
545+
</developer>
546+
<developer>
547+
<id>sgibb</id>
548+
<name>Spencer Gibb</name>
549+
<email>spencer.gibb at broadcom.com</email>
550+
</developer>
551+
<developer>
552+
<id>rbaxter</id>
553+
<name>Ryan Baxter</name>
554+
<email>ryan.baxter at broadcom.com</email>
535555
</developer>
536556
</developers>
537557

538-
<scm>
539-
<connection>scm:git:https://github.com/spring-cloud/spring-cloud-contract.git
540-
</connection>
541-
<developerConnection>
542-
scm:git:[email protected]:spring-cloud/spring-cloud-contract.git
543-
</developerConnection>
544-
<url>https://github.com/spring-cloud/spring-cloud-contract</url>
545-
<tag>HEAD</tag>
546-
</scm>
547-
548558
<issueManagement>
549559
<system>GitHub</system>
550560
<url>https://github.com/spring-cloud/spring-cloud-contract/issues</url>
@@ -622,10 +632,6 @@
622632
<skip>true</skip>
623633
</configuration>
624634
</plugin>
625-
<plugin>
626-
<groupId>org.codehaus.mojo</groupId>
627-
<artifactId>flatten-maven-plugin</artifactId>
628-
</plugin>
629635
</plugins>
630636
</build>
631637

@@ -635,6 +641,10 @@
635641
<groupId>org.apache.maven.plugins</groupId>
636642
<artifactId>maven-checkstyle-plugin</artifactId>
637643
</plugin>
644+
<plugin>
645+
<groupId>org.codehaus.mojo</groupId>
646+
<artifactId>flatten-maven-plugin</artifactId>
647+
</plugin>
638648
</plugins>
639649
</reporting>
640650

0 commit comments

Comments
 (0)