File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 30
30
<maven-compiler-plugin .version>3.8.1</maven-compiler-plugin .version>
31
31
<maven .javadoc.plugin>2.10.3</maven .javadoc.plugin>
32
32
<nexus .staging.maven.plugin>1.6.3</nexus .staging.maven.plugin>
33
-
33
+ < maven .gpg.plugin>1.6</ maven .gpg.plugin>
34
34
<codingapi .framework.version>${project.version} </codingapi .framework.version>
35
35
<fastjson .version>2.0.28</fastjson .version>
36
36
<jsonwebtoken .jjwt.version>0.11.5</jsonwebtoken .jjwt.version>
43
43
<org .yaml.snakeyaml.version>2.0</org .yaml.snakeyaml.version>
44
44
</properties >
45
45
46
-
47
46
<dependencies >
48
47
49
48
<dependency >
302
301
</modules >
303
302
304
303
305
- <properties >
306
- <repository .id>ossrh</repository .id>
307
- <maven .build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven .build.timestamp.format>
308
- <maven .compile.source>1.8</maven .compile.source>
309
- <maven .compile.target>1.8</maven .compile.target>
310
- <maven .source.plugin>3.0.1</maven .source.plugin>
311
- <nexus .staging.maven.plugin>1.6.3</nexus .staging.maven.plugin>
312
- <maven-compiler-plugin .version>3.6.0</maven-compiler-plugin .version>
313
- <maven .javadoc.plugin>2.10.3</maven .javadoc.plugin>
314
- <maven .gpg.plugin>1.6</maven .gpg.plugin>
315
- </properties >
304
+
316
305
<build >
317
306
<plugins >
318
307
You can’t perform that action at this time.
0 commit comments