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 18, 2024
1 parent 4b9f5ce commit 9fdf848
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 513 deletions.
24 changes: 15 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
<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>sacer-jboss</artifactId>
<version>9.4.0</version>
<version>9.0.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>sacer</name>
<description>Progetto SACER</description>
<url>https://nexus.ente.regione.emr.it/repository/parer-site/sacer/${project.version}/</url>

<parent>
<groupId>it.eng.parer</groupId>
Expand Down Expand Up @@ -46,12 +45,19 @@
</properties>

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


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

<dependencyManagement>
<dependencies>
<!-- moduli sacer -->
Expand Down Expand Up @@ -487,7 +493,7 @@
<module>sacer-ear</module>
</modules>
<scm>
<developerConnection>scm:git:[email protected]:parer/jboss/sacer.git</developerConnection>
<tag>sacer-jboss-9.4.0</tag>
<developerConnection>scm:git:https://github.com/RegioneER/parer.sacer.git</developerConnection>
<tag>HEAD</tag>
</scm>
</project>
Loading

0 comments on commit 9fdf848

Please sign in to comment.