Skip to content

Commit

Permalink
Udpate pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed Sep 16, 2024
1 parent 7896768 commit 38aec9e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 91 deletions.
20 changes: 13 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<packaging>jar</packaging>
<name>Verifica firma crypto beans</name>
<description>Libreria contenente i beans che integrano i modelli pojo per la verifica firma con microservizio crypto</description>
<url>https://nexus.ente.regione.emr.it/repository/parer-site/verificafirma-crypto-beans/${project.version}/</url>

<parent>
<groupId>it.eng.parer</groupId>
Expand All @@ -26,17 +25,24 @@
</properties>

<scm>
<developerConnection>scm:git:[email protected]:parer/lib/verificafirma-crypto-beans.git</developerConnection>
<tag>verificafirma-crypto-beans-1.5.0</tag>
<developerConnection>scm:git:https://github.com/RegioneER/parer-verificafirma-crypto-beans.git</developerConnection>
<tag>HEAD</tag>
</scm>

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

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

<dependencies>
<dependency>
<groupId>jakarta.validation</groupId>
Expand Down
84 changes: 0 additions & 84 deletions pom.xml.github

This file was deleted.

0 comments on commit 38aec9e

Please sign in to comment.