Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed Jul 17, 2024
1 parent 1ca79d4 commit 5fbdce3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 91 deletions.
21 changes: 14 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>verificafirma-crypto-beans</artifactId>
<version>1.4.1</version>
<version>1.4.1-SNAPSHOT</version>
<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>
Expand All @@ -26,17 +26,24 @@
</properties>

<scm>
<developerConnection>scm:git:[email protected]:parer/lib/verificafirma-crypto-beans.git</developerConnection>
<tag>verificafirma-crypto-beans-1.4.1</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>
Expand Down
84 changes: 0 additions & 84 deletions pom.xml.github

This file was deleted.

0 comments on commit 5fbdce3

Please sign in to comment.