Update to jQAssistant-Dashboard plugin 1.7.1.

This closes #78.
This commit is contained in:
Michael Simons
2019-10-11 20:20:22 +02:00
parent 4d3ee252f6
commit ad67ace2ee
2 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ RETURN p.fqn, c.name
Public interfaces, classes or annotations are either part of internal or public API and have a status.
[[api:api-guardian-api-concept]]
[source,cypher,role="concept"]
[source,cypher,role="concept",verify=rowCount,rowCountMin=0]
.Define which Java artifacts are part of internal or public API
----
MATCH (c:Java) - [:ANNOTATED_BY] -> (a) - [:OF_TYPE] -> (t:Type {fqn: 'org.apiguardian.api.API'}),

View File

@@ -87,6 +87,7 @@
<flatten-maven-plugin.version>1.1.0</flatten-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.4</jacoco-maven-plugin.version>
<java.version>1.8</java.version>
<jqassistant-dashboard-plugin.version>1.7.1</jqassistant-dashboard-plugin.version>
<jqassistant.plugin.version>1.7.0</jqassistant.plugin.version>
<jqassistant.version>1.7.0</jqassistant.version>
<junit-jupiter.version>5.4.0</junit-jupiter.version>
@@ -285,7 +286,7 @@
<dependency>
<groupId>org.jqassistant.contrib.plugin</groupId>
<artifactId>jqassistant-dashboard-plugin</artifactId>
<version>${jqassistant.version}</version>
<version>${jqassistant-dashboard-plugin.version}</version>
</dependency>
<dependency>
<groupId>de.kontext-e.jqassistant.plugin</groupId>