File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 27
27
</parent >
28
28
29
29
<artifactId >auth</artifactId >
30
- <version >0.0.1-SNAPSHOT</version >
31
30
32
31
<name >auth</name >
33
32
<description >auth of leafage</description >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
- ~ Copyright 2018-2024 little3201.
3
+ ~ Copyright 2018-2025 little3201.
4
4
~
5
5
~ Licensed under the Apache License, Version 2.0 (the "License");
6
6
~ you may not use this file except in compliance with the License.
22
22
<parent >
23
23
<groupId >top.leafage</groupId >
24
24
<artifactId >leafage-starter-parent</artifactId >
25
- <version >0.3.2 </version >
25
+ <version >0.3.3 </version >
26
26
<relativePath /> <!-- lookup parent from repository -->
27
27
</parent >
28
28
50
50
</developers >
51
51
52
52
<modules >
53
+ <module >auth</module >
53
54
<module >hypervisor</module >
54
55
<module >assets</module >
55
56
</modules >
74
75
<groupId >org.sonarsource.scanner.maven</groupId >
75
76
<artifactId >sonar-maven-plugin</artifactId >
76
77
</plugin >
78
+ <plugin >
79
+ <groupId >org.jacoco</groupId >
80
+ <artifactId >jacoco-maven-plugin</artifactId >
81
+ </plugin >
77
82
</plugins >
78
83
</build >
79
84
You can’t perform that action at this time.
0 commit comments