Skip to content

Commit

Permalink
Enable vaadin-prerelease for snapshot (#8165) (#8262)
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 76f47f2 commit ff5381c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 25 deletions.
24 changes: 8 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
</scm>

<properties>
<flow.repo.id>vaadin-snapshots</flow.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.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
</flow.addons.repo.url>

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down Expand Up @@ -106,12 +106,8 @@

<repositories>
<repository>
<id>flow</id>
<id>${flow.release.repo.id}</id>
<url>${flow.release.repo.url}</url>
</repository>
<repository>
<id>flow-snapshots</id>
<url>${flow.snapshot.repo.url}</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand All @@ -124,12 +120,8 @@

<pluginRepositories>
<pluginRepository>
<id>flow</id>
<id>${flow.release.repo.id}</id>
<url>${flow.release.repo.url}</url>
</pluginRepository>
<pluginRepository>
<id>flow-snapshots</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 ff5381c

Please sign in to comment.