File tree Expand file tree Collapse file tree 2 files changed +24
-25
lines changed
Expand file tree Collapse file tree 2 files changed +24
-25
lines changed Original file line number Diff line number Diff line change 5151 <root .basedir>${project.basedir} </root .basedir>
5252
5353 <version .commons-lang3>3.20.0</version .commons-lang3>
54- <version .junit>6.0.1 </version .junit>
54+ <version .junit>6.0.3 </version .junit>
5555
56- <version .maven.plugin.central-publishing>0.9 .0</version .maven.plugin.central-publishing>
57- <version .maven.plugin.compiler>3.14.1 </version .maven.plugin.compiler>
56+ <version .maven.plugin.central-publishing>0.10 .0</version .maven.plugin.central-publishing>
57+ <version .maven.plugin.compiler>3.15.0 </version .maven.plugin.compiler>
5858 <version .maven.plugin.gpg>3.2.8</version .maven.plugin.gpg>
5959 <version .maven.plugin.javadoc>3.12.0</version .maven.plugin.javadoc>
60- <version .maven.plugin.nexus-staging>1.7.0</version .maven.plugin.nexus-staging>
6160 <version .maven.plugin.source>3.4.0</version .maven.plugin.source>
62- <version .maven.plugin.spotless>3.1 .0</version .maven.plugin.spotless>
61+ <version .maven.plugin.spotless>3.3 .0</version .maven.plugin.spotless>
6362
6463 <version .slf4j>2.0.17</version .slf4j>
6564 </properties >
Original file line number Diff line number Diff line change 11<?xml version =' 1.0' encoding =' UTF-8' ?>
22<settings xsi : schemaLocation =' http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd'
3- xmlns =' http://maven.apache.org/SETTINGS/1.0.0' xmlns : xsi =' http://www.w3.org/2001/XMLSchema-instance' >
4- <servers >
5- <server >
6- <id >central</id >
7- <username >${env.SONATYPE_USERNAME}</username >
8- <password >${env.SONATYPE_PASSWORD}</password >
9- </server >
10- </servers >
11- <profiles >
12- <profile >
13- <id >release</id >
14- <activation >
15- <activeByDefault >true</activeByDefault >
16- </activation >
17- <properties >
18- <gpg .executable>${env.GPG_EXECUTABLE}</gpg .executable>
19- <gpg .passphrase>${env.GPG_PASSPHRASE}</gpg .passphrase>
20- </properties >
21- </profile >
22- </profiles >
3+ xmlns =' http://maven.apache.org/SETTINGS/1.0.0' xmlns : xsi =' http://www.w3.org/2001/XMLSchema-instance' >
4+ <servers >
5+ <server >
6+ <id >central</id >
7+ <username >${env.SONATYPE_USERNAME}</username >
8+ <password >${env.SONATYPE_PASSWORD}</password >
9+ </server >
10+ </servers >
11+ <profiles >
12+ <profile >
13+ <id >release</id >
14+ <activation >
15+ <activeByDefault >true</activeByDefault >
16+ </activation >
17+ <properties >
18+ <gpg .executable>${env.GPG_EXECUTABLE}</gpg .executable>
19+ <gpg .passphrase>${env.GPG_PASSPHRASE}</gpg .passphrase>
20+ </properties >
21+ </profile >
22+ </profiles >
2323</settings >
You can’t perform that action at this time.
0 commit comments