Skip to content

Commit e27959f

Browse files
committed
chore: rename example modules and models
1 parent fe2c22e commit e27959f

File tree

26 files changed

+14
-14
lines changed

26 files changed

+14
-14
lines changed

graphql-jpa-query-build/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222

2323
<dependency>
2424
<groupId>com.introproventures</groupId>
25-
<artifactId>graphql-jpa-query-model-starwars</artifactId>
25+
<artifactId>graphql-jpa-query-example-model-starwars</artifactId>
2626
<version>${project.version}</version>
2727
</dependency>
2828

2929
<dependency>
3030
<groupId>com.introproventures</groupId>
31-
<artifactId>graphql-jpa-query-model-books</artifactId>
31+
<artifactId>graphql-jpa-query-example-model-books</artifactId>
3232
<version>${project.version}</version>
3333
</dependency>
3434

graphql-jpa-query-example-merge/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020

2121
<dependency>
2222
<groupId>com.introproventures</groupId>
23-
<artifactId>graphql-jpa-query-model-books</artifactId>
23+
<artifactId>graphql-jpa-query-example-model-books</artifactId>
2424
</dependency>
2525

2626
<dependency>
2727
<groupId>com.introproventures</groupId>
28-
<artifactId>graphql-jpa-query-model-starwars</artifactId>
28+
<artifactId>graphql-jpa-query-example-model-starwars</artifactId>
2929
</dependency>
3030

3131
<dependency>

graphql-jpa-query-model-books/pom.xml renamed to graphql-jpa-query-example-model-books/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<version>0.3.19-SNAPSHOT</version>
77
<relativePath>../graphql-jpa-query-build</relativePath>
88
</parent>
9-
<artifactId>graphql-jpa-query-model-books</artifactId>
9+
<artifactId>graphql-jpa-query-example-model-books</artifactId>
1010

1111
<dependencies>
1212
<dependency>

graphql-jpa-query-model-starwars/pom.xml renamed to graphql-jpa-query-example-model-starwars/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<relativePath>../graphql-jpa-query-build</relativePath>
88
</parent>
99

10-
<artifactId>graphql-jpa-query-model-starwars</artifactId>
10+
<artifactId>graphql-jpa-query-example-model-starwars</artifactId>
1111

1212
<dependencies>
1313
<dependency>

graphql-jpa-query-example/pom.xml renamed to graphql-jpa-query-example-simple/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33

4-
<artifactId>graphql-jpa-query-example</artifactId>
5-
<name>graphql-jpa-query-example</name>
4+
<artifactId>graphql-jpa-query-example-simple</artifactId>
5+
<name>graphql-jpa-query-example-simple</name>
66

77
<parent>
88
<groupId>com.introproventures</groupId>
@@ -25,7 +25,7 @@
2525

2626
<dependency>
2727
<groupId>com.introproventures</groupId>
28-
<artifactId>graphql-jpa-query-model-starwars</artifactId>
28+
<artifactId>graphql-jpa-query-example-model-starwars</artifactId>
2929
</dependency>
3030

3131
<dependency>

graphql-jpa-query-schema/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@
6262

6363
<dependency>
6464
<groupId>com.introproventures</groupId>
65-
<artifactId>graphql-jpa-query-model-starwars</artifactId>
65+
<artifactId>graphql-jpa-query-example-model-starwars</artifactId>
6666
<scope>test</scope>
6767
</dependency>
6868

6969
<dependency>
7070
<groupId>com.introproventures</groupId>
71-
<artifactId>graphql-jpa-query-model-books</artifactId>
71+
<artifactId>graphql-jpa-query-example-model-books</artifactId>
7272
<scope>test</scope>
7373
</dependency>
7474

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
<module>graphql-jpa-query-annotations</module>
3535
<module>graphql-jpa-query-schema</module>
3636
<module>graphql-jpa-query-boot-starter</module>
37-
<module>graphql-jpa-query-example</module>
37+
<module>graphql-jpa-query-example-simple</module>
3838
<module>graphql-jpa-query-example-merge</module>
3939
<module>graphql-jpa-query-dependencies</module>
4040
<module>graphql-jpa-query-build</module>
4141
<module>graphql-jpa-query-autoconfigure</module>
4242
<module>graphql-jpa-query-web</module>
43-
<module>graphql-jpa-query-model-starwars</module>
44-
<module>graphql-jpa-query-model-books</module>
43+
<module>graphql-jpa-query-example-model-starwars</module>
44+
<module>graphql-jpa-query-example-model-books</module>
4545
</modules>
4646

4747
<distributionManagement>

0 commit comments

Comments
 (0)