From 7a7b335bb8acb4fbc3f48ec88cd3e4c432a6b81c Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Fri, 21 Oct 2022 12:36:37 +0100 Subject: [PATCH] Update POM templates with new obfs4proxy repo. --- template-android.pom | 8 ++++---- template-linux.pom | 8 ++++---- template-windows.pom | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/template-android.pom b/template-android.pom index 9dfc2b2..8c45de7 100644 --- a/template-android.pom +++ b/template-android.pom @@ -10,7 +10,7 @@ <licenses> <license> <name>BSD-3-clause</name> - <url>https://gitweb.torproject.org/pluggable-transports/obfs4.git/tree/LICENSE</url> + <url>https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/obfs4/-/blob/main/LICENSE</url> </license> </licenses> <developers> @@ -26,8 +26,8 @@ </developer> </developers> <scm> - <connection>scm:https://git.torproject.org/pluggable-transports/obfs4.git</connection> - <developerConnection>scm:git@gitweb.torproject.org/pluggable-transports/obfs4.git</developerConnection> - <url>scm:https://gitweb.torproject.org/pluggable-transports/obfs4.git</url> + <connection>scm:https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/obfs4.git</connection> + <developerConnection>scm:git@gitlab.torproject.org:tpo/anti-censorship/pluggable-transports/obfs4.git</developerConnection> + <url>scm:https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/obfs4.git</url> </scm> </project> diff --git a/template-linux.pom b/template-linux.pom index a3b322b..04612ba 100644 --- a/template-linux.pom +++ b/template-linux.pom @@ -10,7 +10,7 @@ <licenses> <license> <name>BSD-3-clause</name> - <url>https://gitweb.torproject.org/pluggable-transports/obfs4.git/tree/LICENSE</url> + <url>https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/obfs4/-/blob/main/LICENSE</url> </license> </licenses> <developers> @@ -26,8 +26,8 @@ </developer> </developers> <scm> - <connection>scm:https://git.torproject.org/pluggable-transports/obfs4.git</connection> - <developerConnection>scm:git@gitweb.torproject.org/pluggable-transports/obfs4.git</developerConnection> - <url>scm:https://gitweb.torproject.org/pluggable-transports/obfs4.git</url> + <connection>scm:https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/obfs4.git</connection> + <developerConnection>scm:git@gitlab.torproject.org:tpo/anti-censorship/pluggable-transports/obfs4.git</developerConnection> + <url>scm:https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/obfs4.git</url> </scm> </project> diff --git a/template-windows.pom b/template-windows.pom index d499d3c..547672f 100644 --- a/template-windows.pom +++ b/template-windows.pom @@ -10,7 +10,7 @@ <licenses> <license> <name>BSD-3-clause</name> - <url>https://gitweb.torproject.org/pluggable-transports/obfs4.git/tree/LICENSE</url> + <url>https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/obfs4/-/blob/main/LICENSE</url> </license> </licenses> <developers> @@ -26,8 +26,8 @@ </developer> </developers> <scm> - <connection>scm:https://git.torproject.org/pluggable-transports/obfs4.git</connection> - <developerConnection>scm:git@gitweb.torproject.org/pluggable-transports/obfs4.git</developerConnection> - <url>scm:https://gitweb.torproject.org/pluggable-transports/obfs4.git</url> + <connection>scm:https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/obfs4.git</connection> + <developerConnection>scm:git@gitlab.torproject.org:tpo/anti-censorship/pluggable-transports/obfs4.git</developerConnection> + <url>scm:https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/obfs4.git</url> </scm> </project> -- GitLab