Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed May 17, 2024
1 parent 4555a02 commit 3364506
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 561 deletions.
28 changes: 18 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
<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>spagofat</artifactId>
<version>5.14.0</version>
<version>5.14.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spagolite</name>
<description>Framework utilizzato dalle applicazioni web, si tratta di uno strato software comune contenente anche le dipendenze di terze parti ed ereditato come bom.</description>
<url>https://nexus.ente.regione.emr.it/repository/parer-site/spago/${project.version}/</url>

<distributionManagement>
<site>
<id>site</id>
<url>dav:https://nexus.ente.regione.emr.it/repository/parer-site/spago/${project.version}</url>
</site>
</distributionManagement>

<parent>
<groupId>it.eng.parer</groupId>
Expand All @@ -21,9 +14,24 @@
</parent>

<scm>
<developerConnection>scm:git:git@gitlab.ente.regione.emr.it:parer/framework-spagolite.git</developerConnection>
<tag>spagofat-5.14.0</tag>
<developerConnection>scm:git:https://github.com/RegioneER/parer-framework-spagolite.git</developerConnection>
<tag>HEAD</tag>
</scm>

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

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

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Javadoc skipped by default (temporaneo) -->
Expand Down
Loading

0 comments on commit 3364506

Please sign in to comment.