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 7acf479 commit 7bd5a78
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 372 deletions.
20 changes: 13 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<packaging>pom</packaging>
<name>preingest</name>
<description>Progetto PING</description>
<url>https://nexus.ente.regione.emr.it/repository/parer-site/preingest/${project.version}/</url>

<parent>
<groupId>it.eng.parer</groupId>
Expand Down Expand Up @@ -41,12 +40,19 @@
</properties>

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

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

<dependencyManagement>
<dependencies>

Expand Down Expand Up @@ -447,7 +453,7 @@
<module>preingest-jpa</module>
</modules>
<scm>
<developerConnection>scm:git:[email protected]:parer/jboss/ping.git</developerConnection>
<tag>sacerping-jboss-6.1.0</tag>
<developerConnection>scm:git:https://github.com/RegioneER/parer-ping.git</developerConnection>
<tag>HEAD</tag>
</scm>
</project>
Loading

0 comments on commit 7bd5a78

Please sign in to comment.