JAVA-19115 Create new core-java-properties sub module under core-java-modules (#13669)

* JAVA-19115 Create new core-java-properties sub module under core-java-modules
This commit is contained in:
anuragkumawat
2023-04-12 17:02:52 +05:30
committed by GitHub
parent ae3429db29
commit cf5d158622
13 changed files with 30 additions and 3 deletions
@@ -0,0 +1,23 @@
<?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">
<modelVersion>4.0.0</modelVersion>
<artifactId>core-java-properties</artifactId>
<version>0.1.0-SNAPSHOT</version>
<name>core-java-properties</name>
<packaging>jar</packaging>
<parent>
<groupId>com.baeldung.core-java-modules</groupId>
<artifactId>core-java-modules</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<dependencies>
</dependencies>
<properties>
</properties>
</project>