mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
Change Maven coordinates of tests module
This commit is contained in:
parent
935624cc1d
commit
fe4efae93b
1 changed files with 5 additions and 3 deletions
8
pom.xml
8
pom.xml
|
@ -1,12 +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" 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">
|
<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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.griddynamics.cd.asf-webapp-demo</groupId>
|
<groupId>com.griddynamics.asf.webapp-demo</groupId>
|
||||||
<artifactId>asf-webapp-demo</artifactId>
|
<artifactId>asf-webapp-demo</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>ASF petclinic</name>
|
<name>ASF Petclinic</name>
|
||||||
<description>ASF fork of Spring Petclinic</description>
|
<description>ASF fork of Spring Petclinic</description>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
Loading…
Reference in a new issue