AMQ-1159.

Updated scm url to point to new repository.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@505193 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Frederick G. Oconer 2007-02-09 06:02:22 +00:00
parent a324484867
commit fb3e5468b7
1 changed files with 7 additions and 6 deletions

13
pom.xml
View File

@ -72,13 +72,14 @@
<xbean-version>2.8</xbean-version> <xbean-version>2.8</xbean-version>
<dist-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-incubating-repository</dist-repo-url> <dist-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-incubating-repository</dist-repo-url>
<m1-dist-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m1-snapshot-repository</m1-dist-repo-url> <m1-dist-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m1-snapshot-repository</m1-dist-repo-url>
<site-repo-url>scpexe://people.apache.org/www/incubator.apache.org/activemq/maven/</site-repo-url> <site-repo-url>scpexe://people.apache.org/www/activemq.apache.org/maven/</site-repo-url>
</properties> </properties>
<prerequisites> <prerequisites>
<maven>2.0.4</maven> <maven>2.0.4</maven>
</prerequisites> </prerequisites>
<url>http://incubator.apache.org/activemq/</url> <url>http://activemq.apache.org</url>
<organization> <organization>
<name>Apache Software Foundation</name> <name>Apache Software Foundation</name>
<url>http://www.apache.org/</url> <url>http://www.apache.org/</url>
@ -191,9 +192,9 @@
</modules> </modules>
<scm> <scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/incubator/activemq/trunk</connection> <connection>scm:svn:https://svn.apache.org/repos/asf/activemq/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/activemq/trunk</developerConnection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/trunk</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/incubator/activemq/trunk/</url> <url>http://svn.apache.org/viewvc/activemq/trunk/</url>
</scm> </scm>
<dependencyManagement> <dependencyManagement>
@ -378,7 +379,7 @@
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-persistence-jdbc</artifactId> <artifactId>openjpa-persistence-jdbc</artifactId>
<version>${openjpa-version}</version> <version>${openjpa-version}</version>
</dependency> </dependency>
<!-- Optional Spring Support --> <!-- Optional Spring Support -->
<dependency> <dependency>