Skip to content

Commit

Permalink
Release 6.4.1 (#8)
Browse files Browse the repository at this point in the history
* Update project to latest tag parer-pom-6.4.1

* Update pom.xml

* Update pom.xml

* Update SNAPSHOT version

* [maven-release-plugin] prepare release parer-pom-6.4.1

* [maven-release-plugin] prepare for next development iteration

---------

Co-authored-by: parerworker <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
3 people authored Nov 20, 2024
1 parent 4c61f7f commit 3121a96
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>it.eng.parer</groupId>
<artifactId>parer-pom</artifactId>
<version>6.4.1-SNAPSHOT</version>
<version>6.4.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Parer pom</name>
<description>Parer POM di base
Expand All @@ -13,7 +13,7 @@
<organization>
<name>Engineering</name>
</organization>
<scm>
<scm>
<developerConnection>scm:git:https://github.com/RegioneER/parer-framework-parerpom.git</developerConnection>
<tag>HEAD</tag>
</scm>
Expand All @@ -23,7 +23,7 @@
<!-- third party libraries -->
<!-- spring -->
<spring.version>5.3.39</spring.version>
<spring.security.version>5.8.13</spring.security.version>
<spring.security.version>5.8.14</spring.security.version>
<spring.security.saml.version>1.0.10.RELEASE</spring.security.saml.version>
<!-- logging -->
<slf4j.version>2.0.13</slf4j.version>
Expand Down Expand Up @@ -72,15 +72,14 @@
<xml-apis.version>1.4.01</xml-apis.version>
</properties>

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

<repositories>

<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/RegioneER/parer-framework-parerpom/</url>
Expand Down Expand Up @@ -116,7 +115,7 @@
</repository>
</repositories>

<pluginRepositories>
<pluginRepositories>
<pluginRepository>
<id>central</id>
<url>https://repo1.maven.org/maven2/</url>
Expand All @@ -128,6 +127,7 @@
</releases>
</pluginRepository>
</pluginRepositories>

<build>
<pluginManagement>
<plugins>
Expand Down Expand Up @@ -262,7 +262,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>10.0.3</version>
<version>10.0.4</version>
<executions>
<execution>
<goals>
Expand All @@ -272,11 +272,8 @@
</executions>
<configuration>
<name>OWASP Report</name>
<!-- <nexusServerId>rel</nexusServerId> -->
<failOnError>false</failOnError>
<!-- <suppressionFiles> -->
<!-- <suppressionFile>site/suppress.xml</suppressionFile> -->
<!-- </suppressionFiles> -->
<nvdApiServerId>nvd</nvdApiServerId>
</configuration>
</plugin>
<!-- A partire dalla versione 3.1.0 verificare del classnotfound (SAX error) -->
Expand Down

0 comments on commit 3121a96

Please sign in to comment.