mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
[maven-release-plugin] prepare for next development iteration
This commit is contained in:
parent
3afb2c72ae
commit
bb2ccd085b
3 changed files with 6 additions and 6 deletions
|
@ -3,12 +3,12 @@
|
|||
<parent>
|
||||
<artifactId>spring-petclinic</artifactId>
|
||||
<groupId>guru.springframework</groupId>
|
||||
<version>0.0.1</version>
|
||||
<version>0.0.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>petclinic-data</artifactId>
|
||||
<version>0.0.1</version>
|
||||
<version>0.0.2-SNAPSHOT</version>
|
||||
<properties>
|
||||
<spring-boot.repackage.skip>true</spring-boot.repackage.skip>
|
||||
</properties>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<parent>
|
||||
<artifactId>spring-petclinic</artifactId>
|
||||
<groupId>guru.springframework</groupId>
|
||||
<version>0.0.1</version>
|
||||
<version>0.0.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
|||
<dependency>
|
||||
<groupId>guru.springframework</groupId>
|
||||
<artifactId>petclinic-data</artifactId>
|
||||
<version>0.0.1</version>
|
||||
<version>0.0.2-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -14,7 +14,7 @@
|
|||
</parent>
|
||||
<groupId>guru.springframework</groupId>
|
||||
<artifactId>spring-petclinic</artifactId>
|
||||
<version>0.0.1</version>
|
||||
<version>0.0.2-SNAPSHOT</version>
|
||||
<name>spring-petclinic</name>
|
||||
<description>spring petclinic app</description>
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
|||
</build>
|
||||
<scm>
|
||||
<developerConnection>scm:git:git@github.com:marc-wagner/spring-petclinic.git</developerConnection>
|
||||
<tag>spring-petclinic-0.0.1</tag>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue