Put back ‘snapshots’ as an id

This commit is contained in:
Dmitry 2017-05-08 13:14:38 -07:00
parent efdcee6025
commit 6960059508

37
pom.xml
View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd"> <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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.samples</groupId> <groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic</artifactId> <artifactId>spring-petclinic</artifactId>
@ -46,9 +47,9 @@
</properties> </properties>
<scm> <scm>
<developerConnection>scm:git:https://github.com/liatrio/spring-petclinic/</developerConnection> <developerConnection>scm:git:https://github.com/liatrio/spring-petclinic/</developerConnection>
<tag>spring-petclinic-1.0.0</tag> <tag>spring-petclinic-1.0.0</tag>
</scm> </scm>
<dependencyManagement> <dependencyManagement>
<!-- Import the maven Spring IO Platform Bill Of Materials (BOM) --> <!-- Import the maven Spring IO Platform Bill Of Materials (BOM) -->
@ -305,7 +306,7 @@
<version>3.0</version> <version>3.0</version>
<configuration> <configuration>
<compilerArguments> <compilerArguments>
<Xlint /> <Xlint/>
</compilerArguments> </compilerArguments>
<verbose>true</verbose> <verbose>true</verbose>
<source>${java.version}</source> <source>${java.version}</source>
@ -382,7 +383,7 @@
<artifactId>cobertura-maven-plugin</artifactId> <artifactId>cobertura-maven-plugin</artifactId>
<version>${cobertura.version}</version> <version>${cobertura.version}</version>
<configuration> <configuration>
<check /> <check/>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
@ -394,9 +395,9 @@
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version> <version>2.5.3</version>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
@ -412,21 +413,21 @@
<formats> <formats>
<format>html</format> <format>html</format>
</formats> </formats>
<check /> <check/>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</reporting> </reporting>
<distributionManagement> <distributionManagement>
<snapshotRepository> <snapshotRepository>
<id>nexus</id> <id>snapshots</id>
<url>http://nexus:8081/nexus/content/repositories/snapshots</url> <url>http://nexus:8081/nexus/content/repositories/snapshots</url>
</snapshotRepository> </snapshotRepository>
<repository> <repository>
<id>releases</id> <id>releases</id>
<url>http://nexus:8081/nexus/content/repositories/releases</url> <url>http://nexus:8081/nexus/content/repositories/releases</url>
</repository> </repository>
</distributionManagement> </distributionManagement>
<url>demopetclinic</url> <url>demopetclinic</url>