This repository was archived by the owner on Sep 8, 2022. It is now read-only.
File tree 25 files changed +58
-58
lines changed
25 files changed +58
-58
lines changed Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >io.wcm.qa</groupId >
24
24
<artifactId >io.wcm.qa.galenium.integration</artifactId >
25
- <version >3.0.0-SNAPSHOT </version >
25
+ <version >3.0.0</version >
26
26
<relativePath >../../integration</relativePath >
27
27
</parent >
28
28
29
29
<name >Galenium Example Baseline</name >
30
30
<groupId >io.wcm.qa</groupId >
31
31
<artifactId >io.wcm.qa.galenium.examples.baseline</artifactId >
32
32
<packaging >pom</packaging >
33
- <version >3.0.0-SNAPSHOT </version >
33
+ <version >3.0.0</version >
34
34
<description >Test automation example baseline.</description >
35
35
36
36
<properties >
46
46
<dependency >
47
47
<groupId >io.wcm.qa</groupId >
48
48
<artifactId >io.wcm.qa.galenium.examples.samples</artifactId >
49
- <version >3.0.0-SNAPSHOT </version >
49
+ <version >3.0.0</version >
50
50
</dependency >
51
51
</dependencies >
52
52
</dependencyManagement >
Original file line number Diff line number Diff line change 31
31
<groupId >io.wcm.qa</groupId >
32
32
<artifactId >io.wcm.qa.galenium.examples</artifactId >
33
33
<packaging >pom</packaging >
34
- <version >3.0.0-SNAPSHOT </version >
34
+ <version >3.0.0</version >
35
35
<description >Test automation examples.</description >
36
36
37
37
<properties >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >io.wcm.qa</groupId >
24
24
<artifactId >io.wcm.qa.galenium.integration</artifactId >
25
- <version >3.0.0-SNAPSHOT </version >
25
+ <version >3.0.0</version >
26
26
<relativePath >../../integration</relativePath >
27
27
</parent >
28
28
29
29
<name >Galenium Example Samples</name >
30
30
<groupId >io.wcm.qa</groupId >
31
31
<artifactId >io.wcm.qa.galenium.examples.samples</artifactId >
32
32
<packaging >jar</packaging >
33
- <version >3.0.0-SNAPSHOT </version >
33
+ <version >3.0.0</version >
34
34
<description >Test automation example samples.</description >
35
35
36
36
<properties >
43
43
<dependency >
44
44
<groupId >io.wcm.qa</groupId >
45
45
<artifactId >io.wcm.qa.galenium.examples.tests</artifactId >
46
- <version >3.0.0-SNAPSHOT </version >
46
+ <version >3.0.0</version >
47
47
<type >pom</type >
48
48
</dependency >
49
49
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >io.wcm.qa</groupId >
25
25
<artifactId >io.wcm.qa.galenium.integration.specs</artifactId >
26
- <version >3.0.0-SNAPSHOT </version >
26
+ <version >3.0.0</version >
27
27
<relativePath >../../integration/specs</relativePath >
28
28
</parent >
29
29
30
30
<name >Galenium Example Specs</name >
31
31
<groupId >io.wcm.qa</groupId >
32
32
<artifactId >io.wcm.qa.galenium.examples.specs</artifactId >
33
33
<packaging >jar</packaging >
34
- <version >3.0.0-SNAPSHOT </version >
34
+ <version >3.0.0</version >
35
35
<description >Test automation example Galen specs.</description >
36
36
37
37
<properties >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >io.wcm.qa</groupId >
25
25
<artifactId >io.wcm.qa.galenium.integration.ui-tests</artifactId >
26
- <version >3.0.0-SNAPSHOT </version >
26
+ <version >3.0.0</version >
27
27
<relativePath >../../integration/ui-tests</relativePath >
28
28
</parent >
29
29
30
30
<name >Galenium Example Tests</name >
31
31
<groupId >io.wcm.qa</groupId >
32
32
<artifactId >io.wcm.qa.galenium.examples.tests</artifactId >
33
33
<packaging >jar</packaging >
34
- <version >3.0.0-SNAPSHOT </version >
34
+ <version >3.0.0</version >
35
35
<description >Test automation example tests.</description >
36
36
37
37
<properties >
45
45
<dependency >
46
46
<groupId >io.wcm.qa</groupId >
47
47
<artifactId >io.wcm.qa.galenium.examples.specs</artifactId >
48
- <version >3.0.0-SNAPSHOT </version >
48
+ <version >3.0.0</version >
49
49
</dependency >
50
50
51
51
<dependency >
52
52
<groupId >io.wcm.qa</groupId >
53
53
<artifactId >io.wcm.qa.galenium.examples.baseline</artifactId >
54
- <version >3.0.0-SNAPSHOT </version >
54
+ <version >3.0.0</version >
55
55
<type >pom</type >
56
56
</dependency >
57
57
62
62
<dependency >
63
63
<groupId >io.wcm.qa</groupId >
64
64
<artifactId >io.wcm.qa.galenium.examples.baseline</artifactId >
65
- <version >3.0.0-SNAPSHOT </version >
65
+ <version >3.0.0</version >
66
66
<scope >import</scope >
67
67
<type >pom</type >
68
68
</dependency >
Original file line number Diff line number Diff line change 30
30
<groupId >io.wcm.qa</groupId >
31
31
<artifactId >io.wcm.qa.galenium.integration</artifactId >
32
32
<packaging >pom</packaging >
33
- <version >3.0.0-SNAPSHOT </version >
33
+ <version >3.0.0</version >
34
34
<description >Test automation integration parent.</description >
35
35
36
36
<modules >
92
92
<dependency >
93
93
<groupId >io.wcm.qa</groupId >
94
94
<artifactId >io.wcm.qa.galenium.logging</artifactId >
95
- <version >3.0.0-SNAPSHOT </version >
95
+ <version >3.0.0</version >
96
96
</dependency >
97
97
98
98
</dependencies >
174
174
<plugin >
175
175
<groupId >io.wcm.qa</groupId >
176
176
<artifactId >io.wcm.qa.galenium.specs-maven-plugin</artifactId >
177
- <version >3.0.0-SNAPSHOT </version >
177
+ <version >3.0.0</version >
178
178
<configuration >
179
179
<packagePrefixSelectors >${galenium.generated.java.package.selectors} </packagePrefixSelectors >
180
180
<packagePrefixSpecs >${galenium.generated.java.package.specs} </packagePrefixSpecs >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >io.wcm.qa</groupId >
25
25
<artifactId >io.wcm.qa.galenium.integration</artifactId >
26
- <version >3.0.0-SNAPSHOT </version >
26
+ <version >3.0.0</version >
27
27
<relativePath >..</relativePath >
28
28
</parent >
29
29
30
30
<name >Galenium Integration Resources</name >
31
31
<groupId >io.wcm.qa</groupId >
32
32
<artifactId >io.wcm.qa.galenium.integration.resources</artifactId >
33
33
<packaging >jar</packaging >
34
- <version >3.0.0-SNAPSHOT </version >
34
+ <version >3.0.0</version >
35
35
<description >Test automation integration resources.</description >
36
36
37
37
<build >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >io.wcm.qa</groupId >
25
25
<artifactId >io.wcm.qa.galenium.integration</artifactId >
26
- <version >3.0.0-SNAPSHOT </version >
26
+ <version >3.0.0</version >
27
27
<relativePath >..</relativePath >
28
28
</parent >
29
29
49
49
<dependency >
50
50
<groupId >io.wcm.qa</groupId >
51
51
<artifactId >io.wcm.qa.galenium.specs-maven-plugin</artifactId >
52
- <version >3.0.0-SNAPSHOT </version >
52
+ <version >3.0.0</version >
53
53
</dependency >
54
54
55
55
</dependencies >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >io.wcm.qa</groupId >
24
24
<artifactId >io.wcm.qa.galenium.integration</artifactId >
25
- <version >3.0.0-SNAPSHOT </version >
25
+ <version >3.0.0</version >
26
26
<relativePath >..</relativePath >
27
27
</parent >
28
28
37
37
<dependency >
38
38
<groupId >io.wcm.qa</groupId >
39
39
<artifactId >io.wcm.qa.galenium.integration.resources</artifactId >
40
- <version >3.0.0-SNAPSHOT </version >
40
+ <version >3.0.0</version >
41
41
<scope >test</scope >
42
42
</dependency >
43
43
<dependency >
44
44
<groupId >io.wcm.qa</groupId >
45
45
<artifactId >io.wcm.qa.galenium.icing</artifactId >
46
- <version >3.0.0-SNAPSHOT </version >
46
+ <version >3.0.0</version >
47
47
</dependency >
48
48
<dependency >
49
49
<groupId >io.wcm.qa</groupId >
50
50
<artifactId >io.wcm.qa.galenium.listeners</artifactId >
51
- <version >3.0.0-SNAPSHOT </version >
51
+ <version >3.0.0</version >
52
52
</dependency >
53
53
<dependency >
54
54
<groupId >io.wcm.qa</groupId >
55
55
<artifactId >io.wcm.qa.galenium.providers</artifactId >
56
- <version >3.0.0-SNAPSHOT </version >
56
+ <version >3.0.0</version >
57
57
</dependency >
58
58
59
59
<!-- Webdriver Management -->
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >io.wcm.qa</groupId >
25
25
<artifactId >io.wcm.qa.galenium.parent</artifactId >
26
- <version >3.0.0-SNAPSHOT </version >
26
+ <version >3.0.0</version >
27
27
<relativePath >../parent/pom.xml</relativePath >
28
28
</parent >
29
29
37
37
<dependency >
38
38
<groupId >io.wcm.qa</groupId >
39
39
<artifactId >io.wcm.qa.galenium.core</artifactId >
40
- <version >3.0.0-SNAPSHOT </version >
40
+ <version >3.0.0</version >
41
41
</dependency >
42
42
43
43
<dependency >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >io.wcm.qa</groupId >
24
24
<artifactId >io.wcm.qa.galenium.parent</artifactId >
25
- <version >3.0.0-SNAPSHOT </version >
25
+ <version >3.0.0</version >
26
26
<relativePath >../../parent/pom.xml</relativePath >
27
27
</parent >
28
28
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >io.wcm.qa.galenium.parent</artifactId >
6
6
<groupId >io.wcm.qa</groupId >
7
- <version >3.0.0-SNAPSHOT </version >
7
+ <version >3.0.0</version >
8
8
<relativePath >../../parent/pom.xml</relativePath >
9
9
</parent >
10
10
11
11
<name >Galenium Galen Specs Maven Plugin</name >
12
12
<description >Generates and packages Java classes from Galen specs.</description >
13
13
<groupId >io.wcm.qa</groupId >
14
14
<artifactId >io.wcm.qa.galenium.specs-maven-plugin</artifactId >
15
- <version >3.0.0-SNAPSHOT </version >
15
+ <version >3.0.0</version >
16
16
<packaging >maven-plugin</packaging >
17
17
18
18
<url >https://qa.wcm.io/galenium/io.wcm.qa.galenium.specs-maven-plugin</url >
39
39
<dependency >
40
40
<groupId >io.wcm.qa</groupId >
41
41
<artifactId >io.wcm.qa.galenium.galen</artifactId >
42
- <version >3.0.0-SNAPSHOT </version >
42
+ <version >3.0.0</version >
43
43
</dependency >
44
44
45
45
<!-- Utils -->
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >io.wcm.qa</groupId >
25
25
<artifactId >io.wcm.qa.galenium.parent</artifactId >
26
- <version >3.0.0-SNAPSHOT </version >
26
+ <version >3.0.0</version >
27
27
<relativePath >../../parent/pom.xml</relativePath >
28
28
</parent >
29
29
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >io.wcm.qa</groupId >
16
16
<artifactId >io.wcm.qa.galenium.parent</artifactId >
17
- <version >3.0.0-SNAPSHOT </version >
17
+ <version >3.0.0</version >
18
18
<relativePath >../../parent/pom.xml</relativePath >
19
19
</parent >
20
20
28
28
<dependency >
29
29
<groupId >io.wcm.qa</groupId >
30
30
<artifactId >io.wcm.qa.galenium.selectors</artifactId >
31
- <version >3.0.0-SNAPSHOT </version >
31
+ <version >3.0.0</version >
32
32
</dependency >
33
33
34
34
</dependencies >
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >io.wcm.qa</groupId >
16
16
<artifactId >io.wcm.qa.galenium.parent</artifactId >
17
- <version >3.0.0-SNAPSHOT </version >
17
+ <version >3.0.0</version >
18
18
<relativePath >../../parent/pom.xml</relativePath >
19
19
</parent >
20
20
28
28
<dependency >
29
29
<groupId >io.wcm.qa</groupId >
30
30
<artifactId >io.wcm.qa.galenium.core</artifactId >
31
- <version >3.0.0-SNAPSHOT </version >
31
+ <version >3.0.0</version >
32
32
</dependency >
33
33
<dependency >
34
34
<groupId >io.wcm.qa</groupId >
35
35
<artifactId >io.wcm.qa.galenium.differences</artifactId >
36
- <version >3.0.0-SNAPSHOT </version >
36
+ <version >3.0.0</version >
37
37
</dependency >
38
38
<dependency >
39
39
<groupId >io.wcm.qa</groupId >
40
40
<artifactId >io.wcm.qa.galenium.interaction</artifactId >
41
- <version >3.0.0-SNAPSHOT </version >
41
+ <version >3.0.0</version >
42
42
</dependency >
43
43
44
44
</dependencies >
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >io.wcm.qa</groupId >
16
16
<artifactId >io.wcm.qa.galenium.parent</artifactId >
17
- <version >3.0.0-SNAPSHOT </version >
17
+ <version >3.0.0</version >
18
18
<relativePath >../../parent/pom.xml</relativePath >
19
19
</parent >
20
20
28
28
<dependency >
29
29
<groupId >io.wcm.qa</groupId >
30
30
<artifactId >io.wcm.qa.galenium.verification</artifactId >
31
- <version >3.0.0-SNAPSHOT </version >
31
+ <version >3.0.0</version >
32
32
</dependency >
33
33
<dependency >
34
34
<groupId >io.wcm.qa</groupId >
35
35
<artifactId >io.wcm.qa.galenium.galen</artifactId >
36
- <version >3.0.0-SNAPSHOT </version >
36
+ <version >3.0.0</version >
37
37
</dependency >
38
38
39
39
</dependencies >
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >io.wcm.qa</groupId >
16
16
<artifactId >io.wcm.qa.galenium.parent</artifactId >
17
- <version >3.0.0-SNAPSHOT </version >
17
+ <version >3.0.0</version >
18
18
<relativePath >../../parent/pom.xml</relativePath >
19
19
</parent >
20
20
28
28
<dependency >
29
29
<groupId >io.wcm.qa</groupId >
30
30
<artifactId >io.wcm.qa.galenium.selectors</artifactId >
31
- <version >3.0.0-SNAPSHOT </version >
31
+ <version >3.0.0</version >
32
32
</dependency >
33
33
34
34
</dependencies >
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >io.wcm.qa</groupId >
16
16
<artifactId >io.wcm.qa.galenium.parent</artifactId >
17
- <version >3.0.0-SNAPSHOT </version >
17
+ <version >3.0.0</version >
18
18
<relativePath >../../parent/pom.xml</relativePath >
19
19
</parent >
20
20
27
27
<dependency >
28
28
<groupId >io.wcm.qa</groupId >
29
29
<artifactId >io.wcm.qa.galenium.core</artifactId >
30
- <version >3.0.0-SNAPSHOT </version >
30
+ <version >3.0.0</version >
31
31
</dependency >
32
32
33
33
<dependency >
You can’t perform that action at this time.
0 commit comments