Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit a300886

Browse files
committed
Fix profile xml in profile for artifactory-milestone
1 parent 44c8fb0 commit a300886

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -291,18 +291,18 @@
291291
</snapshots>
292292
</repository>
293293
</distributionManagement>
294-
<profile>
295-
<id>artifactory-milestone</id>
296-
<distributionManagement>
297-
<repository>
298-
<id>spring-milestones</id>
299-
<url>https://repo.spring.io/libs-milestone-local</url>
300-
<snapshots>
301-
<enabled>false</enabled>
302-
</snapshots>
303-
</repository>
304-
</distributionManagement>
305-
</profile>
294+
</profile>
295+
<profile>
296+
<id>artifactory-milestone</id>
297+
<distributionManagement>
298+
<repository>
299+
<id>spring-milestones</id>
300+
<url>https://repo.spring.io/libs-milestone-local</url>
301+
<snapshots>
302+
<enabled>false</enabled>
303+
</snapshots>
304+
</repository>
305+
</distributionManagement>
306306
</profile>
307307
</profiles>
308308

0 commit comments

Comments
 (0)