Skip to content

Commit 38aec9e

Browse files
committed
Udpate pom.xml
1 parent 7896768 commit 38aec9e

File tree

2 files changed

+13
-91
lines changed

2 files changed

+13
-91
lines changed

pom.xml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<packaging>jar</packaging>
66
<name>Verifica firma crypto beans</name>
77
<description>Libreria contenente i beans che integrano i modelli pojo per la verifica firma con microservizio crypto</description>
8-
<url>https://nexus.ente.regione.emr.it/repository/parer-site/verificafirma-crypto-beans/${project.version}/</url>
98

109
<parent>
1110
<groupId>it.eng.parer</groupId>
@@ -26,17 +25,24 @@
2625
</properties>
2726

2827
<scm>
29-
<developerConnection>scm:git:[email protected]:parer/lib/verificafirma-crypto-beans.git</developerConnection>
30-
<tag>verificafirma-crypto-beans-1.5.0</tag>
28+
<developerConnection>scm:git:https://github.com/RegioneER/parer-verificafirma-crypto-beans.git</developerConnection>
29+
<tag>HEAD</tag>
3130
</scm>
3231

3332
<distributionManagement>
34-
<site>
35-
<id>site</id>
36-
<url>dav:https://nexus.ente.regione.emr.it/repository/parer-site/verificafirma-crypto-beans/${project.version}</url>
37-
</site>
33+
<repository>
34+
<id>github</id>
35+
<url>https://maven.pkg.github.com/RegioneER/parer-verificafirma-crypto-beans</url>
36+
</repository>
3837
</distributionManagement>
3938

39+
<repositories>
40+
<repository>
41+
<id>github</id>
42+
<url>https://maven.pkg.github.com/RegioneER/parer-framework-parerpom</url>
43+
</repository>
44+
</repositories>
45+
4046
<dependencies>
4147
<dependency>
4248
<groupId>jakarta.validation</groupId>

pom.xml.github

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)