Skip to content

Commit

Permalink
#8280 update repository URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
woj-tek committed Oct 16, 2018
1 parent 9d9b99d commit 577ad91
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,12 @@
</profile>
</profiles>


<scm>
<developerConnection>scm:git:https://repository.tigase.org/git/jaxmpp2.git</developerConnection>
<tag>HEAD</tag>
</scm>
<connection>scm:git:https://git.tigase.tech/jaxmpp2.git</connection>
<developerConnection>scm:git:https://git.tigase.tech/jaxmpp2.git</developerConnection>
<url>https://tigase.tech/projects/jaxmpp2/repository</url>
</scm>

<build>
<plugins>
Expand Down Expand Up @@ -286,12 +288,12 @@
<repository>
<id>tigase</id>
<name>Tigase repository</name>
<url>http://maven-repo.tigase.org/repository/release</url>
<url>https://maven-repo.tigase.net/repository/release</url>
</repository>
<repository>
<id>tigase-snapshot</id>
<name>Tigase repository</name>
<url>http://maven-repo.tigase.org/repository/snapshot</url>
<url>https://maven-repo.tigase.net/repository/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand All @@ -301,12 +303,12 @@
<repository>
<id>tigase</id>
<name>Tigase repository</name>
<url>http://maven-repo.tigase.org/repository/release</url>
<url>https://maven-repo.tigase.net/repository/release</url>
</repository>
<snapshotRepository>
<id>tigase-snapshot</id>
<name>Tigase snapshot repository</name>
<url>http://maven-repo.tigase.org/repository/snapshot</url>
<url>https://maven-repo.tigase.net/repository/snapshot</url>
</snapshotRepository>
</distributionManagement>

Expand Down

0 comments on commit 577ad91

Please sign in to comment.