Skip to content

Commit cf34270

Browse files
committed
rename to spring-boot-data-aggregator
1 parent 6116214 commit cf34270

File tree

35 files changed

+19
-19
lines changed

35 files changed

+19
-19
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>org.feego.spring</groupId>
8-
<artifactId>spring-boot-data-aggregate</artifactId>
8+
<artifactId>spring-boot-data-aggregator</artifactId>
99
<version>1.0.0-SNAPSHOT</version>
1010
<modules>
11-
<module>spring-boot-data-aggregate-core</module>
12-
<module>spring-boot-data-aggregate-autoconfigure</module>
13-
<module>spring-boot-data-aggregate-example</module>
11+
<module>spring-boot-data-aggregator-core</module>
12+
<module>spring-boot-data-aggregator-autoconfigure</module>
13+
<module>spring-boot-data-aggregator-example</module>
1414
</modules>
1515
<packaging>pom</packaging>
1616

17-
<name>spring-boot-data-aggregate</name>
17+
<name>spring-boot-data-aggregator</name>
1818

1919

2020
<properties>
@@ -47,19 +47,19 @@
4747

4848
<dependency>
4949
<groupId>org.feego.spring</groupId>
50-
<artifactId>spring-boot-data-aggregate-autoconfigure</artifactId>
50+
<artifactId>spring-boot-data-aggregator-autoconfigure</artifactId>
5151
<version>${project.version}</version>
5252
</dependency>
5353

5454
<dependency>
5555
<groupId>org.feego.spring</groupId>
56-
<artifactId>spring-boot-data-aggregate-core</artifactId>
56+
<artifactId>spring-boot-data-aggregator-core</artifactId>
5757
<version>${project.version}</version>
5858
</dependency>
5959

6060
<dependency>
6161
<groupId>org.feego.spring</groupId>
62-
<artifactId>spring-boot-data-aggregate-example</artifactId>
62+
<artifactId>spring-boot-data-aggregator-example</artifactId>
6363
<version>${project.version}</version>
6464
</dependency>
6565

spring-boot-data-aggregate-autoconfigure/pom.xml renamed to spring-boot-data-aggregator-autoconfigure/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>spring-boot-data-aggregate</artifactId>
6+
<artifactId>spring-boot-data-aggregator</artifactId>
77
<groupId>org.feego.spring</groupId>
88
<version>1.0.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

12-
<artifactId>spring-boot-data-aggregate-autoconfigure</artifactId>
12+
<artifactId>spring-boot-data-aggregator-autoconfigure</artifactId>
1313

14-
<name>spring-boot-data-aggregate-autoconfigure</name>
14+
<name>spring-boot-data-aggregator-autoconfigure</name>
1515

1616
<properties>
1717

@@ -39,7 +39,7 @@
3939
</dependency>
4040
<dependency>
4141
<groupId>org.feego.spring</groupId>
42-
<artifactId>spring-boot-data-aggregate-core</artifactId>
42+
<artifactId>spring-boot-data-aggregator-core</artifactId>
4343
</dependency>
4444
</dependencies>
4545

0 commit comments

Comments
 (0)