Skip to content

Commit 1898d0d

Browse files
Update to 2.0.0.RELEASE
1 parent e7dd180 commit 1898d0d

File tree

1 file changed

+2
-41
lines changed

1 file changed

+2
-41
lines changed

pom.xml

Lines changed: 2 additions & 41 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.M7</version>
16+
<version>2.0.0.RELEASE</version>
1717
</parent>
1818

1919
<build>
@@ -48,43 +48,4 @@
4848
<scope>test</scope>
4949
</dependency>
5050
</dependencies>
51-
52-
53-
<repositories>
54-
<repository>
55-
<id>spring-snapshots</id>
56-
<name>Spring Snapshots</name>
57-
<url>https://repo.spring.io/snapshot</url>
58-
<snapshots>
59-
<enabled>true</enabled>
60-
</snapshots>
61-
</repository>
62-
<repository>
63-
<id>spring-milestones</id>
64-
<name>Spring Milestones</name>
65-
<url>https://repo.spring.io/milestone</url>
66-
<snapshots>
67-
<enabled>false</enabled>
68-
</snapshots>
69-
</repository>
70-
</repositories>
71-
<pluginRepositories>
72-
<pluginRepository>
73-
<id>spring-snapshots</id>
74-
<name>Spring Snapshots</name>
75-
<url>https://repo.spring.io/snapshot</url>
76-
<snapshots>
77-
<enabled>true</enabled>
78-
</snapshots>
79-
</pluginRepository>
80-
<pluginRepository>
81-
<id>spring-milestones</id>
82-
<name>Spring Milestones</name>
83-
<url>https://repo.spring.io/milestone</url>
84-
<snapshots>
85-
<enabled>false</enabled>
86-
</snapshots>
87-
</pluginRepository>
88-
</pluginRepositories>
89-
90-
</project>
51+
</project>

0 commit comments

Comments
 (0)