2017-04-19 14:34:12 +05:30
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2018-07-12 12:34:54 +05:30
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2017-04-19 14:34:12 +05:30
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>com.baeldung</groupId>
|
|
|
|
<artifactId>spring-boot-custom-starter</artifactId>
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
2018-11-30 22:16:08 +05:30
|
|
|
<name>spring-boot-custom-starter</name>
|
2017-04-19 14:34:12 +05:30
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
2017-05-09 22:37:43 +02:00
|
|
|
<parent>
|
|
|
|
<groupId>com.baeldung</groupId>
|
|
|
|
<artifactId>parent-modules</artifactId>
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
2018-04-26 18:07:47 +05:30
|
|
|
</parent>
|
2017-04-19 14:34:12 +05:30
|
|
|
|
|
|
|
<modules>
|
2018-07-06 01:27:12 -03:00
|
|
|
<module>greeter-library</module>
|
2017-04-19 14:34:12 +05:30
|
|
|
<module>greeter-spring-boot-autoconfigure</module>
|
|
|
|
<module>greeter-spring-boot-starter</module>
|
|
|
|
<module>greeter-spring-boot-sample-app</module>
|
|
|
|
</modules>
|
2018-10-20 22:08:41 +03:00
|
|
|
|
2018-04-26 18:07:47 +05:30
|
|
|
|
2017-04-19 14:34:12 +05:30
|
|
|
</project>
|