Skip to content

Commit 0d7d19c

Browse files
committed
Bumped version to 3.3.1
1 parent 844bfc9 commit 0d7d19c

File tree

9 files changed

+92
-92
lines changed

9 files changed

+92
-92
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.imi</groupId>
55
<artifactId>MoPat</artifactId>
6-
<version>3.3.0</version>
6+
<version>3.3.1</version>
77
<packaging>war</packaging>
88
<name>MoPat</name>
99
<!--/*
Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
11
<th:block layout:fragment="adminJS">
2-
<script defer th:src="@{/js/helper/dialog.js?version=3.3.0}"></script>
3-
<script defer th:src="@{/js/helper/dragNDropList.js?version=3.3.0}"></script>
4-
<script defer th:src="@{/js/helper/image.js?version=3.3.0}"></script>
5-
<script defer th:src="@{/js/application.js?version=3.3.0}"></script>
6-
<script defer th:src="@{/js/helper/localization.js?version=3.3.0}"></script>
7-
<script defer th:src="@{/js/mobile/helper/pseudonymization.js?version=3.3.0}"></script>
8-
<script defer th:src="@{/js/mobile/survey/model/answer.js?version=3.3.0}"></script>
9-
<script defer th:src="@{/js/mobile/survey/model/bundle.js?version=3.3.0}"></script>
10-
<script defer th:src="@{/js/mobile/survey/model/bundleQuestionnaire.js?version=3.3.0}"></script>
11-
<script defer th:src="@{/js/mobile/survey/model/question.js?version=3.3.0}"></script>
12-
<script defer th:src="@{/js/mobile/survey/model/questionnaire.js?version=3.3.0}"></script>
13-
<script defer th:src="@{/js/mobile/survey/model/condition.js?version=3.3.0}"></script>
2+
<script defer th:src="@{/js/helper/dialog.js?version=3.3.1}"></script>
3+
<script defer th:src="@{/js/helper/dragNDropList.js?version=3.3.1}"></script>
4+
<script defer th:src="@{/js/helper/image.js?version=3.3.1}"></script>
5+
<script defer th:src="@{/js/application.js?version=3.3.1}"></script>
6+
<script defer th:src="@{/js/helper/localization.js?version=3.3.1}"></script>
7+
<script defer th:src="@{/js/mobile/helper/pseudonymization.js?version=3.3.1}"></script>
8+
<script defer th:src="@{/js/mobile/survey/model/answer.js?version=3.3.1}"></script>
9+
<script defer th:src="@{/js/mobile/survey/model/bundle.js?version=3.3.1}"></script>
10+
<script defer th:src="@{/js/mobile/survey/model/bundleQuestionnaire.js?version=3.3.1}"></script>
11+
<script defer th:src="@{/js/mobile/survey/model/question.js?version=3.3.1}"></script>
12+
<script defer th:src="@{/js/mobile/survey/model/questionnaire.js?version=3.3.1}"></script>
13+
<script defer th:src="@{/js/mobile/survey/model/condition.js?version=3.3.1}"></script>
1414
</th:block>
1515

1616
<th:block layout:fragment="adminCSS">
17-
<link rel="stylesheet" th:href="@{/css/admin/dataTables.css?version=3.3.0}" />
18-
<link rel="stylesheet" th:href="@{/css/admin/elements.css?version=3.3.0}" />
19-
<link rel="stylesheet" th:href="@{/css/admin/error.css?version=3.3.0}" />
20-
<link rel="stylesheet" th:href="@{/css/admin/footer.css?version=3.3.0}" />
21-
<link rel="stylesheet" th:href="@{/css/admin/header.css?version=3.3.0}" />
22-
<link rel="stylesheet" th:href="@{/css/admin/layout.css?version=3.3.0}" />
23-
<link rel="stylesheet" th:href="@{/css/admin/mapping.css?version=3.3.0}" />
24-
<link rel="stylesheet" th:href="@{/css/admin/iconpicker.css?version=3.3.0}" />
17+
<link rel="stylesheet" th:href="@{/css/admin/dataTables.css?version=3.3.1}" />
18+
<link rel="stylesheet" th:href="@{/css/admin/elements.css?version=3.3.1}" />
19+
<link rel="stylesheet" th:href="@{/css/admin/error.css?version=3.3.1}" />
20+
<link rel="stylesheet" th:href="@{/css/admin/footer.css?version=3.3.1}" />
21+
<link rel="stylesheet" th:href="@{/css/admin/header.css?version=3.3.1}" />
22+
<link rel="stylesheet" th:href="@{/css/admin/layout.css?version=3.3.1}" />
23+
<link rel="stylesheet" th:href="@{/css/admin/mapping.css?version=3.3.1}" />
24+
<link rel="stylesheet" th:href="@{/css/admin/iconpicker.css?version=3.3.1}" />
2525
</th:block>
2626

2727
<th:block layout:fragment="mobileCSS">
28-
<link rel="stylesheet" th:href="@{/css/mobile/layout.css?version=3.3.0}" />
29-
<link rel="stylesheet" th:href="@{/css/mobile/style.css?version=3.3.0}" />
30-
<link rel="stylesheet" th:href="@{/css/mobile/survey.css?version=3.3.0}" />
28+
<link rel="stylesheet" th:href="@{/css/mobile/layout.css?version=3.3.1}" />
29+
<link rel="stylesheet" th:href="@{/css/mobile/style.css?version=3.3.1}" />
30+
<link rel="stylesheet" th:href="@{/css/mobile/survey.css?version=3.3.1}" />
3131
</th:block>
3232

3333
<th:block layout:fragment="mobileJS">
34-
<script th:src="@{/js/mobile/helper/login.js?version=3.3.0}"></script>
35-
<script th:src="@{/js/mobile/helper/user.js?version=3.3.0}"></script>
36-
<script th:src="@{/js/mobile/helper/footer.js?version=3.3.0}"></script>
37-
<script th:src="@{/js/mobile/helper/pseudonymization.js?version=3.3.0}"></script>
38-
<script th:src="@{/js/mobile/helper/survey/mobileApplication.js?version=3.3.0}"></script>
34+
<script th:src="@{/js/mobile/helper/login.js?version=3.3.1}"></script>
35+
<script th:src="@{/js/mobile/helper/user.js?version=3.3.1}"></script>
36+
<script th:src="@{/js/mobile/helper/footer.js?version=3.3.1}"></script>
37+
<script th:src="@{/js/mobile/helper/pseudonymization.js?version=3.3.1}"></script>
38+
<script th:src="@{/js/mobile/helper/survey/mobileApplication.js?version=3.3.1}"></script>
3939

40-
<script th:src="@{/js/mobile/survey/selectBundle.js?version=3.3.0}"></script>
40+
<script th:src="@{/js/mobile/survey/selectBundle.js?version=3.3.1}"></script>
4141

42-
<script th:src="@{/js/mobile/survey/helpMode.js?version=3.3.0}"></script>
43-
<script th:src="@{/js/mobile/helper/survey/questionStyleEnhancer.js?version=3.3.0}"></script>
44-
<script th:src="@{/js/mobile/survey/survey.js?version=3.3.0}"></script>
45-
<script th:src="@{/js/mobile/survey/navigation.js?version=3.3.0}"></script>
46-
<script th:src="@{/js/mobile/survey/selector.js?version=3.3.0}"></script>
47-
<script th:src="@{/js/mobile/survey/model/encounter.js?version=3.3.0}"></script>
48-
<script th:src="@{/js/mobile/survey/model/bundle.js?version=3.3.0}"></script>
49-
<script th:src="@{/js/mobile/survey/model/questionnaire.js?version=3.3.0}"></script>
50-
<script th:src="@{/js/mobile/survey/model/bundleQuestionnaire.js?version=3.3.0}"></script>
51-
<script th:src="@{/js/mobile/survey/model/question.js?version=3.3.0}"></script>
52-
<script th:src="@{/js/mobile/survey/model/answer.js?version=3.3.0}"></script>
53-
<script th:src="@{/js/mobile/survey/model/condition.js?version=3.3.0}"></script>
54-
<script th:src="@{/js/mobile/survey/model/configuration.js?version=3.3.0}"></script>
55-
<script th:src="@{/js/mobile/survey/model/response.js?version=3.3.0}"></script>
56-
<script th:src="@{/js/mobile/survey/model/pointOnImage.js?version=3.3.0}"></script>
57-
<script th:src="@{/js/mobile/helper/survey/stepsizeRounding.js?version=3.3.0}"></script>
58-
<script th:src="@{/js/mobile/helper/selector/freeTextCleaner.js?version=3.3.0}"></script>
42+
<script th:src="@{/js/mobile/survey/helpMode.js?version=3.3.1}"></script>
43+
<script th:src="@{/js/mobile/helper/survey/questionStyleEnhancer.js?version=3.3.1}"></script>
44+
<script th:src="@{/js/mobile/survey/survey.js?version=3.3.1}"></script>
45+
<script th:src="@{/js/mobile/survey/navigation.js?version=3.3.1}"></script>
46+
<script th:src="@{/js/mobile/survey/selector.js?version=3.3.1}"></script>
47+
<script th:src="@{/js/mobile/survey/model/encounter.js?version=3.3.1}"></script>
48+
<script th:src="@{/js/mobile/survey/model/bundle.js?version=3.3.1}"></script>
49+
<script th:src="@{/js/mobile/survey/model/questionnaire.js?version=3.3.1}"></script>
50+
<script th:src="@{/js/mobile/survey/model/bundleQuestionnaire.js?version=3.3.1}"></script>
51+
<script th:src="@{/js/mobile/survey/model/question.js?version=3.3.1}"></script>
52+
<script th:src="@{/js/mobile/survey/model/answer.js?version=3.3.1}"></script>
53+
<script th:src="@{/js/mobile/survey/model/condition.js?version=3.3.1}"></script>
54+
<script th:src="@{/js/mobile/survey/model/configuration.js?version=3.3.1}"></script>
55+
<script th:src="@{/js/mobile/survey/model/response.js?version=3.3.1}"></script>
56+
<script th:src="@{/js/mobile/survey/model/pointOnImage.js?version=3.3.1}"></script>
57+
<script th:src="@{/js/mobile/helper/survey/stepsizeRounding.js?version=3.3.1}"></script>
58+
<script th:src="@{/js/mobile/helper/selector/freeTextCleaner.js?version=3.3.1}"></script>
5959
</th:block>

src/main/webapp/WEB-INF/layout/error.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<head>
88
<meta charset="utf-8" />
99

10-
<script th:src="@{/js/jQuery/jquery.min.js?version=3.3.0}"></script>
10+
<script th:src="@{/js/jQuery/jquery.min.js?version=3.3.1}"></script>
1111
<script
1212
defer
13-
th:src="@{/js/modernizr/modernizr-custom.js?version=3.3.0}"
13+
th:src="@{/js/modernizr/modernizr-custom.js?version=3.3.1}"
1414
></script>
1515

1616
<link
@@ -20,15 +20,15 @@
2020

2121
<link
2222
rel="stylesheet"
23-
th:href="@{/css/bootstrap/bootstrap.min.css?version=3.3.0}"
23+
th:href="@{/css/bootstrap/bootstrap.min.css?version=3.3.1}"
2424
/>
2525
<link
2626
rel="stylesheet"
27-
th:href="@{/css/bootstrap/bootstrap-icons.min.css?version=3.3.0}"
27+
th:href="@{/css/bootstrap/bootstrap-icons.min.css?version=3.3.1}"
2828
/>
2929
<link
3030
rel="stylesheet"
31-
th:href="@{/css/bootstrap/fileinput.min.css?version=3.3.0}"
31+
th:href="@{/css/bootstrap/fileinput.min.css?version=3.3.1}"
3232
/>
3333

3434
<!--/* Set thymeleaf variable "deployment" to "LOCAL" to add all css files independently, so that debugging is possible

src/main/webapp/WEB-INF/layout/login.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333

3434
<link
3535
rel="stylesheet"
36-
th:href="@{/css/bootstrap/bootstrap.min.css?version=3.3.0}"
36+
th:href="@{/css/bootstrap/bootstrap.min.css?version=3.3.1}"
3737
/>
3838
<link
3939
rel="stylesheet"
40-
th:href="@{/css/bootstrap/bootstrap-icons.min.css?version=3.3.0}"
40+
th:href="@{/css/bootstrap/bootstrap-icons.min.css?version=3.3.1}"
4141
/>
4242
<link
4343
rel="stylesheet"
44-
th:href="@{/css/bootstrap/fileinput.min.css?version=3.3.0}"
44+
th:href="@{/css/bootstrap/fileinput.min.css?version=3.3.1}"
4545
/>
4646

4747
<th:block
@@ -59,16 +59,16 @@
5959
<![endif]-->
6060

6161
<!--/* JQuery Basics */-->
62-
<script th:src="@{/js/jQuery/jquery.min.js?version=3.3.0}"></script>
62+
<script th:src="@{/js/jQuery/jquery.min.js?version=3.3.1}"></script>
6363

6464
<!--/* Modernizr to query specific device types */-->
65-
<script th:src="@{/js/modernizr/modernizr-custom.js?version=3.3.0}"></script>
65+
<script th:src="@{/js/modernizr/modernizr-custom.js?version=3.3.1}"></script>
6666

6767
<!--/* Bootstrap */-->
68-
<script th:src="@{/js/bootstrap/bootstrap.min.js?version=3.3.0}"></script>
68+
<script th:src="@{/js/bootstrap/bootstrap.min.js?version=3.3.1}"></script>
6969

7070
<!--/* Always import dialog from non mobile helper directory */-->
71-
<script th:src="@{/js/helper/dialog.js?version=3.3.0}"></script>
71+
<script th:src="@{/js/helper/dialog.js?version=3.3.1}"></script>
7272

7373
<th:block
7474
layout:replace="~{fragments/resourceFragment :: mobileJS}"

src/main/webapp/WEB-INF/layout/main.html

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@
2727
<!--/* WYSIWYG Editor */-->
2828
<link
2929
rel="stylesheet"
30-
th:href="@{/css/wysiwyg/summernote-bs5.min.css?version=3.3.0}"
30+
th:href="@{/css/wysiwyg/summernote-bs5.min.css?version=3.3.1}"
3131
/>
3232
<!--/* dataTables */-->
3333
<link
3434
rel="stylesheet"
35-
th:href="@{/css/jQuery/dataTables/datatables.min.css?version=3.3.0}"
35+
th:href="@{/css/jQuery/dataTables/datatables.min.css?version=3.3.1}"
3636
/>
3737
<!--/* Bootstrap */-->
3838
<link
3939
rel="stylesheet"
40-
th:href="@{/css/bootstrap/bootstrap.min.css?version=3.3.0}"
40+
th:href="@{/css/bootstrap/bootstrap.min.css?version=3.3.1}"
4141
/>
4242
<link
4343
rel="stylesheet"
44-
th:href="@{/css/bootstrap/bootstrap-icons.min.css?version=3.3.0}"
44+
th:href="@{/css/bootstrap/bootstrap-icons.min.css?version=3.3.1}"
4545
/>
4646
<link
4747
rel="stylesheet"
48-
th:href="@{/css/bootstrap/fileinput.min.css?version=3.3.0}"
48+
th:href="@{/css/bootstrap/fileinput.min.css?version=3.3.1}"
4949
/>
5050

5151

@@ -57,70 +57,70 @@
5757
<th:block layout:fragment="links"></th:block>
5858

5959
<!--/* JQuery Basics */-->
60-
<script th:src="@{/js/jQuery/jquery.min.js?version=3.3.0}"></script>
60+
<script th:src="@{/js/jQuery/jquery.min.js?version=3.3.1}"></script>
6161
<script
6262
defer
63-
th:src="@{/js/modernizr/modernizr-custom.js?version=3.3.0}"
63+
th:src="@{/js/modernizr/modernizr-custom.js?version=3.3.1}"
6464
></script>
6565
<!--/* Sortable + jquery bindings */-->
66-
<script th:src="@{/js/sortable/Sortable.min.js?version=3.3.0}"></script>
67-
<script th:src="@{/js/sortable/jquery-sortable.js?version=3.3.0}"></script>
66+
<script th:src="@{/js/sortable/Sortable.min.js?version=3.3.1}"></script>
67+
<script th:src="@{/js/sortable/jquery-sortable.js?version=3.3.1}"></script>
6868

6969
<!--/* WYSIWYG Editor */-->
7070
<script
7171
defer
72-
th:src="@{/js/wysiwyg/summernote-bs5.min.js?version=3.3.0}"
72+
th:src="@{/js/wysiwyg/summernote-bs5.min.js?version=3.3.1}"
7373
></script>
7474
<script
7575
defer
76-
th:src="@{/js/wysiwyg/summernote-de-DE.min.js?version=3.3.0}"
76+
th:src="@{/js/wysiwyg/summernote-de-DE.min.js?version=3.3.1}"
7777
></script>
7878
<script
7979
defer
80-
th:src="@{/js/wysiwyg/summernote-es-ES.min.js?version=3.3.0}"
80+
th:src="@{/js/wysiwyg/summernote-es-ES.min.js?version=3.3.1}"
8181
></script>
8282

8383

8484
<!--/* dataTables */-->
8585
<script
8686
defer
87-
th:src="@{/js/jQuery/dataTables/jquery.dataTables.min.js?version=3.3.0}"
87+
th:src="@{/js/jQuery/dataTables/jquery.dataTables.min.js?version=3.3.1}"
8888
></script>
8989
<script
9090
defer
91-
th:src="@{/js/jQuery/dataTables/datatables.min.js?version=3.3.0}"
91+
th:src="@{/js/jQuery/dataTables/datatables.min.js?version=3.3.1}"
9292
></script>
9393
<!--/* Bootstrap */-->
9494
<script
9595
defer
96-
th:src="@{/js/bootstrap/bootstrap.min.js?version=3.3.0}"
96+
th:src="@{/js/bootstrap/bootstrap.min.js?version=3.3.1}"
9797
></script>
9898
<!--/* file upload */-->
9999
<script
100100
defer
101-
th:src="@{/js/bootstrap/fileinput.min.js?version=3.3.0}"
101+
th:src="@{/js/bootstrap/fileinput.min.js?version=3.3.1}"
102102
></script>
103103
<script
104104
defer
105-
th:src="@{/js/bootstrap/locales/de.js?version=3.3.0}"
105+
th:src="@{/js/bootstrap/locales/de.js?version=3.3.1}"
106106
></script>
107107
<script
108108
defer
109-
th:src="@{/js/bootstrap/locales/es.js?version=3.3.0}"
109+
th:src="@{/js/bootstrap/locales/es.js?version=3.3.1}"
110110
></script>
111111
<script
112112
defer
113-
th:src="@{/js/helper/dialog.js?version=3.3.0}"
113+
th:src="@{/js/helper/dialog.js?version=3.3.1}"
114114
></script>
115115
<script
116116
defer
117-
th:src="@{/js/helper/image.js?version=3.3.0}"
117+
th:src="@{/js/helper/image.js?version=3.3.1}"
118118
></script>
119119
<!--/* Iconpicker for slider questions */-->
120120
<script
121121
type="module"
122122
defer
123-
th:src="@{/js/iconpicker.js?version=3.3.0}"
123+
th:src="@{/js/iconpicker.js?version=3.3.1}"
124124
></script>
125125

126126
<th:block

src/main/webapp/WEB-INF/layout/mobile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
*/-->
66
<th:block layout:decorate="~{layout/login}">
77
<th:block layout:fragment="addScripts">
8-
<script th:src="@{/js/zxing/zxing.min.js?version=3.3.0}"></script>
8+
<script th:src="@{/js/zxing/zxing.min.js?version=3.3.1}"></script>
99
</th:block>
1010
</th:block>

src/main/webapp/WEB-INF/layout/mobileQuestionnaire.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<th:block layout:fragment="header"></th:block>
1313

1414
<th:block layout:fragment="addScripts">
15-
<script th:src="@{/js/svg/svg.min.js?version=3.3.0}"></script>
16-
<script th:src="@{/js/zxing/zxing.min.js?version=3.3.0}"></script>
17-
<script th:src="@{/js/jQuery/jquery-barcode.min.js?version=3.3.0}"></script>
15+
<script th:src="@{/js/svg/svg.min.js?version=3.3.1}"></script>
16+
<script th:src="@{/js/zxing/zxing.min.js?version=3.3.1}"></script>
17+
<script th:src="@{/js/jQuery/jquery-barcode.min.js?version=3.3.1}"></script>
1818
</th:block>
1919

2020
<th:block layout:fragment="content"></th:block>

src/main/webapp/WEB-INF/layout/mobileUser.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
th:with="onLoad='initUser();'"
88
>
99
<th:block layout:fragment="addScripts">
10-
<script th:src="@{/js/mobile/helper/user.js?version=3.3.0}"></script>
10+
<script th:src="@{/js/mobile/helper/user.js?version=3.3.1}"></script>
1111
</th:block>
1212
</th:block>

src/main/webapp/WEB-INF/layout/pinlogin.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
<!--/* Basics */-->
2929
<link
3030
rel="stylesheet"
31-
th:href="@{/css/bootstrap/bootstrap.min.css?version=3.3.0}"
31+
th:href="@{/css/bootstrap/bootstrap.min.css?version=3.3.1}"
3232
/>
3333
<link
3434
rel="stylesheet"
35-
th:href="@{/css/bootstrap/bootstrap-icons.min.css?version=3.3.0}"
35+
th:href="@{/css/bootstrap/bootstrap-icons.min.css?version=3.3.1}"
3636
/>
3737
<link
3838
rel="stylesheet"
39-
th:href="@{/css/bootstrap/fileinput.min.css?version=3.3.0}"
39+
th:href="@{/css/bootstrap/fileinput.min.css?version=3.3.1}"
4040
/>
4141

4242
<th:block
@@ -54,16 +54,16 @@
5454
<![endif]-->
5555

5656
<!--/* JQuery Basics */-->
57-
<script th:src="@{/js/jQuery/jquery.min.js?version=3.3.0}"></script>
57+
<script th:src="@{/js/jQuery/jquery.min.js?version=3.3.1}"></script>
5858

5959
<!--/* Modernizr to query specific device types */-->
60-
<script th:src="@{/js/modernizr/modernizr-custom.js?version=3.3.0}"></script>
60+
<script th:src="@{/js/modernizr/modernizr-custom.js?version=3.3.1}"></script>
6161

6262
<!--/* Bootstrap */-->
63-
<script th:src="@{/js/bootstrap/bootstrap.min.js?version=3.3.0}"></script>
63+
<script th:src="@{/js/bootstrap/bootstrap.min.js?version=3.3.1}"></script>
6464

6565
<!--/* Always import dialog from non mobile helper directory */-->
66-
<script th:src="@{/js/helper/dialog.js?version=3.3.0}"></script>
66+
<script th:src="@{/js/helper/dialog.js?version=3.3.1}"></script>
6767

6868
<th:block
6969
layout:replace="~{fragments/resourceFragment :: mobileJS}"

0 commit comments

Comments
 (0)