File tree 4 files changed +13
-14
lines changed
it/script-classpath-duplicates
4 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,10 @@ under the License.
68
68
<beanshell-artifactId >bsh</beanshell-artifactId >
69
69
<beanshell-version >2.0b6</beanshell-version >
70
70
<project .build.outputTimestamp>2024-10-18T16:49:15Z</project .build.outputTimestamp>
71
- <groovy-version >4.0.23</groovy-version >
71
+ <groovyVersion >4.0.23</groovyVersion >
72
+ <!-- Doxia 2.0 -->
73
+ <version .maven-site-plugin>3.21.0</version .maven-site-plugin>
74
+ <version .maven-fluido-skin>2.0.0</version .maven-fluido-skin>
72
75
</properties >
73
76
74
77
<dependencyManagement >
@@ -97,7 +100,7 @@ under the License.
97
100
<dependency >
98
101
<groupId >org.apache.groovy</groupId >
99
102
<artifactId >groovy-bom</artifactId >
100
- <version >${groovy-version } </version >
103
+ <version >${groovyVersion } </version >
101
104
<type >pom</type >
102
105
<scope >import</scope >
103
106
</dependency >
@@ -389,10 +392,6 @@ under the License.
389
392
<profiles >
390
393
<profile >
391
394
<id >run-its</id >
392
- <properties >
393
- <!-- plugins versions used in IT tests -->
394
- <version .maven-site-plugin>3.20.0</version .maven-site-plugin>
395
- </properties >
396
395
<build >
397
396
<pluginManagement >
398
397
<plugins >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ under the License.
43
43
<dependency >
44
44
<groupId >org.apache.groovy</groupId >
45
45
<artifactId >groovy</artifactId >
46
- <version >@groovy-version @</version >
46
+ <version >@groovyVersion @</version >
47
47
<type >pom</type >
48
48
<scope >test</scope >
49
49
</dependency >
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ Groovy version and extensions
33
33
34
34
Plugin <<<maven-invoker-plugin>>> in version <<<3.4.0>>> has only dependency on <<<Groovy 4>>> core add common extensions:
35
35
36
- * <<<org.apache.groovy:groovy:${groovy-version }>>>
36
+ * <<<org.apache.groovy:groovy:${groovyVersion }>>>
37
37
38
- * <<<org.apache.groovy:groovy-json:${groovy-version }>>>
38
+ * <<<org.apache.groovy:groovy-json:${groovyVersion }>>>
39
39
40
- * <<<org.apache.groovy:groovy-xml:${groovy-version }>>>
40
+ * <<<org.apache.groovy:groovy-xml:${groovyVersion }>>>
41
41
42
42
[]
43
43
@@ -56,7 +56,7 @@ Groovy version and extensions
56
56
<dependency>
57
57
<groupId>org.apache.groovy</groupId>
58
58
<artifactId>groovy-yaml</artifactId>
59
- <version>${groovy-version }</version>
59
+ <version>${groovyVersion }</version>
60
60
</dependency>
61
61
</dependencies>
62
62
</plugin>
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ specific language governing permissions and limitations
19
19
under the License.
20
20
-->
21
21
22
- <project xmlns =" http://maven.apache.org/DECORATION/1.8 .0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
23
- xsi : schemaLocation =" http://maven.apache.org/DECORATION/1.8 .0 https://maven.apache.org/xsd/decoration-1.8 .0.xsd" >
22
+ <site xmlns =" http://maven.apache.org/SITE/2.0 .0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
23
+ xsi : schemaLocation =" http://maven.apache.org/SITE/2.0 .0 https://maven.apache.org/xsd/site-2.0 .0.xsd" >
24
24
25
25
<body >
26
26
<menu name =" Overview" >
@@ -56,4 +56,4 @@ under the License.
56
56
</menu >
57
57
58
58
</body >
59
- </project >
59
+ </site >
You can’t perform that action at this time.
0 commit comments