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
Edouard CATTEZ
Raquette Party
Commits
cbef06ce
Commit
cbef06ce
authored
Dec 15, 2020
by
Edouard CATTEZ
Browse files
Add maven properties
parent
b25c9a8e
Pipeline
#35989
failed with stages
in 8 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
cbef06ce
...
...
@@ -10,6 +10,11 @@
<version>
1.0-SNAPSHOT
</version>
<properties>
<maven.compiler.version>
3.8.1
</maven.compiler.version>
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.target>
1.8
</maven.compiler.target>
<maven.surefire.version>
2.22.1
</maven.surefire.version>
<java.version>
11
</java.version>
<junit.version>
5.6.2
</junit.version>
</properties>
...
...
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