Remove broken scm section

This repository only accepts changes using review.openstack.org and
not via github.com. Therefore remove scm configuration sections,
they cannot work for publishing any content.

Note that the scm maven plugin for git does not support gerrit,
documentation about supported options is at
http://maven.apache.org/scm/git.html

Change-Id: I7ece45005124c32251426d319e2a59ae5343e176
This commit is contained in:
Andreas Jaeger 2016-01-05 06:57:45 +01:00
parent b401ce7b72
commit 2e365eb1b9
1 changed files with 0 additions and 24 deletions

24
pom.xml
View File

@ -54,12 +54,6 @@
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/cboylan/zmq-event-publisher.git</connection>
<developerConnection>scm:git:git@github.com:cboylan/zmq-event-publisher.git</developerConnection>
<url>https://github.com/cboylan/zmq-event-publisher</url>
</scm>
<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
@ -166,23 +160,6 @@
</properties>
<build>
<extensions>
<extension>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.3</version>
</extension>
<extension>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-manager-plexus</artifactId>
<version>1.3</version>
</extension>
<extension>
<groupId>org.kathrynhuxtable.maven.wagon</groupId>
<artifactId>wagon-gitsite</artifactId>
<version>0.3.1</version>
</extension>
</extensions>
<pluginManagement>
<plugins>
<plugin>
@ -319,7 +296,6 @@
<report>license</report>
<report>mailing-list</report>
<report>project-team</report>
<report>scm</report>
<report>summary</report>
</reports>
</reportSet>