Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed Sep 16, 2024
1 parent d2b2861 commit b405c3b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 236 deletions.
21 changes: 14 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,25 @@
<version>3.1.0</version>
<name>preingest-xml</name>
<description>Progetto PREINGEST-XML</description>
<url>https://nexus.ente.regione.emr.it/repository/parer-site/preingest-xml/${project.version}/</url>

<distributionManagement>
<site>
<id>site</id>
<url>dav:https://nexus.ente.regione.emr.it/repository/parer-site/preingest-xml/${project.version}</url>
</site>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/RegioneER/parer-ping-xml</url>
</repository>
</distributionManagement>

<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/RegioneER/parer-framework-parerpom</url>
</repository>
</repositories>


<scm>
<developerConnection>scm:git:git@gitlab.ente.regione.emr.it:parer/lib/ping-xml.git</developerConnection>
<tag>preingest-xml-3.1.0</tag>
<developerConnection>scm:git:https://github.com/RegioneER/parer-ping-xml.git</developerConnection>
<tag>HEAD</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
229 changes: 0 additions & 229 deletions pom.xml.github

This file was deleted.

0 comments on commit b405c3b

Please sign in to comment.