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
261
simplewebapp
Commits
d13b064b
Commit
d13b064b
authored
Jan 14, 2019
by
Ivan Procaccini
Browse files
Amend pom.xml
parent
c1b40e12
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
d13b064b
...
...
@@ -29,8 +29,8 @@
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.3
</version>
<configuration>
<source>
1.7
</source>
<target>
1.7
</target>
<source>
9
</source>
<target>
9
</target>
<useSystemClassLoader>
false
</useSystemClassLoader>
</configuration>
</plugin>
...
...
@@ -56,15 +56,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<configuration>
<source>
9
</source>
<target>
9
</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
Write
Preview
Supports
Markdown
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