Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 250f453 + 996b1e0 commit e5924f5Copy full SHA for e5924f5
algorithms-modules/algorithms-miscellaneous-10/pom.xml
@@ -6,23 +6,11 @@
6
<artifactId>algorithms-miscellaneous-10</artifactId>
7
<version>0.0.1-SNAPSHOT</version>
8
<name>algorithms-miscellaneous-10</name>
9
- <build>
10
- <plugins>
11
- <plugin>
12
- <groupId>org.apache.maven.plugins</groupId>
13
- <artifactId>maven-compiler-plugin</artifactId>
14
- <configuration>
15
- <source>9</source>
16
- <target>9</target>
17
- </configuration>
18
- </plugin>
19
- </plugins>
20
- </build>
21
-
+
22
<parent>
23
<groupId>com.baeldung</groupId>
24
<artifactId>algorithms-modules</artifactId>
25
<version>1.0.0-SNAPSHOT</version>
26
</parent>
27
28
-</project>
+</project>
0 commit comments