|
@@ -5,18 +5,15 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
<groupId>com.llisoft</groupId>
|
|
|
- <artifactId>mta-service-file</artifactId>
|
|
|
+ <artifactId>mta-service-sms</artifactId>
|
|
|
<version>1.0.0</version>
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
- <name>mta-service-file</name>
|
|
|
- <description>Demo project for Spring Boot</description>
|
|
|
-
|
|
|
<parent>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
<version>2.0.3.RELEASE</version>
|
|
|
- <relativePath /> <!-- lookup parent from repository -->
|
|
|
+ <relativePath />
|
|
|
</parent>
|
|
|
|
|
|
<properties>
|