Skip to content

Commit 8231b9b

Browse files
author
Travis CI User
committed
[maven-release-plugin] prepare release 6.1.0
1 parent 0bc7baf commit 8231b9b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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>
@@ -311,7 +309,7 @@
311309
</goals>
312310
<configuration>
313311
<rules>
314-
<dependencyConvergence/>
312+
<dependencyConvergence />
315313
</rules>
316314
</configuration>
317315
</execution>
@@ -393,6 +391,6 @@
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>

0 commit comments

Comments
 (0)