mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-14 11:55:49 +00:00
artifact id update
This commit is contained in:
parent
098cfb60b6
commit
24ea3e9916
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
<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/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>samples</artifactId>
|
||||
<groupId>org.springframework.samples</groupId>
|
||||
<artifactId>org.springframework.samples.petclinic</artifactId>
|
||||
<name>org.springframework.samples.petclinic</name>
|
||||
<packaging>war</packaging>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
|
|
Loading…
Reference in a new issue