File tree 21 files changed +130
-60
lines changed
project-management-infrastructure
src/main/java/life/qbic/datamanager/views
21 files changed +130
-60
lines changed Original file line number Diff line number Diff line change
1
+ cff-version : 1.2.0
2
+ message : " If you use or reference this software, please cite it as below"
3
+ authors :
4
+ - family-names : Koch
5
+ given-names : Tobias
6
+ orcid : https://orcid.org/0000-0002-2141-8460
7
+ - family-names : Greiner
8
+ given-names : Steffen
9
+ orcid : https://orcid.org/0009-0006-0929-9338
10
+ - family-names : Friedrich
11
+ given-names : Andreas
12
+ orcid : https://orcid.org/0000-0001-6843-8680
13
+ - family-names : Pawar
14
+ given-names : Shraddha
15
+ orcid : https://orcid.org/0009-0008-2017-5488
16
+ - family-names : Bödker
17
+ given-names : Jennifer
18
+ - family-names : Barroso-Oquendo
19
+ given-names : Morgana
20
+ orcid : https://orcid.org/0000-0003-4221-5723
21
+ - family-names : Barletta Solari
22
+ given-names : Francesca
23
+ orcid : https://orcid.org/0009-0002-1396-2252
24
+ - family-names : Fillinger
25
+ given-names : Sven
26
+ orcid : https://orcid.org/0000-0001-8835-2219
27
+ - family-names : Nahnsen
28
+ given-names : Sven
29
+ orcid : https://orcid.org/0000-0002-4375-0691
30
+ title : " Data Manager - A data management solution for the life sciences"
31
+ version : 1.0.0
32
+ identifiers :
33
+ - type : doi
34
+ value : 10.5281/zenodo.10371779
35
+ doi : 10.5281/zenodo.10371779
36
+ date-released : 2024-06-10
37
+ repository-code : " https://github.com/qbicsoftware/data-manager-app"
38
+ license : MIT
39
+ keywords :
40
+ - " research data management"
41
+ - " data management"
42
+ - " data manager"
43
+ - " omics"
44
+ - " life science"
45
+ - " genomics"
46
+ - " proteomics"
47
+ - " raw data"
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 >1.6.4 </version >
8
+ <version >1.6.6 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<artifactId >application-commons</artifactId >
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 >1.6.4 </version >
8
+ <version >1.6.6 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<artifactId >broadcasting</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >life.qbic</groupId >
8
8
<artifactId >datamanager</artifactId >
9
- <version >1.6.4 </version >
9
+ <version >1.6.6 </version >
10
10
</parent >
11
11
12
12
<artifactId >domain-concept</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >life.qbic</groupId >
8
8
<artifactId >datamanager</artifactId >
9
- <version >1.6.4 </version >
9
+ <version >1.6.6 </version >
10
10
</parent >
11
11
12
12
<groupId >life.qbic.infrastructure</groupId >
21
21
<dependency >
22
22
<groupId >life.qbic</groupId >
23
23
<artifactId >identity</artifactId >
24
- <version >1.6.4 </version >
24
+ <version >1.6.6 </version >
25
25
<scope >compile</scope >
26
26
</dependency >
27
27
<dependency >
28
28
<groupId >life.qbic</groupId >
29
29
<artifactId >project-management</artifactId >
30
- <version >1.6.4 </version >
30
+ <version >1.6.6 </version >
31
31
<scope >compile</scope >
32
32
</dependency >
33
33
<dependency >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >life.qbic</groupId >
8
8
<artifactId >datamanager</artifactId >
9
- <version >1.6.4 </version >
9
+ <version >1.6.6 </version >
10
10
</parent >
11
11
12
12
<groupId >life.qbic.finances</groupId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >life.qbic</groupId >
8
8
<artifactId >datamanager</artifactId >
9
- <version >1.6.4 </version >
9
+ <version >1.6.6 </version >
10
10
</parent >
11
11
12
12
<artifactId >finances-infrastructure</artifactId >
20
20
<dependency >
21
21
<groupId >life.qbic</groupId >
22
22
<artifactId >finances</artifactId >
23
- <version >1.6.4 </version >
23
+ <version >1.6.6 </version >
24
24
<scope >compile</scope >
25
25
</dependency >
26
26
<dependency >
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 >1.6.4 </version >
8
+ <version >1.6.6 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<artifactId >finances</artifactId >
38
38
<dependency >
39
39
<groupId >life.qbic.finances</groupId >
40
40
<artifactId >finances-api</artifactId >
41
- <version >1.6.4 </version >
41
+ <version >1.6.6 </version >
42
42
<scope >compile</scope >
43
43
</dependency >
44
44
</dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >life.qbic</groupId >
8
8
<artifactId >datamanager</artifactId >
9
- <version >1.6.4 </version >
9
+ <version >1.6.6 </version >
10
10
</parent >
11
11
12
12
<groupId >life.qbic.datamanager</groupId >
21
21
<dependency >
22
22
<groupId >life.qbic</groupId >
23
23
<artifactId >application-commons</artifactId >
24
- <version >1.6.4 </version >
24
+ <version >1.6.6 </version >
25
25
<scope >compile</scope >
26
26
</dependency >
27
27
</dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >life.qbic</groupId >
8
8
<artifactId >datamanager</artifactId >
9
- <version >1.6.4 </version >
9
+ <version >1.6.6 </version >
10
10
</parent >
11
11
<artifactId >identity-infrastructure</artifactId >
12
12
<dependencies >
13
13
<dependency >
14
14
<groupId >life.qbic</groupId >
15
15
<artifactId >identity</artifactId >
16
- <version >1.6.4 </version >
16
+ <version >1.6.6 </version >
17
17
<scope >compile</scope >
18
18
</dependency >
19
19
<dependency >
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 >1.6.4 </version >
8
+ <version >1.6.6 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
45
45
<dependency >
46
46
<groupId >life.qbic</groupId >
47
47
<artifactId >broadcasting</artifactId >
48
- <version >1.6.4 </version >
48
+ <version >1.6.6 </version >
49
49
<scope >compile</scope >
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >life.qbic</groupId >
53
53
<artifactId >application-commons</artifactId >
54
- <version >1.6.4 </version >
54
+ <version >1.6.6 </version >
55
55
<scope >compile</scope >
56
56
</dependency >
57
57
<dependency >
58
58
<groupId >life.qbic</groupId >
59
59
<artifactId >logging</artifactId >
60
- <version >1.6.4 </version >
60
+ <version >1.6.6 </version >
61
61
<scope >compile</scope >
62
62
</dependency >
63
63
<dependency >
64
64
<groupId >life.qbic</groupId >
65
65
<artifactId >domain-concept</artifactId >
66
- <version >1.6.4 </version >
66
+ <version >1.6.6 </version >
67
67
<scope >compile</scope >
68
68
</dependency >
69
69
<dependency >
86
86
<dependency >
87
87
<groupId >life.qbic.datamanager</groupId >
88
88
<artifactId >identity-api</artifactId >
89
- <version >1.6.4 </version >
89
+ <version >1.6.6 </version >
90
90
<scope >compile</scope >
91
91
</dependency >
92
92
</dependencies >
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 >1.6.4 </version >
8
+ <version >1.6.6 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<artifactId >logging</artifactId >
53
53
<dependency >
54
54
<groupId >life.qbic.logging</groupId >
55
55
<artifactId >subscription-api</artifactId >
56
- <version >1.6.4 </version >
56
+ <version >1.6.6 </version >
57
57
<scope >compile</scope >
58
58
</dependency >
59
59
</dependencies >
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 >1.6.4 </version >
10
+ <version >1.6.6 </version >
11
11
<modules >
12
12
<module >user-interface</module >
13
13
<module >identity</module >
44
44
<parent >
45
45
<groupId >org.springframework.boot</groupId >
46
46
<artifactId >spring-boot-starter-parent</artifactId >
47
- <version >3.3.5 </version >
47
+ <version >3.3.6 </version >
48
48
</parent >
49
49
50
50
<repositories >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >life.qbic</groupId >
8
8
<artifactId >datamanager</artifactId >
9
- <version >1.6.4 </version >
9
+ <version >1.6.6 </version >
10
10
</parent >
11
11
12
12
<groupId >life.qbic.identity</groupId >
29
29
<dependency >
30
30
<groupId >life.qbic</groupId >
31
31
<artifactId >project-management</artifactId >
32
- <version >1.6.4 </version >
32
+ <version >1.6.6 </version >
33
33
<scope >compile</scope >
34
34
</dependency >
35
35
<dependency >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >datamanager</artifactId >
6
6
<groupId >life.qbic</groupId >
7
- <version >1.6.4 </version >
7
+ <version >1.6.6 </version >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
<artifactId >project-management</artifactId >
37
37
<dependency >
38
38
<groupId >life.qbic</groupId >
39
39
<artifactId >application-commons</artifactId >
40
- <version >1.6.4 </version >
40
+ <version >1.6.6 </version >
41
41
<scope >compile</scope >
42
42
</dependency >
43
43
<dependency >
44
44
<groupId >life.qbic</groupId >
45
45
<artifactId >logging</artifactId >
46
- <version >1.6.4 </version >
46
+ <version >1.6.6 </version >
47
47
<scope >compile</scope >
48
48
</dependency >
49
49
<dependency >
54
54
<dependency >
55
55
<groupId >life.qbic</groupId >
56
56
<artifactId >domain-concept</artifactId >
57
- <version >1.6.4 </version >
57
+ <version >1.6.6 </version >
58
58
<scope >compile</scope >
59
59
</dependency >
60
60
<dependency >
77
77
<dependency >
78
78
<groupId >life.qbic.datamanager</groupId >
79
79
<artifactId >identity-api</artifactId >
80
- <version >1.6.4 </version >
80
+ <version >1.6.6 </version >
81
81
<scope >compile</scope >
82
82
</dependency >
83
83
<dependency >
84
84
<groupId >life.qbic.finances</groupId >
85
85
<artifactId >finances-api</artifactId >
86
- <version >1.6.4 </version >
86
+ <version >1.6.6 </version >
87
87
<scope >compile</scope >
88
88
</dependency >
89
89
<dependency >
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 >1.6.4 </version >
8
+ <version >1.6.6 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<groupId >life.qbic.logging</groupId >
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 >1.6.4 </version >
8
+ <version >1.6.6 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<groupId >life.qbic.logging</groupId >
14
14
<dependency >
15
15
<groupId >life.qbic.logging</groupId >
16
16
<artifactId >subscription-api</artifactId >
17
- <version >1.6.4 </version >
17
+ <version >1.6.6 </version >
18
18
<scope >compile</scope >
19
19
</dependency >
20
20
<dependency >
You can’t perform that action at this time.
0 commit comments