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
To match asf-webapp-demo identity.
This commit is contained in:
parent
c34fb90cd8
commit
0810d4cac8
25 changed files with 4 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>pet_clinic_test_example</groupId>
|
||||
<artifactId>pet_clinic_test_example</artifactId>
|
||||
<groupId>com.griddynamics.asf.webapp-demo</groupId>
|
||||
<artifactId>spring-peclinic-tests</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
|
||||
<properties>
|
||||
|
@ -110,7 +110,6 @@
|
|||
</dependencies>
|
||||
|
||||
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>excludeTesting</id>
|
||||
|
@ -241,6 +240,7 @@
|
|||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<version>2.8</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>unpack-resources-core</id>
|
||||
|
@ -280,6 +280,7 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>properties-maven-plugin</artifactId>
|
||||
<version>1.0-alpha-2</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>read</id>
|
Loading…
Reference in a new issue