Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5924f5

Browse files
authored
Merge pull request #19118 from eugenp/lor6-patch-2
remove overriden jdk version
2 parents 250f453 + 996b1e0 commit e5924f5

File tree

1 file changed

+2
-14
lines changed
  • algorithms-modules/algorithms-miscellaneous-10

1 file changed

+2
-14
lines changed

algorithms-modules/algorithms-miscellaneous-10/pom.xml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,11 @@
66
<artifactId>algorithms-miscellaneous-10</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
88
<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-
9+
2210
<parent>
2311
<groupId>com.baeldung</groupId>
2412
<artifactId>algorithms-modules</artifactId>
2513
<version>1.0.0-SNAPSHOT</version>
2614
</parent>
2715

28-
</project>
16+
</project>

0 commit comments

Comments
 (0)