summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@gmail.com>2017-04-13 15:51:05 +0300
committerAleksi Hietanen <aleksi@vaadin.com>2017-04-13 15:51:05 +0300
commit6213bf1397953dc432765424e3678b04fe45aa80 (patch)
treecb2877a20873d0e7766a6ecce0e61e3eb8c34776
parent7d4595c25cc510d36eef2c327a57d45c44b192dd (diff)
downloadvaadin-framework-6213bf1397953dc432765424e3678b04fe45aa80.tar.gz
vaadin-framework-6213bf1397953dc432765424e3678b04fe45aa80.zip
Add pre-release repository to apicmp profile (#9081)
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d47bfe724c..d09f300290 100644
--- a/pom.xml
+++ b/pom.xml
@@ -822,6 +822,12 @@
<module>shared</module>
<module>compatibility-shared</module>
</modules>
+ <repositories>
+ <repository>
+ <id>vaadin-prereleases</id>
+ <url>http://maven.vaadin.com/vaadin-prereleases</url>
+ </repository>
+ </repositories>
<build>
<plugins>
<plugin>