Change Maven coordinates of tests module

To match asf-webapp-demo identity.
This commit is contained in:
Aleksei Kornev 2014-08-21 01:00:51 +04:00
parent c34fb90cd8
commit 0810d4cac8
25 changed files with 4 additions and 3 deletions

View file

@ -4,8 +4,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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> <modelVersion>4.0.0</modelVersion>
<groupId>pet_clinic_test_example</groupId> <groupId>com.griddynamics.asf.webapp-demo</groupId>
<artifactId>pet_clinic_test_example</artifactId> <artifactId>spring-peclinic-tests</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<properties> <properties>
@ -110,7 +110,6 @@
</dependencies> </dependencies>
<profiles> <profiles>
<profile> <profile>
<id>excludeTesting</id> <id>excludeTesting</id>
@ -241,6 +240,7 @@
<plugins> <plugins>
<plugin> <plugin>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
<executions> <executions>
<execution> <execution>
<id>unpack-resources-core</id> <id>unpack-resources-core</id>
@ -280,6 +280,7 @@
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId> <artifactId>properties-maven-plugin</artifactId>
<version>1.0-alpha-2</version>
<executions> <executions>
<execution> <execution>
<id>read</id> <id>read</id>