Skip to content

Commit

Permalink
Update bom template (#215)
Browse files Browse the repository at this point in the history
* Update spring boot starter version

* Update designer version
  • Loading branch information
qtdzz authored Jun 25, 2018
1 parent 8e1b5f1 commit 302670a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/generator/templates/template-vaadin-bom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring-boot-starter</artifactId>
<version>${vaadin-spring-boot-starter.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
Expand Down
5 changes: 1 addition & 4 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"flow-spring": {
"javaVersion": "10.0.0"
},
"vaadin-spring-boot-starter": {
"javaVersion": "{{version}}"
},
"vaadin-button": {
"javaVersion": "1.0.0",
"jsVersion": "2.0.1",
Expand Down Expand Up @@ -130,7 +127,7 @@
"pro": true
},
"vaadin-designer": {
"javaVersion": "3.0.2",
"javaVersion": "3.0.4",
"noDep": true,
"pro": true
},
Expand Down

0 comments on commit 302670a

Please sign in to comment.