File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 46
46
</scm >
47
47
48
48
<distributionManagement >
49
+ <repository >
50
+ <id >ossrh</id >
51
+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
52
+ </repository >
49
53
<snapshotRepository >
50
54
<id >ossrh</id >
51
55
<!-- nb this must be the same as the 'id' field in 'settings.xml' -->
52
56
<url >https://oss.sonatype.org/content/repositories/snapshots</url >
53
57
</snapshotRepository >
54
- <repository >
55
- <id >ossrh</id >
56
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
57
- </repository >
58
58
</distributionManagement >
59
59
60
60
<properties >
63
63
<maven .compiler.plugin.version>3.13.0</maven .compiler.plugin.version>
64
64
<maven .javadoc.plugin.version>3.6.3</maven .javadoc.plugin.version>
65
65
<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>
68
68
<gpg .plugin.version>3.2.1</gpg .plugin.version>
69
69
</properties >
70
70
111
111
<executions >
112
112
<execution >
113
113
<id >attach-sources</id >
114
- <phase >verify</phase >
115
114
<goals >
116
115
<goal >jar</goal >
117
116
</goals >
117
+ <phase >verify</phase >
118
118
</execution >
119
119
</executions >
120
120
</plugin >
127
127
<executions >
128
128
<execution >
129
129
<id >attach-javadocs</id >
130
- <phase >verify</phase >
131
130
<goals >
132
131
<goal >jar</goal >
133
132
</goals >
133
+ <phase >verify</phase >
134
134
<configuration >
135
135
<source >8</source >
136
136
</configuration >
You can’t perform that action at this time.
0 commit comments