Repository: cxf-fediz Updated Branches: refs/heads/master 202f08f9d -> b4c5845c7
Update scm locations Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/b4c5845c Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/b4c5845c Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/b4c5845c Branch: refs/heads/master Commit: b4c5845c7694b467a50037ecc5d4cc01b656662f Parents: 202f08f Author: Daniel Kulp <[email protected]> Authored: Mon Mar 10 10:31:06 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Mon Mar 10 10:31:16 2014 -0400 ---------------------------------------------------------------------- pom.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/b4c5845c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 170e701..28f4377 100644 --- a/pom.xml +++ b/pom.xml @@ -87,9 +87,8 @@ </properties> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/fediz/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/fediz/trunk</developerConnection> - <url>http://svn.apache.org/repos/asf/cxf/fediz/trunk</url> + <connection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf-fediz.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cxf-fediz.git</developerConnection> </scm> <issueManagement> @@ -262,7 +261,6 @@ <artifactId>maven-release-plugin</artifactId> <version>2.5</version> <configuration> - <tagBase>https://svn.apache.org/repos/asf/cxf/fediz/tags</tagBase> <useReleaseProfile>false</useReleaseProfile> <preparationGoals>clean install</preparationGoals> <goals>deploy</goals>
