Commit 09470a4d authored by Matthias Betz's avatar Matthias Betz
Browse files

updating to quality ade 0.1.1

parent 75da6cc0
Pipeline #2011 failed with stage
...@@ -63,7 +63,8 @@ public class SchematronError implements CheckError { ...@@ -63,7 +63,8 @@ public class SchematronError implements CheckError {
@Override @Override
public String toString() { public String toString() {
return "SchematronError [text=" + errorId + "]"; return "SchematronError [errorId=" + errorId + ", gmlId=" + gmlId + ", childId=" + childId
+ ", nameOfAttribute=" + nameOfAttribute + ", generic=" + generic + "]";
} }
public String getChildId() { public String getChildId() {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>de.hft.stuttgart</groupId> <groupId>de.hft.stuttgart</groupId>
<artifactId>citygml4j-quality-ade</artifactId> <artifactId>citygml4j-quality-ade</artifactId>
<version>0.1.0</version> <version>0.1.1</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
......
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
<dependency> <dependency>
<groupId>de.hft.stuttgart</groupId> <groupId>de.hft.stuttgart</groupId>
<artifactId>citygml4j-quality-ade</artifactId> <artifactId>citygml4j-quality-ade</artifactId>
<version>0.1.0</version> <version>0.1.1</version>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/fop --> <!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/fop -->
<dependency> <dependency>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment