Skip to content

Commit 1f39758

Browse files
committed
Use Vaadin 1.0.0.beta9, Spring Data Commons 2.0.6
1 parent 51073bc commit 1f39758

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<maven.compiler.source>1.8</maven.compiler.source>
1414
<maven.compiler.target>1.8</maven.compiler.target>
15-
<vaadin.version>10.0.0.alpha11</vaadin.version>
15+
<vaadin.version>10.0.0.beta9</vaadin.version>
1616

1717
<!-- ZIP Manifest fields -->
1818
<Implementation-Version>${project.version}</Implementation-Version>
1919
<!-- Must not change this because of the Directory -->
2020
<Implementation-Title>${project.name}</Implementation-Title>
21+
<Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
2122
<Vaadin-License-Title>Apache License 2.0</Vaadin-License-Title>
2223
<Vaadin-Addon>${project.artifactId}-${project.version}.jar</Vaadin-Addon>
2324
</properties>
@@ -35,8 +36,8 @@
3536

3637
<repositories>
3738
<repository>
38-
<id>flow-internal-release</id>
39-
<url>https://repo.vaadin.com/nexus/content/repositories/flow</url>
39+
<id>vaadin-pre-release</id>
40+
<url>http://maven.vaadin.com/vaadin-prereleases/com/vaadin/</url>
4041
</repository>
4142
</repositories>
4243

@@ -71,7 +72,7 @@
7172
<dependency>
7273
<groupId>org.springframework.data</groupId>
7374
<artifactId>spring-data-commons</artifactId>
74-
<version>2.0.2.RELEASE</version>
75+
<version>2.0.6.RELEASE</version>
7576
<scope>provided</scope>
7677
</dependency>
7778
</dependencies>

0 commit comments

Comments
 (0)