Merge pull request #12307 from dkapil/task/JAVA-12421

JAVA-12421 Renamed graphql to graphql-modules
This commit is contained in:
Loredana Crusoveanu 2022-06-03 18:48:07 +03:00 committed by GitHub
commit 4293f9b4cc
81 changed files with 10 additions and 9 deletions

View File

@ -9,7 +9,7 @@
<parent>
<groupId>com.baeldung.graphql</groupId>
<artifactId>graphql</artifactId>
<artifactId>graphql-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

View File

@ -10,7 +10,7 @@
<parent>
<groupId>com.baeldung.graphql</groupId>
<artifactId>graphql</artifactId>
<artifactId>graphql-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@ -9,7 +10,7 @@
<parent>
<groupId>com.baeldung.graphql</groupId>
<artifactId>graphql</artifactId>
<artifactId>graphql-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

View File

@ -9,7 +9,7 @@
<parent>
<groupId>com.baeldung.graphql</groupId>
<artifactId>graphql</artifactId>
<artifactId>graphql-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

View File

@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.graphql</groupId>
<artifactId>graphql</artifactId>
<artifactId>graphql-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>graphql</name>
<name>graphql-modules</name>
<packaging>pom</packaging>
<parent>
@ -23,4 +23,4 @@
<module>graphql-spqr</module>
</modules>
</project>
</project>

View File

@ -402,7 +402,7 @@
<!-- <module>gradle-5</module> --> <!-- Not a maven project -->
<!-- <module>gradle-6</module> --> <!-- Not a maven project -->
<!-- <module>grails</module> --> <!-- Not a maven project -->
<module>graphql</module>
<module>graphql-modules</module>
<module>grpc</module>
<module>gson</module>
<module>guava-modules</module>
@ -861,7 +861,7 @@
<!-- <module>gradle-5</module> --> <!-- Not a maven project -->
<!-- <module>gradle-6</module> --> <!-- Not a maven project -->
<!-- <module>grails</module> --> <!-- Not a maven project -->
<module>graphql</module>
<module>graphql-modules</module>
<module>grpc</module>
<module>gson</module>
<module>guava-modules</module>