Skip to content

Commit

Permalink
Pre-release 4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed Oct 10, 2023
1 parent 364ca92 commit 3389c24
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 770 deletions.
21 changes: 14 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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 @@ -33,12 +33,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 @@ -226,7 +233,7 @@
<module>sacerws-ear</module>
</modules>
<scm>
<developerConnection>scm:git:[email protected]:parer/jboss/sacerws.git</developerConnection>
<tag>sacerws-4.11.1</tag>
<developerConnection>scm:git:https://github.com/RegioneER/parer.sacer.sacerws.git</developerConnection>
<tag>HEAD</tag>
</scm>
</project>
297 changes: 0 additions & 297 deletions pom.xml.github

This file was deleted.

Loading

0 comments on commit 3389c24

Please sign in to comment.