Skip to content

Commit

Permalink
Use https for Maven repositories (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezguille authored Aug 1, 2019
1 parent b8d2e20 commit 04ec625
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

<vaadin.version.maven>8.0.0</vaadin.version.maven>
<vaadin.plugin.version>8.0.0</vaadin.plugin.version>
<snapshot.repository.url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</snapshot.repository.url>
<snapshot.repository.url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</snapshot.repository.url>

<Implementation-Version>${project.version}</Implementation-Version>
<!-- Must not change this because of the Directory -->
Expand Down Expand Up @@ -95,7 +95,7 @@
<pluginRepositories>
<pluginRepository>
<id>vaadin-snapshots</id>
<url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
<Vaadin-Addon>touchkit-${project.version}.jar</Vaadin-Addon>

<snapshot.repository.url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</snapshot.repository.url>
<snapshot.repository.url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</snapshot.repository.url>
</properties>

<modules>
Expand Down

0 comments on commit 04ec625

Please sign in to comment.