Skip to content

Commit

Permalink
Merge pull request eugenp#12307 from dkapil/task/JAVA-12421
Browse files Browse the repository at this point in the history
JAVA-12421 Renamed graphql to graphql-modules
  • Loading branch information
lor6 authored Jun 3, 2022
2 parents 3661efb + 8b0ba16 commit ca9a12a
Show file tree
Hide file tree
Showing 81 changed files with 10 additions and 9 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<parent>
<groupId>com.baeldung.graphql</groupId>
<artifactId>graphql</artifactId>
<artifactId>graphql-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<parent>
<groupId>com.baeldung.graphql</groupId>
<artifactId>graphql</artifactId>
<artifactId>graphql-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -9,7 +10,7 @@

<parent>
<groupId>com.baeldung.graphql</groupId>
<artifactId>graphql</artifactId>
<artifactId>graphql-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<parent>
<groupId>com.baeldung.graphql</groupId>
<artifactId>graphql</artifactId>
<artifactId>graphql-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions graphql/pom.xml → graphql-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -23,4 +23,4 @@
<module>graphql-spqr</module>
</modules>

</project>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit ca9a12a

Please sign in to comment.