mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Changed version
This commit is contained in:
parent
6fe21e5d0b
commit
1882014f40
1 changed files with 9 additions and 2 deletions
11
pom.xml
11
pom.xml
|
@ -13,7 +13,9 @@
|
|||
<version>3.2.1</version>
|
||||
</parent>
|
||||
<name>petclinic</name>
|
||||
|
||||
<scm>
|
||||
<developerConnection>scm:git:https://github.com/MihailInternul/spring-petclinic.git</developerConnection>
|
||||
</scm>
|
||||
<properties>
|
||||
|
||||
<!-- Generic properties -->
|
||||
|
@ -143,6 +145,11 @@
|
|||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<version>3.0.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-enforcer-plugin</artifactId>
|
||||
|
@ -434,4 +441,4 @@
|
|||
</profile>
|
||||
</profiles>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue