Skip to content

Commit f39bb58

Browse files
committed
update version of spring-boot-starter-parent (1.5.1.RELEASE)
1 parent 3c3a7a4 commit f39bb58

File tree

1 file changed

+3
-29
lines changed

1 file changed

+3
-29
lines changed

project/pom.xml

+3-29
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<groupId>org.springframework</groupId>
77
<artifactId>flags-rest-service</artifactId>
88
<version>0.1.1</version>
9-
10-
<name>flags-rest-service</name>
9+
10+
<name>flags-rest-service</name>
1111

1212
<developers>
1313
<developer>
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.springframework.boot</groupId>
2929
<artifactId>spring-boot-starter-parent</artifactId>
30-
<version>1.4.0.BUILD-SNAPSHOT</version>
30+
<version>1.5.1.RELEASE</version>
3131
</parent>
3232

3333
<description>This REST Web service contains 241 countries complies with ISO 3166-1. The country name is available in several languages (French and English for now). The Web service also included the 3 digit code of the country, the 2-letter code (used in many applications, including monetary applications ) and the 3-letter code.</description>
@@ -93,32 +93,6 @@
9393
</dependency>
9494
</dependencies>
9595

96-
<!-- Add Spring repositories because I use 1.4.0.BUILD-SNAPSHOT version instead of .RELEASE version-->
97-
<!-- 1.3.5.RELEASE version (May, 2016) -->
98-
<repositories>
99-
<repository>
100-
<id>spring-snapshots</id>
101-
<url>http://repo.spring.io/snapshot</url>
102-
<snapshots>
103-
<enabled>true</enabled>
104-
</snapshots>
105-
</repository>
106-
<repository>
107-
<id>spring-milestones</id>
108-
<url>http://repo.spring.io/milestone</url>
109-
</repository>
110-
</repositories>
111-
<pluginRepositories>
112-
<pluginRepository>
113-
<id>spring-snapshots</id>
114-
<url>http://repo.spring.io/snapshot</url>
115-
</pluginRepository>
116-
<pluginRepository>
117-
<id>spring-milestones</id>
118-
<url>http://repo.spring.io/milestone</url>
119-
</pluginRepository>
120-
</pluginRepositories>
121-
12296
<build>
12397
<plugins>
12498
<plugin>

0 commit comments

Comments
 (0)