File tree Expand file tree Collapse file tree
embabel-dependencies-parent Expand file tree Collapse file tree Original file line number Diff line number Diff line change 148148 </goals >
149149 <configuration >
150150 <updatePomFile >true</updatePomFile >
151- <flattenMode >ossrh </flattenMode >
151+ <flattenMode >bom </flattenMode >
152152 <pomElements >
153153 <distributionManagement >remove</distributionManagement >
154154 <dependencyManagement >keep</dependencyManagement >
278278 <plugin >
279279 <groupId >org.sonatype.central</groupId >
280280 <artifactId >central-publishing-maven-plugin</artifactId >
281- <version >${central-publishing-maven.version} </version >
281+ <version >${central-publishing-maven-plugin .version} </version >
282282 <extensions >true</extensions >
283283 <configuration >
284284 <publishingServerId >central</publishingServerId >
285- <skipPublishing >true</skipPublishing >
286285 <autoPublish >false</autoPublish >
287286 </configuration >
288287 </plugin >
289288 </plugins >
290289 </build >
290+ <distributionManagement >
291+ <repository >
292+ <id >central</id >
293+ <url >https://central.sonatype.com/publishing/v2</url >
294+ </repository >
295+ <snapshotRepository >
296+ <id >central</id >
297+ <url >https://central.sonatype.com/publishing/v2</url >
298+ </snapshotRepository >
299+ </distributionManagement >
291300 </profile >
292301 </profiles >
293302
Original file line number Diff line number Diff line change 734734 <extensions >true</extensions >
735735 <configuration >
736736 <publishingServerId >central</publishingServerId >
737- <skipPublishing >true</skipPublishing >
738737 <autoPublish >false</autoPublish >
739738 </configuration >
740739 </plugin >
You can’t perform that action at this time.
0 commit comments