[maven-release-plugin] prepare release spring-petclinic-1.0.0

This commit is contained in:
Jenkins Continuous Integration Server 2016-07-15 08:10:30 +00:00
parent 46a05dd036
commit 0ed703348d

View file

@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>
<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>petclinic</name>
<packaging>war</packaging>
@ -48,6 +47,7 @@
<scm>
<developerConnection>scm:git:https://github.com/liatrio/spring-petclinic/</developerConnection>
<tag>spring-petclinic-1.0.0</tag>
</scm>
<dependencyManagement>