File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 49
49
<project .build.resourceEncoding>UTF-8</project .build.resourceEncoding>
50
50
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
51
51
52
- <maven-release-plugin .version>2.5.3 </maven-release-plugin .version>
53
- <maven-enforcer-plugin .version>1.2 </maven-enforcer-plugin .version>
52
+ <maven-release-plugin .version>3.0.1 </maven-release-plugin .version>
53
+ <maven-enforcer-plugin .version>3.4.1 </maven-enforcer-plugin .version>
54
54
<jdk .source>11</jdk .source>
55
55
<jdk .target>11</jdk .target>
56
56
86
86
<finalName >${project.artifactId} </finalName >
87
87
88
88
<plugins >
89
+ <plugin >
90
+ <artifactId >maven-dependency-plugin</artifactId >
91
+ <version >3.6.1</version >
92
+ </plugin >
89
93
90
94
<plugin >
91
95
<groupId >org.apache.maven.plugins</groupId >
125
129
<plugin >
126
130
<groupId >org.apache.maven.plugins</groupId >
127
131
<artifactId >maven-javadoc-plugin</artifactId >
128
- <version >3.3.2 </version >
132
+ <version >3.6.3 </version >
129
133
<dependencies >
130
134
<dependency >
131
135
<groupId >commons-lang</groupId >
150
154
<plugin >
151
155
<groupId >org.apache.maven.plugins</groupId >
152
156
<artifactId >maven-gpg-plugin</artifactId >
153
- <version >1.6 </version >
157
+ <version >3.1.0 </version >
154
158
<executions >
155
159
<execution >
156
160
<id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments