File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 11<?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" >
53 <modelVersion >4.0.0</modelVersion >
64
75 <groupId >com.graphql-java-kickstart</groupId >
86 <artifactId >graphql-java-tools</artifactId >
9- <version >6.1.0-SNAPSHOT </version >
7+ <version >6.1.0</version >
108 <packaging >jar</packaging >
119
1210 <name >GraphQL Java Tools</name >
311309 </goals >
312310 <configuration >
313311 <rules >
314- <dependencyConvergence />
312+ <dependencyConvergence />
315313 </rules >
316314 </configuration >
317315 </execution >
393391 <developerConnection >scm:git:https://github.com/graphql-java-kickstart/graphql-java-tools.git
394392 </developerConnection >
395393 <url >https://github.com/graphql-java-kickstart/graphql-java-tools</url >
396- <tag >HEAD </tag >
394+ <tag >6.1.0 </tag >
397395 </scm >
398396</project >
You can’t perform that action at this time.
0 commit comments