Skip to content
Snippets Groups Projects
Commit e9b5c8ab authored by Thorsten Vitt's avatar Thorsten Vitt
Browse files

Adjusted POM metadata

parent 30be4fe9
No related branches found
Tags 0.3.1s
No related merge requests found
......@@ -7,7 +7,28 @@
<version>0.3.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Link Rewriting Package</name>
<name>Link Rewriter</name>
<description>When a set of XML documents needs to be merged into one or moved from one system to another and relative URLs are not applicable, links within this set of documents need rewriting so they reference the corresponding targets in the new system. This library offers tools to do that.</description>
<url>https://projects.gwdg.de/project/link-rewriter</url>
<organization>
<name>TextGrid</name>
<url>http://www.textgrid.de/</url>
</organization>
<issueManagement>
<system>Jira</system>
<url>https://pm.sub.uni-goettingen.de/jira</url>
</issueManagement>
<ciManagement>
<system>Jenkins</system>
<url>http://dev.digital-humanities.de/ci/job/link-rewriter</url>
</ciManagement>
<scm>
<connection>scm:git:git@git.projects.gwdg.de:link-rewriter.git</connection>
<url>https://projects.gwdg.de/projects/link-rewriter/repository</url>
</scm>
<reporting>
<plugins>
......@@ -25,27 +46,11 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<issueManagement>
<system>Jira</system>
<url>https://develop.sub.uni-goettingen.de/jira</url>
</issueManagement>
<ciManagement>
<system>Hudson</system>
<url>http://dev.digital-humanities.de/ci/job/link-rewriter</url>
</ciManagement>
<scm>
<url>https://develop.sub.uni-goettingen.de/repos/textgrid/trunk/services/link-rewriter</url>
</scm>
<organization>
<name>TextGrid</name>
<url>http://www.textgrid.de/</url>
</organization>
<distributionManagement>
<repository>
<id>internal</id>
<url>http://dev.digital-humanities.de/archiva/repository/internal/</url>
<url>http://dev.digital-humanities.de/nexus/content/repositories/internal/</url>
</repository>
<snapshotRepository>
......@@ -71,8 +76,8 @@
<repository>
<id>internal</id>
<name>Archiva Managed Internal Repository</name>
<url>http://dev.digital-humanities.de/archiva/repository/internal/</url>
<name>Nexus Managed Internal Repository</name>
<url>http://dev.digital-humanities.de/nexus/content/repositories/internal/</url>
<releases>
<enabled>true</enabled>
</releases>
......@@ -93,30 +98,6 @@
</snapshots>
</repository>
<repository>
<id>bibforge.internal.http</id>
<name>Bibforge Managed Internal Repository</name>
<url>http://repository.bibforge.org/archiva/repository/internal</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>bibforge.snapshots.http</id>
<name>Bibforge Managed Snapshot Repository</name>
<url>http://repository.bibforge.org/archiva/repository/snapshots</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
......
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