mirror of https://github.com/apache/activemq.git
Update the scm settings for the project to reflect the git repo
This commit is contained in:
parent
1eca031356
commit
ccc85af301
12
pom.xml
12
pom.xml
|
@ -215,19 +215,15 @@
|
|||
</distributionManagement>
|
||||
|
||||
<modules>
|
||||
|
||||
<module>activemq-client</module>
|
||||
<module>activemq-openwire-legacy</module>
|
||||
<module>activemq-broker</module>
|
||||
|
||||
<module>activemq-stomp</module>
|
||||
<module>activemq-mqtt</module>
|
||||
<module>activemq-amqp</module>
|
||||
|
||||
<module>activemq-kahadb-store</module>
|
||||
<module>activemq-jdbc-store</module>
|
||||
<module>activemq-leveldb-store</module>
|
||||
|
||||
<module>activemq-unit-tests</module>
|
||||
<module>activemq-all</module>
|
||||
<module>activemq-camel</module>
|
||||
|
@ -253,13 +249,13 @@
|
|||
<module>assembly</module>
|
||||
<module>activemq-log4j-appender</module>
|
||||
<module>activemq-http</module>
|
||||
|
||||
</modules>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:https://svn.apache.org/repos/asf/activemq/trunk</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/trunk</developerConnection>
|
||||
<url>http://svn.apache.org/viewvc/activemq/trunk/</url>
|
||||
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/activemq.git</connection>
|
||||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/activemq.git</developerConnection>
|
||||
<url>https://fisheye6.atlassian.com/browse/~br=master/activemq-git</url>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
|
||||
<dependencyManagement>
|
||||
|
|
Loading…
Reference in New Issue