Skip to content

Commit

Permalink
fix: use releases instead of snapshots of dash license-tool-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Oct 9, 2024
1 parent ac03aee commit 6af6534
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -397,10 +397,10 @@
<releases><enabled>false</enabled></releases>
</pluginRepository>
<pluginRepository>
<id>dash-licenses-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/</url>
<snapshots><enabled>true</enabled></snapshots>
<releases><enabled>false</enabled></releases>
<id>dash-licenses</id>
<url>https://repo.eclipse.org/content/repositories/dash-licenses/</url>
<snapshots><enabled>false</enabled></snapshots>
<releases><enabled>true</enabled></releases>
</pluginRepository>
</pluginRepositories>

Expand Down

0 comments on commit 6af6534

Please sign in to comment.