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

This commit is contained in:
GasparAM 2023-04-06 15:52:34 +04:00
parent cb7db5b70b
commit f845d082e3

View file

@ -1,9 +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 https://maven.apache.org/xsd/maven-4.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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<parent>
<groupId>org.springframework.boot</groupId>
@ -14,6 +14,7 @@
<scm>
<developerConnection>scm:git:git@github.com:GasparAM/spring-petclinic.git</developerConnection>
<tag>spring-petclinic-3.0.0</tag>
</scm>
<properties>