File tree Expand file tree Collapse file tree 4 files changed +13
-14
lines changed
it/script-classpath-duplicates Expand file tree Collapse file tree 4 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,10 @@ under the License.
6868 <beanshell-artifactId >bsh</beanshell-artifactId >
6969 <beanshell-version >2.0b6</beanshell-version >
7070 <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>
7275 </properties >
7376
7477 <dependencyManagement >
@@ -97,7 +100,7 @@ under the License.
97100 <dependency >
98101 <groupId >org.apache.groovy</groupId >
99102 <artifactId >groovy-bom</artifactId >
100- <version >${groovy-version } </version >
103+ <version >${groovyVersion } </version >
101104 <type >pom</type >
102105 <scope >import</scope >
103106 </dependency >
@@ -389,10 +392,6 @@ under the License.
389392 <profiles >
390393 <profile >
391394 <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 >
396395 <build >
397396 <pluginManagement >
398397 <plugins >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ under the License.
4343 <dependency >
4444 <groupId >org.apache.groovy</groupId >
4545 <artifactId >groovy</artifactId >
46- <version >@groovy-version @</version >
46+ <version >@groovyVersion @</version >
4747 <type >pom</type >
4848 <scope >test</scope >
4949 </dependency >
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ Groovy version and extensions
3333
3434 Plugin <<<maven-invoker-plugin>>> in version <<<3.4.0>>> has only dependency on <<<Groovy 4>>> core add common extensions:
3535
36- * <<<org.apache.groovy:groovy:${groovy-version }>>>
36+ * <<<org.apache.groovy:groovy:${groovyVersion }>>>
3737
38- * <<<org.apache.groovy:groovy-json:${groovy-version }>>>
38+ * <<<org.apache.groovy:groovy-json:${groovyVersion }>>>
3939
40- * <<<org.apache.groovy:groovy-xml:${groovy-version }>>>
40+ * <<<org.apache.groovy:groovy-xml:${groovyVersion }>>>
4141
4242 []
4343
@@ -56,7 +56,7 @@ Groovy version and extensions
5656 <dependency>
5757 <groupId>org.apache.groovy</groupId>
5858 <artifactId>groovy-yaml</artifactId>
59- <version>${groovy-version }</version>
59+ <version>${groovyVersion }</version>
6060 </dependency>
6161 </dependencies>
6262 </plugin>
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ specific language governing permissions and limitations
1919under the License.
2020-->
2121
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" >
2424
2525 <body >
2626 <menu name =" Overview" >
@@ -56,4 +56,4 @@ under the License.
5656 </menu >
5757
5858 </body >
59- </project >
59+ </site >
You can’t perform that action at this time.
0 commit comments