Skip to content

Commit

Permalink
Don't repeat distribution management repo (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezguille authored and Artur- committed Nov 2, 2017
1 parent 7aaf9ab commit 69040d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<snapshotRepository>
<id>vaadin-snapshots</id>
<name>Vaadin snapshot repository</name>
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
<url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
</snapshotRepository>
<repository>
<id>vaadin-addons</id>
Expand Down
14 changes: 0 additions & 14 deletions vaadin-testbench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<selenium.version>3.6.0</selenium.version>
<snapshot.repository.url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/
</snapshot.repository.url>
</properties>

<licenses>
Expand All @@ -32,18 +30,6 @@
<profiles>
<profile>
<id>release</id>
<distributionManagement>
<snapshotRepository>
<id>vaadin-snapshots</id>
<name>Vaadin snapshot repository</name>
<url>${snapshot.repository.url}</url>
</snapshotRepository>
<repository>
<id>vaadin-addons</id>
<name>Vaadin add-ons repository</name>
<url>https://tools.vaadin.com/nexus/</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 69040d6

Please sign in to comment.