Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
JR Utily
2016-10-21 19:55:44 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
Jean-Francois Leveque
2016-11-08 10:05:32 +0100
Commit
4426e527e9e1d0d9464f9101c2a3637a90579f49
4426e527
1 parent
8f55944b
fix warning with maven plugin version
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
pom.xml
pom.xml
View file @
4426e52
...
...
@@ -231,17 +231,17 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<!-- <version>3.5.1</version>--
>
<version>
3.5.1
</version
>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<!-- <version>2.19.1</version>--
>
<version>
2.19.1
</version
>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-war-plugin
</artifactId>
<!-- <version>2.6</version>--
>
<version>
2.6
</version
>
<configuration>
<failOnMissingWebXml>
false
</failOnMissingWebXml>
</configuration>
...
...
@@ -249,7 +249,7 @@
<plugin>
<groupId>
org.apache.tomee.maven
</groupId>
<artifactId>
tomee-maven-plugin
</artifactId>
<!-- <version>7.0.1</version>--
>
<version>
7.0.1
</version
>
<configuration>
<context>
ROOT
</context>
</configuration>
...
...
Please
register
or
login
to post a comment