File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >datamanager</artifactId >
7
7
<groupId >life.qbic</groupId >
8
- <version >0.3.0 </version >
8
+ <version >0.4.1 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 7
7
<groupId >life.qbic</groupId >
8
8
<artifactId >datamanager</artifactId >
9
9
<name >Data Manager</name >
10
- <version >0.3.0 </version >
10
+ <version >0.4.1 </version >
11
11
<modules >
12
12
<module >webapp</module >
13
13
<module >core</module >
Original file line number Diff line number Diff line change @@ -2,7 +2,5 @@ import './vaadin-featureflags.ts';
2
2
3
3
import './index' ;
4
4
5
- import '@vaadin/flow-frontend/VaadinDevmodeGizmo.js' ;
6
-
7
5
import { applyTheme } from './theme' ;
8
6
applyTheme ( document ) ;
Original file line number Diff line number Diff line change 6
6
<!-- Project from https://start.vaadin.com/project/25bb864a-5cfc-4bcc-8a0c-1abc5ff20bd8 -->
7
7
<artifactId >datamanagement-webapp</artifactId >
8
8
<name >Data Manager Webapp</name >
9
- <version >0.3.0 </version >
9
+ <version >0.4.1 </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<properties >
16
16
<parent >
17
17
<groupId >life.qbic</groupId >
18
18
<artifactId >datamanager</artifactId >
19
- <version >0.3.0 </version >
19
+ <version >0.4.1 </version >
20
20
</parent >
21
21
22
22
<repositories >
75
75
<dependency >
76
76
<groupId >life.qbic</groupId >
77
77
<artifactId >datamanagement-core</artifactId >
78
- <version >0.3.0 </version >
78
+ <version >0.4.1 </version >
79
79
<scope >compile</scope >
80
80
</dependency >
81
81
</dependencies >
You can’t perform that action at this time.
0 commit comments