Skip to content

Commit

Permalink
chore: Update to use current snapshot and add-on repositories (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansku authored Dec 14, 2023
1 parent e6dd915 commit afe5d0b
Showing 1 changed file with 3 additions and 25 deletions.
28 changes: 3 additions & 25 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@

<distributionManagement>
<snapshotRepository>
<id>vaadin-snapshots</id>
<id>vaadin-prereleases</id>
<name>Vaadin snapshot repository</name>
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
<url>https://maven.vaadin.com/vaadin-prereleases</url>
</snapshotRepository>
<repository>
<id>vaadin-addons</id>
<name>Vaadin add-ons repository</name>
<url>https://tools.vaadin.com/nexus/content/repositories/vaadin-addons</url>
<url>https://maven.vaadin.com/vaadin-addons/</url>
</repository>
</distributionManagement>

Expand Down Expand Up @@ -315,16 +315,6 @@
<name>Vaadin Pre-releases</name>
<url>https://maven.vaadin.com/vaadin-prereleases</url>
</repository>
<repository>
<id>vaadin-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<pluginRepositories>
Expand All @@ -333,17 +323,5 @@
<name>Vaadin Pre-releases</name>
<url>https://maven.vaadin.com/vaadin-prereleases</url>
</pluginRepository>


<pluginRepository>
<id>vaadin-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>

0 comments on commit afe5d0b

Please sign in to comment.