Skip to content

Commit

Permalink
fix distribution url and other old zgl urls
Browse files Browse the repository at this point in the history
  • Loading branch information
lueck committed Nov 18, 2024
1 parent a1086c0 commit 3eb7b82
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<name>x2TEI Transformations</name>
<description>XSLT Library for converting from various formats to TEI-XML</description>
<url>https://zivgitlab.uni-muenster.de/SCDH/tei-processing/usx</url>
<url>https://github.com/SCDH/x2tei-transformations</url>

<developers>
<developer>
Expand Down Expand Up @@ -45,9 +45,7 @@
<license.file>LICENSE</license.file>

<!-- project repository -->
<git.instance>zivgitlab.uni-muenster.de</git.instance>
<distribution.url>https://${git.instance}/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven</distribution.url>
<git.repo.path>/SCDH/tei-processing/x2tei-transformations</git.repo.path>
<distribution.url>https://maven.pkg.github.com/SCDH/x2tei-transformations</distribution.url>

<!-- XSLT resources for generating the configuration for the SEED distribution -->
<seed-config-xsl.url>${project.basedir}/distribution/seed/seed-config.xsl</seed-config-xsl.url>
Expand Down Expand Up @@ -77,7 +75,7 @@
<slf4j.version>2.0.6</slf4j.version>
<jena.version>4.10.0</jena.version>

<upload.uri>https://scdh.zivgitlabpages.uni-muenster.de/tei-processing/x2tei-transformations/</upload.uri>
<upload.uri>https://scdh.github.io/seed-tei-transformations/</upload.uri>
<release.url/>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 3eb7b82

Please sign in to comment.