Updated Branches: refs/heads/trunk 1eca03135 -> ccc85af30
Update the scm settings for the project to reflect the git repo Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/ccc85af3 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/ccc85af3 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/ccc85af3 Branch: refs/heads/trunk Commit: ccc85af301366e9410b6b850f720dd887fe2f62f Parents: 1eca031 Author: Timothy Bish <[email protected]> Authored: Tue Sep 3 10:50:35 2013 -0400 Committer: Timothy Bish <[email protected]> Committed: Tue Sep 3 10:52:35 2013 -0400 ---------------------------------------------------------------------- pom.xml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/ccc85af3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 071bcbe..5e726fb 100755 --- a/pom.xml +++ b/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>
