BAEL-20573: Rename core-java-date-operations to core-java-date-operations-2

This commit is contained in:
Krzysiek 2020-01-02 22:45:18 +01:00
parent 4733eddcbb
commit eba38ea1d8
21 changed files with 125 additions and 125 deletions

View File

@ -3,9 +3,9 @@
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-date-operations</artifactId>
<artifactId>core-java-date-operations-2</artifactId>
<version>${project.parent.version}</version>
<name>core-java-date-operations</name>
<name>core-java-date-operations-2</name>
<packaging>jar</packaging>
<parent>

View File

@ -19,7 +19,7 @@
<module>core-java-lang-operators</module>
<module>core-java-networking-2</module>
<module>core-java-security-manager</module>
<module>core-java-date-operations</module>
<module>core-java-date-operations-2</module>
</modules>
</project>