Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed Dec 7, 2023
1 parent bdd9533 commit e977df7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 541 deletions.
23 changes: 15 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>old-cryptolibrary</artifactId>
<version>1.10.0</version>
<version>1.9.1-SNAPSHOT</version>
<packaging>${packaging.type}</packaging>
<name>Sacer Cryptolibrary</name>
<description>Cryptolibrary contenuta in Sacer</description>
Expand Down Expand Up @@ -42,23 +42,30 @@
<logstash-logback-encoder.version>7.2</logstash-logback-encoder.version>
<!-- custom libs -->
<eng-cryptolibrary.version>1.12.7</eng-cryptolibrary.version>
<verificafirma-crypto-beans.version>1.4.0</verificafirma-crypto-beans.version>
<verificafirma-crypto-beans.version>1.3.0</verificafirma-crypto-beans.version>
<!-- -->
<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.10.0</tag>
<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>
<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 e977df7

Please sign in to comment.