File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
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 >
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