Skip to content

Commit bb7b096

Browse files
committed
升级版本到0.3.3
1 parent 5e01c35 commit bb7b096

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

auth/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
</parent>
2828

2929
<artifactId>auth</artifactId>
30-
<version>0.0.1-SNAPSHOT</version>
3130

3231
<name>auth</name>
3332
<description>auth of leafage</description>

pom.xml

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2018-2024 little3201.
3+
~ Copyright 2018-2025 little3201.
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>top.leafage</groupId>
2424
<artifactId>leafage-starter-parent</artifactId>
25-
<version>0.3.2</version>
25+
<version>0.3.3</version>
2626
<relativePath/> <!-- lookup parent from repository -->
2727
</parent>
2828

@@ -50,6 +50,7 @@
5050
</developers>
5151

5252
<modules>
53+
<module>auth</module>
5354
<module>hypervisor</module>
5455
<module>assets</module>
5556
</modules>
@@ -74,6 +75,10 @@
7475
<groupId>org.sonarsource.scanner.maven</groupId>
7576
<artifactId>sonar-maven-plugin</artifactId>
7677
</plugin>
78+
<plugin>
79+
<groupId>org.jacoco</groupId>
80+
<artifactId>jacoco-maven-plugin</artifactId>
81+
</plugin>
7782
</plugins>
7883
</build>
7984

0 commit comments

Comments
 (0)