Skip to content

Commit b9ae8e2

Browse files
authored
Set version to 0.4.1 (#58)
1 parent 6c4d8ee commit b9ae8e2

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datamanager</artifactId>
77
<groupId>life.qbic</groupId>
8-
<version>0.3.0</version>
8+
<version>0.4.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>life.qbic</groupId>
88
<artifactId>datamanager</artifactId>
99
<name>Data Manager</name>
10-
<version>0.3.0</version>
10+
<version>0.4.1</version>
1111
<modules>
1212
<module>webapp</module>
1313
<module>core</module>

webapp/frontend/generated/vaadin.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@ import './vaadin-featureflags.ts';
22

33
import './index';
44

5-
import '@vaadin/flow-frontend/VaadinDevmodeGizmo.js';
6-
75
import { applyTheme } from './theme';
86
applyTheme(document);

webapp/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- Project from https://start.vaadin.com/project/25bb864a-5cfc-4bcc-8a0c-1abc5ff20bd8 -->
77
<artifactId>datamanagement-webapp</artifactId>
88
<name>Data Manager Webapp</name>
9-
<version>0.3.0</version>
9+
<version>0.4.1</version>
1010
<packaging>jar</packaging>
1111

1212
<properties>
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>life.qbic</groupId>
1818
<artifactId>datamanager</artifactId>
19-
<version>0.3.0</version>
19+
<version>0.4.1</version>
2020
</parent>
2121

2222
<repositories>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>life.qbic</groupId>
7777
<artifactId>datamanagement-core</artifactId>
78-
<version>0.3.0</version>
78+
<version>0.4.1</version>
7979
<scope>compile</scope>
8080
</dependency>
8181
</dependencies>

0 commit comments

Comments
 (0)