Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlemee committed Jun 18, 2024
1 parent 560cd08 commit b887aa1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions demonstrators-line/demonstrator-v0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,22 @@
<url>http://github.com/cybnity/foundation-techstack/tree/main</url>
</scm>

<distributionManagement>
<snapshotRepository>
<id>agnet</id>
<name>AG Net snapshots repository</name>
<uniqueVersion>false</uniqueVersion>
<url>https://nexus.agnet.fr/repository/cybnity-snapshots</url>
</snapshotRepository>

<repository>
<id>agnet</id>
<name>AG Net releases repository</name>
<uniqueVersion>true</uniqueVersion>
<url>https://nexus.agnet.fr/repository/cybnity-releases</url>
</repository>
</distributionManagement>

<!-- Tech stack official dependency versions -->
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit b887aa1

Please sign in to comment.