File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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 >
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
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 >
You can’t perform that action at this time.
0 commit comments