Skip to content

Commit

Permalink
BAEL-2800_Copying_a_HashMap_in_Java - module renamed to core-java-col…
Browse files Browse the repository at this point in the history
…lections-map
  • Loading branch information
SmartyAnsh committed Apr 10, 2019
1 parent 58f416f commit 998e2b7
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>core-java-collections-2</artifactId>
<artifactId>core-java-collections-map</artifactId>
<version>0.1.0-SNAPSHOT</version>
<name>core-java-collections-2</name>
<name>core-java-collections-map</name>
<packaging>jar</packaging>

<parent>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
<!--<module>core-java-os</module> --> <!-- We haven't upgraded to java 9.-->
<module>core-java-arrays</module>
<module>core-java-collections</module>
<module>core-java-collections-2</module>
<module>core-java-collections-map</module>
<module>core-java-collections-list</module>
<module>core-java-concurrency-basic</module>
<module>core-java-concurrency-collections</module>
Expand Down Expand Up @@ -1031,7 +1031,7 @@
<!--<module>core-java-os</module> --> <!-- We haven't upgraded to java 9.-->
<module>core-java-arrays</module>
<module>core-java-collections</module>
<module>core-java-collections-2</module>
<module>core-java-collections-map</module>
<module>core-java-collections-list</module>
<module>core-java-concurrency-basic</module>
<module>core-java-concurrency-collections</module>
Expand Down

0 comments on commit 998e2b7

Please sign in to comment.