Skip to content

Commit

Permalink
399: Release Indriya 2.2
Browse files Browse the repository at this point in the history
Task-Url: #399
  • Loading branch information
keilw committed Jun 26, 2023
1 parent 869d27e commit 88d2ebe
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,19 @@
</pluginManagement>
</build>

<!-- Additional repositories -->
<!-- Helps to resolve Parent POM and Snapshot artifacts -->
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>ossrh-snapshot</id>
<name>OSSRH Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>

<!-- Deployment to public servers -->
<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit 88d2ebe

Please sign in to comment.