导入新的子模块

This commit is contained in:
2022-05-02 08:54:18 -04:00
parent 4975444217
commit 0bb9073a67
4 changed files with 7 additions and 4 deletions
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
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-datetime-conversion</artifactId>
<version>${project.parent.version}</version>
@@ -12,7 +12,7 @@
<groupId>com.ossez.core-java-modules</groupId>
<artifactId>core-java-modules</artifactId>
<version>0.0.2-SNAPSHOT</version>
<relativePath></relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
+1 -1
View File
@@ -18,7 +18,7 @@
<module>core-java-8</module>
<module>core-java-annotations</module>
<module>core-java-collections-list</module>
<!-- <module>core-java-datetime-conversion</module>-->
<module>core-java-datetime-conversion</module>
<!-- <module>core-java-io</module>-->
</modules>