Skip to content

Commit

Permalink
Fix pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed Jan 31, 2025
1 parent dad7cae commit a7536ef
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,25 @@
<version>5.2.1</version>
</parent>

<scm>
<scm>
<developerConnection>scm:git:https://github.com/RegioneER/parer-dpi-config.git</developerConnection>
<tag>HEAD</tag>
</scm>

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

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

<repositories>
<repository>
<id>github</id>
</repository>
</repositories>

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


<properties>
<maven.build.timestamp.format>dd-MM-yyyy HH:mm</maven.build.timestamp.format>
Expand Down

0 comments on commit a7536ef

Please sign in to comment.