Adjusting location of current main repository Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/commit/01328824 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/tree/01328824 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/diff/01328824
Branch: refs/heads/master Commit: 013288248b1bb40a1d3569993912ceaed63ffd19 Parents: 01d91b2 Author: Jaroslav Tulach <[email protected]> Authored: Tue Mar 28 14:00:44 2017 +0200 Committer: Jaroslav Tulach <[email protected]> Committed: Fri Sep 8 17:13:55 2017 +0200 ---------------------------------------------------------------------- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/blob/01328824/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1e6f724..15a292a 100644 --- a/pom.xml +++ b/pom.xml @@ -97,10 +97,10 @@ <url>http://netbeans.org</url> </organization> <scm> - <connection>scm:hg:https://hg.netbeans.org/html4j</connection> - <developerConnection>scm:hg:https://hg.netbeans.org/html4j</developerConnection> - <url>https://hg.netbeans.org/html4j</url> - <tag>default</tag> + <connection>scm:git:https://github.com/jtulach/html-java-api.git</connection> + <developerConnection>scm:git:https://github.com/jtulach/html-java-api.git</developerConnection> + <url>https://github.com/jtulach/html-java-api</url> + <tag>master</tag> </scm> <repositories> <repository>
