Skip to content

Commit

Permalink
Use Vaadin 1.0.0.beta9, Spring Data Commons 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- committed May 9, 2018
1 parent 51073bc commit 1f39758
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<vaadin.version>10.0.0.alpha11</vaadin.version>
<vaadin.version>10.0.0.beta9</vaadin.version>

<!-- ZIP Manifest fields -->
<Implementation-Version>${project.version}</Implementation-Version>
<!-- Must not change this because of the Directory -->
<Implementation-Title>${project.name}</Implementation-Title>
<Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
<Vaadin-License-Title>Apache License 2.0</Vaadin-License-Title>
<Vaadin-Addon>${project.artifactId}-${project.version}.jar</Vaadin-Addon>
</properties>
Expand All @@ -35,8 +36,8 @@

<repositories>
<repository>
<id>flow-internal-release</id>
<url>https://repo.vaadin.com/nexus/content/repositories/flow</url>
<id>vaadin-pre-release</id>
<url>http://maven.vaadin.com/vaadin-prereleases/com/vaadin/</url>
</repository>
</repositories>

Expand Down Expand Up @@ -71,7 +72,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>2.0.2.RELEASE</version>
<version>2.0.6.RELEASE</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 1f39758

Please sign in to comment.