We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1030426 commit 12f4cc2Copy full SHA for 12f4cc2
.gitignore
@@ -35,3 +35,6 @@ logs/
35
# Properties, which may contain sensitive information
36
**/developer.properties
37
**/local.properties
38
+
39
+# Vaadin compiled style
40
+**/mytheme/styles.css
pom.xml
@@ -15,8 +15,8 @@
15
<version>3.1.4</version>
16
</parent>
17
<properties>
18
- <vaadin.version>7.7.17</vaadin.version>
19
- <vaadin.plugin.version>7.7.17</vaadin.plugin.version>
+ <vaadin.version>7.7.28</vaadin.version>
+ <vaadin.plugin.version>7.7.28</vaadin.plugin.version>
20
</properties>
21
<repositories>
22
<repository>
0 commit comments