BAEL-10335 - repo cleanup work

This commit is contained in:
Eugen Paraschiv
2018-12-18 23:02:40 +02:00
parent f0d27bc7ac
commit a9f853b241
13 changed files with 95 additions and 239 deletions

View File

@@ -1,9 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>spring-data-mongodb</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>spring-data-mongodb</name>
<parent>
@@ -23,7 +21,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-releasetrain</artifactId>
<version>Lovelace-M3</version>
<version>Lovelace-SR3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -76,17 +74,6 @@
</dependency>
</dependencies>
<repositories>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<build>
<plugins>
<plugin>