Skip to content
Snippets Groups Projects
Commit 00f33a49 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

Update ci and git repo settings

parent fc8aa7dd
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>info.textgrid.services</groupId> <groupId>info.textgrid.services</groupId>
<artifactId>aggregator</artifactId> <artifactId>aggregator</artifactId>
<version>1.4.11-SNAPSHOT</version> <version>1.4.12-SNAPSHOT</version>
<packaging>war</packaging> <packaging>war</packaging>
<name>TextGrid Aggregator Service</name> <name>TextGrid Aggregator Service</name>
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<repository> <repository>
<id>nexus.dariah</id> <id>nexus.dariah</id>
<name>DARIAH Nexus Public Repository</name> <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> <releases>
<enabled>true</enabled> <enabled>true</enabled>
</releases> </releases>
...@@ -89,9 +89,16 @@ ...@@ -89,9 +89,16 @@
<id>snapshots</id> <id>snapshots</id>
<url>http://dev.digital-humanities.de/nexus/content/repositories/snapshots</url> <url>http://dev.digital-humanities.de/nexus/content/repositories/snapshots</url>
</snapshotRepository> </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> </distributionManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
...@@ -561,11 +568,11 @@ ...@@ -561,11 +568,11 @@
<inceptionYear>2012</inceptionYear> <inceptionYear>2012</inceptionYear>
<scm> <scm>
<url>https://projects.gwdg.de/projects/aggregator/repository</url> <url>https://projects.gwdg.de/projects/aggregator/repository</url>
<connection>scm:git:git://git.projects.gwdg.de/aggregator.git</connection> <connection>scm:git:git://projects.gwdg.de/dariah-de/tg/textgrid-services/aggregator.git</connection>
<developerConnection>scm:git:ssh://git@git.projects.gwdg.de/aggregator.git</developerConnection> <developerConnection>scm:git:ssh://git:@projects.gwdg.de/dariah-de/tg/textgrid-services/aggregator.git</developerConnection>
</scm> </scm>
<issueManagement> <issueManagement>
<system>Redmine</system> <system>OpenProjects</system>
<url>https://projects.gwdg.de/projects/tg</url> <url>https://projects.gwdg.de/projects/tg</url>
</issueManagement> </issueManagement>
<ciManagement> <ciManagement>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment