BAEL-20759 CLONE - Week 2 | POM Properties Cleanup

- Cleaning properties of project starting with name n,o and p
This commit is contained in:
Dhawal Kapil
2020-01-25 21:53:36 +05:30
parent e8e0af1b87
commit b9266ff5d1
16 changed files with 5 additions and 111 deletions

View File

@@ -11,7 +11,6 @@
<groupId>com.baeldung</groupId>
<artifactId>patterns</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
@@ -41,9 +40,6 @@
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<intellij.annotations.version>16.0.2</intellij.annotations.version>
<assertj-core.version>3.9.1</assertj-core.version>
</properties>