Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed Aug 16, 2024
1 parent c071619 commit e457cda
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 224 deletions.
21 changes: 14 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,25 @@
<version>3.0.17</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:[email protected]:parer/lib/ping-xml.git</developerConnection>
<tag>preingest-xml-3.0.17</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
217 changes: 0 additions & 217 deletions pom.xml.github

This file was deleted.

0 comments on commit e457cda

Please sign in to comment.