File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
<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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
- <groupId >com.graphql. kickstart</groupId >
5
+ <groupId >com.graphql-java- kickstart</groupId >
6
6
<artifactId >graphql-java-tools</artifactId >
7
7
<version >5.7.2-SNAPSHOT</version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >GraphQL Java Tools</name >
11
11
<description >Tools to help map a GraphQL schema to existing Java objects.</description >
12
- <url >http ://github.com/graphql-java/graphql-java-tools</url >
12
+ <url >https ://github.com/graphql-java-kickstart /graphql-java-tools</url >
13
13
14
14
<properties >
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments