-
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
0e4fdb1
commit 450f2c8
Showing
2 changed files
with
13 additions
and
701 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 |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
<packaging>${packaging.type}</packaging> | ||
<name>Verifica Firma EIDAS</name> | ||
<description>Progetto per effettuare firme e validazioni con librerie DSS (EIDAS)</description> | ||
<url>https://nexus.ente.regione.emr.it/repository/parer-site/verifica-firma-eidas/${project.version}/</url> | ||
|
||
<parent> | ||
<groupId>it.eng.parer</groupId> | ||
|
@@ -44,17 +43,24 @@ | |
</properties> | ||
|
||
<scm> | ||
<developerConnection>scm:git:[email protected]:parer/okd/verifica-firma-eidas.git</developerConnection> | ||
<tag>verifica-firma-eidas-1.22.1</tag> | ||
<developerConnection>scm:git:https://github.com/RegioneER/parer-verifica-firma-eidas.git</developerConnection> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<distributionManagement> | ||
<site> | ||
<id>site</id> | ||
<url>dav:https://nexus.ente.regione.emr.it/repository/parer-site/verifica-firma-eidas/${project.version}</url> | ||
</site> | ||
<repository> | ||
<id>github</id> | ||
<url>https://maven.pkg.github.com/RegioneER/parer-verifica-firma-eidas</url> | ||
</repository> | ||
</distributionManagement> | ||
|
||
<repositories> | ||
<repository> | ||
<id>github</id> | ||
<url>https://maven.pkg.github.com/RegioneER/parer-framework-parerpom</url> | ||
</repository> | ||
</repositories> | ||
|
||
<dependencyManagement> | ||
<dependencies> | ||
<!-- DSS bom --> | ||
|
Oops, something went wrong.