mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
Added scm section with repo and increased project version to 3.0.1
This commit is contained in:
parent
cdd925d664
commit
d2b6012dd8
1 changed files with 10 additions and 1 deletions
11
pom.xml
11
pom.xml
|
@ -141,8 +141,17 @@
|
|||
|
||||
</dependencies>
|
||||
|
||||
<scm>
|
||||
<developerConnection>scm:git:https://github.com/iancumatei67/spring-petclinic.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<version>3.0.1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-enforcer-plugin</artifactId>
|
||||
|
@ -434,4 +443,4 @@
|
|||
</profile>
|
||||
</profiles>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue