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
Commit
4bc81e9317542386ecb25afa41f188a04610c6a0
4bc81e93
1 parent
0fed081d
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 @
4bc81e9
...
...
@@ -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