Skip to content

Commit eb47576

Browse files
author
Dave Syer
committed
Remove confusing profile from settings.xml
1 parent d3000a2 commit eb47576

File tree

1 file changed

+0
-50
lines changed

1 file changed

+0
-50
lines changed

.settings.xml

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -7,54 +7,4 @@
77
<password>${env.CI_DEPLOY_PASSWORD}</password>
88
</server>
99
</servers>
10-
<profiles>
11-
<profile>
12-
<id>spring</id>
13-
<activation><activeByDefault>true</activeByDefault></activation>
14-
<repositories>
15-
<repository>
16-
<id>spring-snapshots</id>
17-
<name>Spring Snapshots</name>
18-
<url>http://repo.spring.io/libs-snapshot-local</url>
19-
<snapshots>
20-
<enabled>true</enabled>
21-
</snapshots>
22-
</repository>
23-
<repository>
24-
<id>spring-milestones</id>
25-
<name>Spring Milestones</name>
26-
<url>http://repo.spring.io/libs-milestone-local</url>
27-
<snapshots>
28-
<enabled>false</enabled>
29-
</snapshots>
30-
</repository>
31-
<repository>
32-
<id>spring-releases</id>
33-
<name>Spring Releases</name>
34-
<url>http://repo.spring.io/release</url>
35-
<snapshots>
36-
<enabled>false</enabled>
37-
</snapshots>
38-
</repository>
39-
</repositories>
40-
<pluginRepositories>
41-
<pluginRepository>
42-
<id>spring-snapshots</id>
43-
<name>Spring Snapshots</name>
44-
<url>http://repo.spring.io/libs-snapshot-local</url>
45-
<snapshots>
46-
<enabled>true</enabled>
47-
</snapshots>
48-
</pluginRepository>
49-
<pluginRepository>
50-
<id>spring-milestones</id>
51-
<name>Spring Milestones</name>
52-
<url>http://repo.spring.io/libs-milestone-local</url>
53-
<snapshots>
54-
<enabled>false</enabled>
55-
</snapshots>
56-
</pluginRepository>
57-
</pluginRepositories>
58-
</profile>
59-
</profiles>
6010
</settings>

0 commit comments

Comments
 (0)