Skip to content

Commit

Permalink
Enable vaadin-prerelease for snapshot (#8165) (#8259)
Browse files Browse the repository at this point in the history
Co-authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
  • Loading branch information
Johannes Eriksson and ZheSun88 authored May 6, 2020
1 parent d39a56a commit 24cd95d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
24 changes: 1 addition & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,11 @@
</scm>

<properties>
<flow.snapshot.repo.id>vaadin-snapshots</flow.snapshot.repo.id>
<flow.snapshot.repo.url>
https://oss.sonatype.org/content/repositories/vaadin-snapshots/
</flow.snapshot.repo.url>
<flow.release.repo.id>vaadin-prereleases</flow.release.repo.id>
<flow.release.repo.url>
https://maven.vaadin.com/vaadin-prereleases/
</flow.release.repo.url>
<flow.deployment.repo.id>${flow.snapshot.repo.id}
</flow.deployment.repo.id>
<flow.deployment.repo.url>
${flow.snapshot.repo.url}
</flow.deployment.repo.url>

<flow.addons.repo.id>vaadin-addons</flow.addons.repo.id>
<flow.addons.repo.url>
https://maven.vaadin.com/vaadin-addons
Expand Down Expand Up @@ -146,13 +138,6 @@
<repository>
<id>${flow.release.repo.id}</id>
<url>${flow.release.repo.url}</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>${flow.snapshot.repo.id}</id>
<url>${flow.snapshot.repo.url}</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand All @@ -179,13 +164,6 @@
<pluginRepository>
<id>${flow.release.repo.id}</id>
<url>${flow.release.repo.url}</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>${flow.snapshot.repo.id}</id>
<url>${flow.snapshot.repo.url}</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand Down
9 changes: 0 additions & 9 deletions settings.xml

This file was deleted.

0 comments on commit 24cd95d

Please sign in to comment.