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 13, 2024
1 parent fa64335 commit a05fcb3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 349 deletions.
19 changes: 13 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,19 @@
</properties>

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

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

<dependencyManagement>
<dependencies>
<!-- Framework -->
Expand Down Expand Up @@ -343,7 +350,7 @@
</profiles>

<scm>
<developerConnection>scm:git:[email protected]:parer/jboss/verso.git</developerConnection>
<tag>verso-jboss-3.0.0</tag>
<developerConnection>scm:git:https://github.com/RegioneER/parer-verso.git</developerConnection>
<tag>HEAD</tag>
</scm>
</project>
343 changes: 0 additions & 343 deletions pom.xml.github

This file was deleted.

0 comments on commit a05fcb3

Please sign in to comment.