Skip to content

Commit

Permalink
Upodate pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed Sep 17, 2024
1 parent 119df7a commit 0adb117
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 567 deletions.
23 changes: 15 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,25 @@
<start-class>it.eng.parer.crypto.web.CryptoApplication</start-class>
</properties>

<scm>
<developerConnection>scm:git:[email protected]:parer/okd/crypto.git</developerConnection>
<tag>old-cryptolibrary-1.14.2</tag>
<scm>
<developerConnection>scm:git:https://github.com/RegioneER/parer-verifica-firma-crypto.git</developerConnection>
<tag>HEAD</tag>
</scm>

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

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

<dependencyManagement>
<dependencies>
<dependency>
Expand Down
Loading

0 comments on commit 0adb117

Please sign in to comment.