-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7896768
commit 38aec9e
Showing
2 changed files
with
13 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
This file was deleted.
Oops, something went wrong.