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

This commit is contained in:
Marc 2020-11-23 22:42:05 +01:00
parent afcb674f4d
commit 3afb2c72ae
3 changed files with 10 additions and 14 deletions

View file

@ -1,16 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <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">
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">
<parent> <parent>
<artifactId>spring-petclinic</artifactId> <artifactId>spring-petclinic</artifactId>
<groupId>guru.springframework</groupId> <groupId>guru.springframework</groupId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>petclinic-data</artifactId> <artifactId>petclinic-data</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1</version>
<properties> <properties>
<spring-boot.repackage.skip>true</spring-boot.repackage.skip> <spring-boot.repackage.skip>true</spring-boot.repackage.skip>
</properties> </properties>

View file

@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <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">
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">
<parent> <parent>
<artifactId>spring-petclinic</artifactId> <artifactId>spring-petclinic</artifactId>
<groupId>guru.springframework</groupId> <groupId>guru.springframework</groupId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -14,7 +12,7 @@
<dependency> <dependency>
<groupId>guru.springframework</groupId> <groupId>guru.springframework</groupId>
<artifactId>petclinic-data</artifactId> <artifactId>petclinic-data</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>

View file

@ -1,6 +1,5 @@
<?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" <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">
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> <modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
@ -11,11 +10,11 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.11.RELEASE</version> <version>2.2.11.RELEASE</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath /> <!-- lookup parent from repository -->
</parent> </parent>
<groupId>guru.springframework</groupId> <groupId>guru.springframework</groupId>
<artifactId>spring-petclinic</artifactId> <artifactId>spring-petclinic</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1</version>
<name>spring-petclinic</name> <name>spring-petclinic</name>
<description>spring petclinic app</description> <description>spring petclinic app</description>
@ -39,6 +38,7 @@
</build> </build>
<scm> <scm>
<developerConnection>scm:git:git@github.com:marc-wagner/spring-petclinic.git</developerConnection> <developerConnection>scm:git:git@github.com:marc-wagner/spring-petclinic.git</developerConnection>
<tag>spring-petclinic-0.0.1</tag>
</scm> </scm>
</project> </project>