Polish
This commit is contained in:
parent
3804466ad5
commit
36ed7ae699
|
|
@ -9,7 +9,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-boot-starter-jta-narayana</artifactId>
|
<artifactId>spring-boot-starter-jta-narayana</artifactId>
|
||||||
<name>Spring Boot Narayana JTA Starter</name>
|
<name>Spring Boot Narayana JTA Starter</name>
|
||||||
<description>Spring Boot Narayana JTA Starter</description>
|
<description>Starter for JTA transactions using Narayana</description>
|
||||||
<properties>
|
<properties>
|
||||||
<main.basedir>${basedir}/../../..</main.basedir>
|
<main.basedir>${basedir}/../../..</main.basedir>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-boot-starter-quartz</artifactId>
|
<artifactId>spring-boot-starter-quartz</artifactId>
|
||||||
<name>Spring Boot Quartz Starter</name>
|
<name>Spring Boot Quartz Starter</name>
|
||||||
<description>Spring Boot Quartz Starter</description>
|
<description>Starter for using the Quartz scheduler</description>
|
||||||
<properties>
|
<properties>
|
||||||
<main.basedir>${basedir}/../../..</main.basedir>
|
<main.basedir>${basedir}/../../..</main.basedir>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue