File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 144144 </plugins >
145145 </build >
146146
147+ <repositories >
148+ <repository >
149+ <id >ossrh-snapshots</id >
150+ <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
151+ <releases ><enabled >false</enabled ></releases >
152+ <snapshots ><enabled >true</enabled ></snapshots >
153+ </repository >
154+ </repositories >
155+
147156 <distributionManagement >
148157 <repository >
149158 <id >ossrh</id >
150159 <name >Nexus Staging Repository</name >
151160 <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
152161 </repository >
162+ <snapshotRepository >
163+ <id >ossrh</id >
164+ <name >Nexus Snapshot Repository</name >
165+ <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
166+ </snapshotRepository >
153167 </distributionManagement >
168+
154169</project >
You can’t perform that action at this time.
0 commit comments