Skip to content

Commit af9358a

Browse files
authored
Merge pull request #36 from qbicsoftware/hotfix/1.12.2
1.12.2 (2021-11-02) ------------------- **Added** **Fixed** **Dependencies** * `com.vaadin:7.7.17` -> `7.7.28` (addresses CVE-2021-37714) **Deprecated**
2 parents 1030426 + ec52a59 commit af9358a

File tree

8 files changed

+24
-13364
lines changed

8 files changed

+24
-13364
lines changed

.github/workflows/build_docs.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ logs/
3535
# Properties, which may contain sensitive information
3636
**/developer.properties
3737
**/local.properties
38+
39+
# Vaadin compiled style
40+
**/mytheme/styles.css

.qube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ full_name: Andreas Friedrich
33
email: andreas.friedrich@qbic.uni-tuebingen.de
44
project_name: ProjectWizard Portlet
55
project_short_description: Creates hierarchical experiments using factorial design.
6-
version: 1.12.1
6+
version: 1.12.2
77
domain: portlet
88
language: groovy
99
project_slug: ProjectWizard_Portlet

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ Changelog
44

55
This 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+
721
1.12.1 (2021-06-11)
822
-------------------
923

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
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.

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
@@ -15,8 +15,8 @@
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>

qube.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.12.1
2+
current_version = 1.12.2
33

44
[bumpversion_files_whitelisted]
55
dot_qube = .qube.yml

0 commit comments

Comments
 (0)