Skip to content

Commit e9614b0

Browse files
committed
chore: rename example modules and models
1 parent 8f4e63e commit e9614b0

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>

0 commit comments

Comments
 (0)