Skip to content

Commit

Permalink
Remove snapshot repository link
Browse files Browse the repository at this point in the history
This is no longer needed, since we are not using snapshot versions.

Signed-off-by: tobias.pobocik <[email protected]>
  • Loading branch information
Tobianas authored and ihrasko committed May 3, 2024
1 parent 36389a5 commit 1f2a12b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
14 changes: 0 additions & 14 deletions lighty-core/dependency-versions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -294,18 +294,4 @@
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<repositories>
<!-- TODO: Remove when will be available OFP ans Serviceutils release -->
<repository>
<id>opendaylight-snapshot</id>
<name>opendaylight-snapshot</name>
<url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>
14 changes: 0 additions & 14 deletions lighty-core/lighty-codecs-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<!-- TODO: Remove when will be available OFP ans Serviceutils release -->
<repository>
<id>opendaylight-snapshot</id>
<name>opendaylight-snapshot</name>
<url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>

0 comments on commit 1f2a12b

Please sign in to comment.