File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 4646 </scm >
4747
4848 <distributionManagement >
49+ <repository >
50+ <id >ossrh</id >
51+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
52+ </repository >
4953 <snapshotRepository >
5054 <id >ossrh</id >
5155 <!-- nb this must be the same as the 'id' field in 'settings.xml' -->
5256 <url >https://oss.sonatype.org/content/repositories/snapshots</url >
5357 </snapshotRepository >
54- <repository >
55- <id >ossrh</id >
56- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
57- </repository >
5858 </distributionManagement >
5959
6060 <properties >
6363 <maven .compiler.plugin.version>3.13.0</maven .compiler.plugin.version>
6464 <maven .javadoc.plugin.version>3.6.3</maven .javadoc.plugin.version>
6565 <maven .source.plugin.version>3.3.0</maven .source.plugin.version>
66- <maven .spotless.plugin.version>2.10 .0</maven .spotless.plugin.version>
67- <google .java.format.version>1.17.0 </google .java.format.version>
66+ <maven .spotless.plugin.version>2.30 .0</maven .spotless.plugin.version>
67+ <google .java.format.version>1.7 </google .java.format.version>
6868 <gpg .plugin.version>3.2.1</gpg .plugin.version>
6969 </properties >
7070
111111 <executions >
112112 <execution >
113113 <id >attach-sources</id >
114- <phase >verify</phase >
115114 <goals >
116115 <goal >jar</goal >
117116 </goals >
117+ <phase >verify</phase >
118118 </execution >
119119 </executions >
120120 </plugin >
127127 <executions >
128128 <execution >
129129 <id >attach-javadocs</id >
130- <phase >verify</phase >
131130 <goals >
132131 <goal >jar</goal >
133132 </goals >
133+ <phase >verify</phase >
134134 <configuration >
135135 <source >8</source >
136136 </configuration >
You can’t perform that action at this time.
0 commit comments