Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Jun 21, 2020
1 parent 0bc7baf commit 8231b9b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?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"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>com.graphql-java-kickstart</groupId>
<artifactId>graphql-java-tools</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1.0</version>
<packaging>jar</packaging>

<name>GraphQL Java Tools</name>
Expand Down Expand Up @@ -311,7 +309,7 @@
</goals>
<configuration>
<rules>
<dependencyConvergence/>
<dependencyConvergence />
</rules>
</configuration>
</execution>
Expand Down Expand Up @@ -393,6 +391,6 @@
<developerConnection>scm:git:https://github.com/graphql-java-kickstart/graphql-java-tools.git
</developerConnection>
<url>https://github.com/graphql-java-kickstart/graphql-java-tools</url>
<tag>HEAD</tag>
<tag>6.1.0</tag>
</scm>
</project>

0 comments on commit 8231b9b

Please sign in to comment.