Repository: cxf-xjc-utils Updated Branches: refs/heads/master 76b7523b8 -> 44b959656
Honestly, not sure how the release worked with http url and an svn tagbase, fix those Project: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/commit/44b95965 Tree: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/tree/44b95965 Diff: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/diff/44b95965 Branch: refs/heads/master Commit: 44b9596563c478d45ab782d0192a861dcc98a4c9 Parents: 76b7523 Author: Daniel Kulp <[email protected]> Authored: Fri May 30 15:04:40 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Fri May 30 15:04:40 2014 -0400 ---------------------------------------------------------------------- pom.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/44b95965/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 26c7a0c..cf535c1 100644 --- a/pom.xml +++ b/pom.xml @@ -32,9 +32,8 @@ </parent> <scm> <connection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils.git</connection> - <developerConnection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils.git</developerConnection> - <tag>HEAD</tag> - </scm> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cxf-xjc-utils.git</developerConnection> + </scm> <issueManagement> <system>jira</system> <url>https://issues.apache.org/jira/browse/CXFXJC</url> @@ -222,7 +221,6 @@ <artifactId>maven-release-plugin</artifactId> <version>2.5</version> <configuration> - <tagBase>https://svn.apache.org/repos/asf/cxf/xjc-utils/tags</tagBase> <useReleaseProfile>false</useReleaseProfile> <preparationGoals>clean install</preparationGoals> <goals>deploy</goals>
