Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
XWiki
xwiki-rendering
Commits
a0b603f4
Commit
a0b603f4
authored
Jan 19, 2022
by
Thomas Mortagne
Browse files
[misc] Make sure archetypes are generated with the right versions
parent
c56c5991
Changes
1
Hide whitespace changes
Inline
Side-by-side
xwiki-rendering-archetype-macro/src/main/resources/archetype-resources/pom.xml
View file @
a0b603f4
...
...
@@ -35,16 +35,16 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.8.1
</version>
<version>
${maven.compiler.version}
</version>
<configuration>
<source>
1.8
</source>
<target>
1.8
</target>
<source>
${xwiki.java.version}
</source>
<target>
${xwiki.java.version}
</target>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
2.22.2
</version>
<version>
${surefire.version}
</version>
<configuration>
<includes>
<include>
**/IntegrationTests.java
</include>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment