File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 9
9
<packaging >jar</packaging >
10
10
11
11
<name >xsync</name >
12
- <description >Custom synchronization tools </description >
12
+ <description >Tools for the synchronization on the instance of key. </description >
13
13
14
14
<properties >
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
16
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
17
17
<maven-compiler-plugin .version>3.7.0</maven-compiler-plugin .version>
18
18
<java .version>1.8</java .version>
19
+ <lombok .version>1.16.22</lombok .version>
19
20
</properties >
20
21
21
- <dependencies >
22
+ <developers >
23
+ <developer >
24
+ <id >antkorwin</id >
25
+ <name >Anatoliy Korovin</name >
26
+ <email >antkorwin@gmail.com</email >
27
+ <url >antkorwin.com</url >
28
+ <roles >
29
+ <role >architect</role >
30
+ <role >developer</role >
31
+ </roles >
32
+ </developer >
33
+ </developers >
22
34
35
+ <dependencies >
23
36
<dependency >
24
37
<groupId >org.projectlombok</groupId >
25
38
<artifactId >lombok</artifactId >
26
- <version >1.16.20 </version >
39
+ <version >${lombok.version} </version >
27
40
<optional >true</optional >
28
41
</dependency >
29
42
<dependency >
You can’t perform that action at this time.
0 commit comments