diff --git a/pom.xml b/pom.xml index 39cbccb967183f41fbf8a1ce88d498131a3aecc4..58d0712dd113b71443f9e221d78fede99a5c4dbf 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>info.textgrid.services</groupId> <artifactId>aggregator</artifactId> - <version>1.4.11-SNAPSHOT</version> + <version>1.4.12-SNAPSHOT</version> <packaging>war</packaging> <name>TextGrid Aggregator Service</name> @@ -46,7 +46,7 @@ <repository> <id>nexus.dariah</id> <name>DARIAH Nexus Public Repository</name> - <url>http://dev.dariah.eu/nexus/content/groups/public</url> + <url>https://ci.de.dariah.eu/nexus/content/groups/public</url> <releases> <enabled>true</enabled> </releases> @@ -89,9 +89,16 @@ <id>snapshots</id> <url>http://dev.digital-humanities.de/nexus/content/repositories/snapshots</url> </snapshotRepository> + <repository> + <id>nexus.releases</id> + <url>https://ci.de.dariah.eu/nexus/content/repositories/releases</url> + </repository> + <snapshotRepository> + <id>nexus.snapshots</id> + <url>https://ci.de.dariah.eu/nexus/content/repositories/snapshots</url> + </snapshotRepository> </distributionManagement> - <dependencies> <dependency> <groupId>junit</groupId> @@ -561,11 +568,11 @@ <inceptionYear>2012</inceptionYear> <scm> <url>https://projects.gwdg.de/projects/aggregator/repository</url> - <connection>scm:git:git://git.projects.gwdg.de/aggregator.git</connection> - <developerConnection>scm:git:ssh://git@git.projects.gwdg.de/aggregator.git</developerConnection> + <connection>scm:git:git://projects.gwdg.de/dariah-de/tg/textgrid-services/aggregator.git</connection> + <developerConnection>scm:git:ssh://git:@projects.gwdg.de/dariah-de/tg/textgrid-services/aggregator.git</developerConnection> </scm> <issueManagement> - <system>Redmine</system> + <system>OpenProjects</system> <url>https://projects.gwdg.de/projects/tg</url> </issueManagement> <ciManagement>