Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
Prepare to release (#9)
Browse files Browse the repository at this point in the history
using flow-component-base alpha2 and release repo;
using flow alpha9;
update to 1.0-SNAPSHOT
  • Loading branch information
ZheSun88 committed Nov 15, 2017
1 parent 6582484 commit 70faebb
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-component</artifactId>
<version>1.0-SNAPSHOT</version>
<artifactId>flow-component-base</artifactId>
<version>1.0.0.alpha2</version>
</parent>

<artifactId>vaadin-split-layout-flow</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0-SNAPSHOT</version>

<properties>
<flow.version>1.0-SNAPSHOT</flow.version>
<flow.version>1.0.0.alpha9</flow.version>
</properties>

<repositories>
Expand All @@ -22,19 +22,10 @@
<url>https://repo.vaadin.com/nexus/content/repositories/flow/</url>
</repository>
<repository>
<id>flow-snapshots</id>
<url>https://repo.vaadin.com/nexus/content/repositories/flow-snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>flow-component-base</id>
<url>https://maven.vaadin.com/vaadin-prereleases</url>
</repository>
</repositories>

<scm>
<connection>scm:https:https://github.com/vaadin/vaadin-split-layout-flow.git</connection>
<developerConnection>scm:git:git@github.com:vaadin/vaadin-split-layout-flow.git</developerConnection>
<url>https://github.com/vaadin/vaadin-split-layout-flow/</url>
</scm>

<dependencies>
<dependency>
Expand Down

0 comments on commit 70faebb

Please sign in to comment.