mirror of https://github.com/apache/activemq.git
More fiddly bits for ci.gbuild.org
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@368954 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4aea40b27c
commit
5fb475601e
|
@ -25,6 +25,18 @@
|
||||||
<name>ActiveCluster Project</name>
|
<name>ActiveCluster Project</name>
|
||||||
<url>http://maven.apache.org</url>
|
<url>http://maven.apache.org</url>
|
||||||
|
|
||||||
|
<ciManagement>
|
||||||
|
<system>continuum</system>
|
||||||
|
<url>http://ci.gbuild.org/continuum</url>
|
||||||
|
<notifiers>
|
||||||
|
<notifier>
|
||||||
|
<configuration>
|
||||||
|
<address>activemq-commits@geronimo.apache.org</address>
|
||||||
|
</configuration>
|
||||||
|
</notifier>
|
||||||
|
</notifiers>
|
||||||
|
</ciManagement>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/servicemix/trunk/activecluster</connection>
|
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/servicemix/trunk/activecluster</connection>
|
||||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/servicemix/trunk/activecluster</developerConnection>
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/servicemix/trunk/activecluster</developerConnection>
|
||||||
|
|
|
@ -7,6 +7,18 @@
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>ActiveIO Project</name>
|
<name>ActiveIO Project</name>
|
||||||
|
|
||||||
|
<ciManagement>
|
||||||
|
<system>continuum</system>
|
||||||
|
<url>http://ci.gbuild.org/continuum</url>
|
||||||
|
<notifiers>
|
||||||
|
<notifier>
|
||||||
|
<configuration>
|
||||||
|
<address>activemq-commits@geronimo.apache.org</address>
|
||||||
|
</configuration>
|
||||||
|
</notifier>
|
||||||
|
</notifiers>
|
||||||
|
</ciManagement>
|
||||||
|
|
||||||
<mailingLists>
|
<mailingLists>
|
||||||
<mailingList>
|
<mailingList>
|
||||||
<name>Development List</name>
|
<name>Development List</name>
|
||||||
|
@ -25,7 +37,7 @@
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>openejb</id>
|
<id>openejb</id>
|
||||||
<name>Open EJB OpenORB Repository</name>
|
<name>OpenEJB OpenORB Repository</name>
|
||||||
<url>http://www.openejb.org/maven</url>
|
<url>http://www.openejb.org/maven</url>
|
||||||
<layout>legacy</layout>
|
<layout>legacy</layout>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
Loading…
Reference in New Issue