Skip to content

Commit 365c165

Browse files
Update to 2.0.0.RELEASE
1 parent 4d18bd6 commit 365c165

File tree

1 file changed

+1
-40
lines changed

1 file changed

+1
-40
lines changed

pom.xml

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>2.0.0.M6</version>
16+
<version>2.0.0.RELEASE</version>
1717
</parent>
1818

1919
<build>
@@ -65,43 +65,4 @@
6565
</dependencies>
6666
</profile>
6767
</profiles>
68-
69-
<!-- DELETE ME -->
70-
<repositories>
71-
<repository>
72-
<id>spring-snapshots</id>
73-
<name>Spring Snapshots</name>
74-
<url>https://repo.spring.io/snapshot</url>
75-
<snapshots>
76-
<enabled>true</enabled>
77-
</snapshots>
78-
</repository>
79-
<repository>
80-
<id>spring-milestones</id>
81-
<name>Spring Milestones</name>
82-
<url>https://repo.spring.io/milestone</url>
83-
<snapshots>
84-
<enabled>false</enabled>
85-
</snapshots>
86-
</repository>
87-
</repositories>
88-
<pluginRepositories>
89-
<pluginRepository>
90-
<id>spring-snapshots</id>
91-
<name>Spring Snapshots</name>
92-
<url>https://repo.spring.io/snapshot</url>
93-
<snapshots>
94-
<enabled>true</enabled>
95-
</snapshots>
96-
</pluginRepository>
97-
<pluginRepository>
98-
<id>spring-milestones</id>
99-
<name>Spring Milestones</name>
100-
<url>https://repo.spring.io/milestone</url>
101-
<snapshots>
102-
<enabled>false</enabled>
103-
</snapshots>
104-
</pluginRepository>
105-
</pluginRepositories>
106-
10768
</project>

0 commit comments

Comments
 (0)