File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<groupId >com.graphql-java-kickstart</groupId >
8
6
<artifactId >graphql-java-tools</artifactId >
9
- <version >6.1.0-SNAPSHOT </version >
7
+ <version >6.1.0</version >
10
8
<packaging >jar</packaging >
11
9
12
10
<name >GraphQL Java Tools</name >
311
309
</goals >
312
310
<configuration >
313
311
<rules >
314
- <dependencyConvergence />
312
+ <dependencyConvergence />
315
313
</rules >
316
314
</configuration >
317
315
</execution >
393
391
<developerConnection >scm:git:https://github.com/graphql-java-kickstart/graphql-java-tools.git
394
392
</developerConnection >
395
393
<url >https://github.com/graphql-java-kickstart/graphql-java-tools</url >
396
- <tag >HEAD </tag >
394
+ <tag >6.1.0 </tag >
397
395
</scm >
398
396
</project >
You can’t perform that action at this time.
0 commit comments