|
@ -7,7 +7,7 @@ |
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
<groupId>com.dreamworks</groupId> |
|
|
<groupId>com.dreamworks</groupId> |
|
|
<artifactId>boditech</artifactId> |
|
|
<artifactId>boditech</artifactId> |
|
|
<version>0.0.1-SNAPSHOT</version> |
|
|
|
|
|
|
|
|
<version>0.0.12</version> |
|
|
<name>boditech</name> |
|
|
<name>boditech</name> |
|
|
<description>boditech</description> |
|
|
<description>boditech</description> |
|
|
|
|
|
|
|
@ -59,6 +59,13 @@ |
|
|
<groupId>org.springframework.boot</groupId> |
|
|
<groupId>org.springframework.boot</groupId> |
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
</plugin> |
|
|
</plugin> |
|
|
|
|
|
<plugin> |
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
|
|
|
<artifactId>versions-maven-plugin</artifactId> |
|
|
|
|
|
<configuration> |
|
|
|
|
|
<generateBackupPoms>false</generateBackupPoms> |
|
|
|
|
|
</configuration> |
|
|
|
|
|
</plugin> |
|
|
</plugins> |
|
|
</plugins> |
|
|
</build> |
|
|
</build> |
|
|
</project> |
|
|
</project> |