This commit is contained in:
Stephane Nicoll 2018-03-07 14:23:49 +01:00
parent 3804466ad5
commit 36ed7ae699
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>