From 77bb08074ab1e6b75d6ead0fe561d722bab0f02f Mon Sep 17 00:00:00 2001 From: Roi Menashe <33356310+roimenashe@users.noreply.github.com> Date: Sat, 21 Aug 2021 15:39:53 +0300 Subject: [PATCH] Add project names to children modules. (#73) --- spring-boot-autoconfigure-data-aerospike/pom.xml | 1 + spring-boot-starter-data-aerospike-example/pom.xml | 2 ++ spring-boot-starter-data-aerospike-example/reactive/pom.xml | 1 + spring-boot-starter-data-aerospike-example/sync/pom.xml | 1 + spring-boot-starter-data-aerospike-reactive/pom.xml | 1 + spring-boot-starter-data-aerospike/pom.xml | 1 + 6 files changed, 7 insertions(+) diff --git a/spring-boot-autoconfigure-data-aerospike/pom.xml b/spring-boot-autoconfigure-data-aerospike/pom.xml index c9a1232..ba3bde4 100644 --- a/spring-boot-autoconfigure-data-aerospike/pom.xml +++ b/spring-boot-autoconfigure-data-aerospike/pom.xml @@ -9,6 +9,7 @@ ${revision} + Spring Data Aerospike Starters: spring-boot-autoconfigure-data-aerospike spring-boot-autoconfigure-data-aerospike Auto configuration for using Spring Data Aerospike diff --git a/spring-boot-starter-data-aerospike-example/pom.xml b/spring-boot-starter-data-aerospike-example/pom.xml index c439b8e..f150e3e 100644 --- a/spring-boot-starter-data-aerospike-example/pom.xml +++ b/spring-boot-starter-data-aerospike-example/pom.xml @@ -9,7 +9,9 @@ ${revision} + pom + Spring Data Aerospike Starters: spring-boot-starter-data-aerospike-example spring-boot-starter-data-aerospike-example Example for using Spring Boot Data Aerospike Starter diff --git a/spring-boot-starter-data-aerospike-example/reactive/pom.xml b/spring-boot-starter-data-aerospike-example/reactive/pom.xml index a70240e..ef0f7cf 100644 --- a/spring-boot-starter-data-aerospike-example/reactive/pom.xml +++ b/spring-boot-starter-data-aerospike-example/reactive/pom.xml @@ -9,6 +9,7 @@ 4.0.0 + Spring Data Aerospike Starters: spring-boot-starter-data-aerospike-example, reactive reactive diff --git a/spring-boot-starter-data-aerospike-example/sync/pom.xml b/spring-boot-starter-data-aerospike-example/sync/pom.xml index ee22a06..b8a0cd0 100644 --- a/spring-boot-starter-data-aerospike-example/sync/pom.xml +++ b/spring-boot-starter-data-aerospike-example/sync/pom.xml @@ -9,6 +9,7 @@ 4.0.0 + Spring Data Aerospike Starters: spring-boot-starter-data-aerospike-example, sync sync diff --git a/spring-boot-starter-data-aerospike-reactive/pom.xml b/spring-boot-starter-data-aerospike-reactive/pom.xml index 40a8321..0b2c827 100644 --- a/spring-boot-starter-data-aerospike-reactive/pom.xml +++ b/spring-boot-starter-data-aerospike-reactive/pom.xml @@ -9,6 +9,7 @@ ${revision} + Spring Data Aerospike Starters: spring-boot-starter-data-aerospike-reactive spring-boot-starter-data-aerospike-reactive Starter for using Spring Data Aerospike Reactive diff --git a/spring-boot-starter-data-aerospike/pom.xml b/spring-boot-starter-data-aerospike/pom.xml index 4eb51bd..d17c5ec 100644 --- a/spring-boot-starter-data-aerospike/pom.xml +++ b/spring-boot-starter-data-aerospike/pom.xml @@ -9,6 +9,7 @@ ${revision} + Spring Data Aerospike Starters: spring-boot-starter-data-aerospike spring-boot-starter-data-aerospike Starter for using Spring Data Aerospike