Skip to content

Commit

Permalink
[maven-release-plugin] prepare release graphviz-java-parent-0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nidi3 committed May 13, 2019
1 parent 440348a commit 9303b2b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion graphviz-java/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>guru.nidi</groupId>
<artifactId>graphviz-java-parent</artifactId>
<version>0.8.6-SNAPSHOT</version>
<version>0.8.6</version>
</parent>

<artifactId>graphviz-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graphviz-kotlin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>guru.nidi</groupId>
<artifactId>graphviz-java-parent</artifactId>
<version>0.8.6-SNAPSHOT</version>
<version>0.8.6</version>
</parent>

<artifactId>graphviz-kotlin</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions graphviz-taglet/pom.xml
@@ -1,11 +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>
<parent>
<artifactId>graphviz-java-parent</artifactId>
<groupId>guru.nidi</groupId>
<version>0.8.6-SNAPSHOT</version>
<version>0.8.6</version>
</parent>

<artifactId>graphviz-taglet</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>graphviz-java-parent</artifactId>
<version>0.8.6-SNAPSHOT</version>
<version>0.8.6</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand All @@ -34,7 +34,7 @@
<connection>scm:git:https://github.com/nidi3/graphviz-java</connection>
<developerConnection>scm:git:https://github.com/nidi3/graphviz-java</developerConnection>
<url>https://github.com/nidi3/graphviz-java</url>
<tag>HEAD</tag>
<tag>graphviz-java-parent-0.8.6</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 9303b2b

Please sign in to comment.