Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed Aug 16, 2024
1 parent b615dec commit a2db9bf
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
Binary file removed pdfdocs/CHANGELOG.pdf
Binary file not shown.
Binary file removed pdfdocs/JBoss7_configurazione_generale.pdf
Binary file not shown.
Binary file removed pdfdocs/JBoss7_configurazione_sacerws.pdf
Binary file not shown.
Binary file removed pdfdocs/RELEASE-NOTES.pdf
Binary file not shown.
20 changes: 13 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<packaging>pom</packaging>
<name>sacerws</name>
<description>Progetto SACERWS</description>
<url>https://nexus.ente.regione.emr.it/repository/parer-site/sacerws/${project.version}/</url>
<parent>
<groupId>it.eng.parer</groupId>
<artifactId>parer-pom</artifactId>
Expand All @@ -29,12 +28,19 @@
</properties>

<distributionManagement>
<site>
<id>site</id>
<url>dav:https://nexus.ente.regione.emr.it/repository/parer-site/sacerws/${project.version}</url>
</site>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/RegioneER/parer-sacerws</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 Expand Up @@ -222,7 +228,7 @@
<module>sacerws-ear</module>
</modules>
<scm>
<developerConnection>scm:git:[email protected]:parer/jboss/sacerws.git</developerConnection>
<tag>sacerws-6.0.0</tag>
<developerConnection>scm:git:https://github.com/RegioneER/parer.sacer.sacerws.git</developerConnection>
<tag>HEAD</tag>
</scm>
</project>

0 comments on commit a2db9bf

Please sign in to comment.