Skip to content

Commit 0ec0e49

Browse files
committed
test SNAPSHOTS - 03
1 parent a3f69fd commit 0ec0e49

3 files changed

Lines changed: 3 additions & 14 deletions

File tree

malio-processor/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@
373373
<configuration>
374374
<publishingServerId>central</publishingServerId>
375375
<centralBaseUrl>https://central.sonatype.com</centralBaseUrl>
376+
<centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl>
376377
</configuration>
377378
</plugin>
378379
<plugin>

malio/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
<configuration>
160160
<publishingServerId>central</publishingServerId>
161161
<centralBaseUrl>https://central.sonatype.com</centralBaseUrl>
162+
<centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl>
162163
</configuration>
163164
</plugin>
164165
<plugin>

pom.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@
252252
<configuration>
253253
<publishingServerId>central</publishingServerId>
254254
<centralBaseUrl>https://central.sonatype.com</centralBaseUrl>
255+
<centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl>
255256
</configuration>
256257
</plugin>
257258
<plugin>
@@ -287,18 +288,4 @@
287288
</build>
288289
</profile>
289290
</profiles>
290-
291-
<distributionManagement>
292-
<repository>
293-
<name>Central Portal Snapshots</name>
294-
<id>central-portal-snapshots</id>
295-
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
296-
<releases>
297-
<enabled>false</enabled>
298-
</releases>
299-
<snapshots>
300-
<enabled>true</enabled>
301-
</snapshots>
302-
</repository>
303-
</distributionManagement>
304291
</project>

0 commit comments

Comments
 (0)