File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 5
5
<artifactId >audit4j-core</artifactId >
6
6
<packaging >jar</packaging >
7
7
<name >Audit4j - Core</name >
8
- <version >1.0.2 </version >
8
+ <version >2.2.0 </version >
9
9
<url >http://audit4j.org</url >
10
10
<description >Audit4j - An open-source audit suit for enterprise java platform, Core component</description >
11
11
<organization >
27
27
<
connection >scm:git:
[email protected] :audit4j/audit4j-core.git</
connection >
28
28
<
developerConnection >scm:git:
[email protected] :audit4j/audit4j-core.git</
developerConnection >
29
29
<
url >scm:git:
[email protected] :audit4j/audit4j-core.git</
url >
30
- <tag >v1.0 .0</tag >
30
+ <tag >v2.2 .0</tag >
31
31
</scm >
32
32
<developers >
33
33
<developer >
50
50
<version >7</version >
51
51
</parent >
52
52
53
- <properties >
54
- <slf4j .version>1.7.5</slf4j .version>
55
- </properties >
56
-
57
53
<dependencies >
58
54
<dependency >
59
55
<groupId >junit</groupId >
71
67
<artifactId >yamlbeans</artifactId >
72
68
<version >1.08</version >
73
69
</dependency >
74
-
75
70
<dependency >
76
71
<groupId >org.projectreactor</groupId >
77
72
<artifactId >reactor-core</artifactId >
78
- <version >1.1.2 .RELEASE</version >
73
+ <version >1.1.5 .RELEASE</version >
79
74
</dependency >
80
-
81
75
</dependencies >
82
76
83
77
95
89
<plugin >
96
90
<groupId >org.apache.maven.plugins</groupId >
97
91
<artifactId >maven-javadoc-plugin</artifactId >
92
+ <configuration >
93
+ <excludePackageNames >org.audit4j.core.extra.*</excludePackageNames >
94
+ </configuration >
98
95
<executions >
99
96
<execution >
100
97
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments