JAVA-991 Week 14 | Do we have any Spring Milestone/RC repos defined?
- Removed spring milestone/snapshots repositories from modules
This commit is contained in:
parent
1cf22480b5
commit
ca16e787e9
@ -28,11 +28,6 @@
|
|||||||
<id>kotlin-eap</id>
|
<id>kotlin-eap</id>
|
||||||
<url>http://dl.bintray.com/kotlin/kotlin-eap</url>
|
<url>http://dl.bintray.com/kotlin/kotlin-eap</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
|
||||||
<id>spring-milestone</id>
|
|
||||||
<name>Spring Milestone Repository</name>
|
|
||||||
<url>https://repo.spring.io/milestone</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
@ -217,7 +212,7 @@
|
|||||||
<ktor.io.version>0.9.5</ktor.io.version>
|
<ktor.io.version>0.9.5</ktor.io.version>
|
||||||
<assertj.version>3.12.0</assertj.version>
|
<assertj.version>3.12.0</assertj.version>
|
||||||
<junit.platform.version>1.3.2</junit.platform.version>
|
<junit.platform.version>1.3.2</junit.platform.version>
|
||||||
<boot.dependencies.version>2.2.0.M4</boot.dependencies.version>
|
<boot.dependencies.version>2.2.6.RELEASE</boot.dependencies.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
@ -87,19 +87,6 @@
|
|||||||
</build>
|
</build>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
|
||||||
<id>spring-snapshots</id>
|
|
||||||
<name>Spring Snapshots</name>
|
|
||||||
<url>https://repo.spring.io/snapshot</url>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
</snapshots>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
|
||||||
<id>spring-milestones</id>
|
|
||||||
<name>Spring Milestones</name>
|
|
||||||
<url>https://repo.spring.io/milestone</url>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>jcenter-snapshots</id>
|
<id>jcenter-snapshots</id>
|
||||||
<name>jcenter</name>
|
<name>jcenter</name>
|
||||||
@ -107,27 +94,12 @@
|
|||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<pluginRepositories>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>spring-snapshots</id>
|
|
||||||
<name>Spring Snapshots</name>
|
|
||||||
<url>https://repo.spring.io/snapshot</url>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
</snapshots>
|
|
||||||
</pluginRepository>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>spring-milestones</id>
|
|
||||||
<name>Spring Milestones</name>
|
|
||||||
<url>https://repo.spring.io/milestone</url>
|
|
||||||
</pluginRepository>
|
|
||||||
</pluginRepositories>
|
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<spring.fox.version>3.0.0-SNAPSHOT</spring.fox.version>
|
<spring.fox.version>3.0.0-SNAPSHOT</spring.fox.version>
|
||||||
<start-class>com.baeldung.swagger2boot.SpringBootSwaggerApplication</start-class>
|
<start-class>com.baeldung.swagger2boot.SpringBootSwaggerApplication</start-class>
|
||||||
<!-- <start-class>com.baeldung.springbootmvc.SpringBootMvcFnApplication</start-class> -->
|
<!-- <start-class>com.baeldung.springbootmvc.SpringBootMvcFnApplication</start-class> -->
|
||||||
<spring-boot.version>2.2.0.BUILD-SNAPSHOT</spring-boot.version>
|
<spring-boot.version>2.2.6.RELEASE</spring-boot.version>
|
||||||
<xstream.version>1.4.11.1</xstream.version>
|
<xstream.version>1.4.11.1</xstream.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user