File tree Expand file tree Collapse file tree 8 files changed +24
-13364
lines changed
src/main/webapp/VAADIN/themes/mytheme Expand file tree Collapse file tree 8 files changed +24
-13364
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3535# Properties, which may contain sensitive information
3636** /developer.properties
3737** /local.properties
38+
39+ # Vaadin compiled style
40+ ** /mytheme /styles.css
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ full_name: Andreas Friedrich
33email : andreas.friedrich@qbic.uni-tuebingen.de
44project_name : ProjectWizard Portlet
55project_short_description : Creates hierarchical experiments using factorial design.
6- version : 1.12.1
6+ version : 1.12.2
77domain : portlet
88language : groovy
99project_slug : ProjectWizard_Portlet
Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ Changelog
44
55This project adheres to `Semantic Versioning <https://semver.org/ >`_.
66
7+ 1.12.2 (2021-11-02)
8+ -------------------
9+
10+ **Added **
11+
12+ **Fixed **
13+
14+ **Dependencies **
15+
16+ * `com.vaadin:7.7.17 ` -> `7.7.28 ` (addresses CVE-2021-37714)
17+
18+ **Deprecated **
19+
20+
7211.12.1 (2021-06-11)
822-------------------
923
Original file line number Diff line number Diff line change 5555# the built documents.
5656#
5757# The short X.Y version.
58- version = '1.12.1 '
58+ version = '1.12.2 '
5959# The full version, including alpha/beta/rc tags.
60- release = '1.12.1 '
60+ release = '1.12.2 '
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change 44 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66 <artifactId >projectwizard-portlet</artifactId >
7- <version >1.12.1 </version >
7+ <version >1.12.2 </version >
88 <name >ProjectWizard Portlet</name >
99 <url >http://github.com/qbicsoftware/projectwizard-portlet</url >
1010 <description >Creates hierarchical experiments using factorial design.</description >
1515 <version >3.1.4</version >
1616 </parent >
1717 <properties >
18- <vaadin .version>7.7.17 </vaadin .version>
19- <vaadin .plugin.version>7.7.17 </vaadin .plugin.version>
18+ <vaadin .version>7.7.28 </vaadin .version>
19+ <vaadin .plugin.version>7.7.28 </vaadin .plugin.version>
2020 </properties >
2121 <repositories >
2222 <repository >
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.12.1
2+ current_version = 1.12.2
33
44[bumpversion_files_whitelisted]
55dot_qube = .qube.yml
You can’t perform that action at this time.
0 commit comments