Skip to content

Commit 9303b2b

Browse files
committed
[maven-release-plugin] prepare release graphviz-java-parent-0.8.6
1 parent 440348a commit 9303b2b

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

graphviz-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>guru.nidi</groupId>
77
<artifactId>graphviz-java-parent</artifactId>
8-
<version>0.8.6-SNAPSHOT</version>
8+
<version>0.8.6</version>
99
</parent>
1010

1111
<artifactId>graphviz-java</artifactId>

graphviz-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>guru.nidi</groupId>
77
<artifactId>graphviz-java-parent</artifactId>
8-
<version>0.8.6-SNAPSHOT</version>
8+
<version>0.8.6</version>
99
</parent>
1010

1111
<artifactId>graphviz-kotlin</artifactId>

graphviz-taglet/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<artifactId>graphviz-java-parent</artifactId>
76
<groupId>guru.nidi</groupId>
8-
<version>0.8.6-SNAPSHOT</version>
7+
<version>0.8.6</version>
98
</parent>
109

1110
<artifactId>graphviz-taglet</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>graphviz-java-parent</artifactId>
13-
<version>0.8.6-SNAPSHOT</version>
13+
<version>0.8.6</version>
1414
<packaging>pom</packaging>
1515

1616
<name>${project.artifactId}</name>
@@ -34,7 +34,7 @@
3434
<connection>scm:git:https://github.com/nidi3/graphviz-java</connection>
3535
<developerConnection>scm:git:https://github.com/nidi3/graphviz-java</developerConnection>
3636
<url>https://github.com/nidi3/graphviz-java</url>
37-
<tag>HEAD</tag>
37+
<tag>graphviz-java-parent-0.8.6</tag>
3838
</scm>
3939

4040
<dependencies>

0 commit comments

Comments
 (0)