|
16 | 16 | limitations under the License. |
17 | 17 | #L% |
18 | 18 | --> |
19 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" |
20 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
21 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 19 | +<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/xsd/maven-4.0.0.xsd"> |
22 | 20 | <modelVersion>4.0.0</modelVersion> |
23 | 21 |
|
24 | 22 | <parent> |
25 | 23 | <groupId>io.wcm.qa</groupId> |
26 | 24 | <artifactId>io.wcm.qa.galenium.integration</artifactId> |
27 | | - <version>0.1.19-SNAPSHOT</version> |
| 25 | + <version>0.1.20-SNAPSHOT</version> |
28 | 26 | <relativePath>..</relativePath> |
29 | 27 | </parent> |
30 | 28 |
|
31 | 29 | <name>Galenium Integration UI-Tests Parent</name> |
32 | 30 | <groupId>io.wcm.qa</groupId> |
33 | 31 | <artifactId>io.wcm.qa.galenium.integration.ui-tests</artifactId> |
34 | 32 | <packaging>pom</packaging> |
35 | | - <version>0.1.19-SNAPSHOT</version> |
| 33 | + <version>0.1.20-SNAPSHOT</version> |
36 | 34 | <description>Test automation integration parent for the actual UI tests.</description> |
37 | 35 |
|
38 | 36 | <dependencies> |
|
41 | 39 | <dependency> |
42 | 40 | <groupId>io.wcm.qa</groupId> |
43 | 41 | <artifactId>io.wcm.qa.galenium.integration.resources</artifactId> |
44 | | - <version>0.1.19-SNAPSHOT</version> |
| 42 | + <version>0.1.20-SNAPSHOT</version> |
45 | 43 | <scope>test</scope> |
46 | 44 | </dependency> |
47 | 45 | <dependency> |
48 | 46 | <groupId>io.wcm.qa</groupId> |
49 | 47 | <artifactId>io.wcm.qa.galenium.icing</artifactId> |
50 | | - <version>0.1.19-SNAPSHOT</version> |
| 48 | + <version>0.1.20-SNAPSHOT</version> |
51 | 49 | </dependency> |
52 | 50 | <dependency> |
53 | 51 | <groupId>io.wcm.qa</groupId> |
54 | 52 | <artifactId>io.wcm.qa.galenium.listeners</artifactId> |
55 | | - <version>0.1.19-SNAPSHOT</version> |
| 53 | + <version>0.1.20-SNAPSHOT</version> |
56 | 54 | </dependency> |
57 | 55 | <dependency> |
58 | 56 | <groupId>io.wcm.qa</groupId> |
59 | 57 | <artifactId>io.wcm.qa.galenium.providers</artifactId> |
60 | | - <version>0.1.19-SNAPSHOT</version> |
| 58 | + <version>0.1.20-SNAPSHOT</version> |
61 | 59 | </dependency> |
62 | 60 |
|
63 | 61 | </dependencies> |
|
0 commit comments