Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
09470a4d
Commit
09470a4d
authored
Mar 02, 2021
by
Matthias Betz
Browse files
updating to quality ade 0.1.1
parent
75da6cc0
Pipeline
#2011
failed with stage
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CityDoctorParent/CityDoctorModel/src/main/java/de/hft/stuttgart/citydoctor2/check/error/SchematronError.java
View file @
09470a4d
...
...
@@ -63,7 +63,8 @@ public class SchematronError implements CheckError {
@Override
public
String
toString
()
{
return
"SchematronError [text="
+
errorId
+
"]"
;
return
"SchematronError [errorId="
+
errorId
+
", gmlId="
+
gmlId
+
", childId="
+
childId
+
", nameOfAttribute="
+
nameOfAttribute
+
", generic="
+
generic
+
"]"
;
}
public
String
getChildId
()
{
...
...
CityDoctorParent/non-maven-libs/de/hft/stuttgart/citygml4j-quality-ade/0.1.0/citygml4j-quality-ade-0.1.0.jar
deleted
100644 → 0
View file @
75da6cc0
File deleted
CityDoctorParent/non-maven-libs/de/hft/stuttgart/citygml4j-quality-ade/0.1.
0
/citygml4j-quality-ade-0.1.
0
.pom
→
CityDoctorParent/non-maven-libs/de/hft/stuttgart/citygml4j-quality-ade/0.1.
1
/citygml4j-quality-ade-0.1.
1
.pom
View file @
09470a4d
...
...
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.hft.stuttgart</groupId>
<artifactId>citygml4j-quality-ade</artifactId>
<version>0.1.
0
</version>
<version>0.1.
1
</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
...
...
CityDoctorParent/pom.xml
View file @
09470a4d
...
...
@@ -97,7 +97,7 @@
<dependency>
<groupId>
de.hft.stuttgart
</groupId>
<artifactId>
citygml4j-quality-ade
</artifactId>
<version>
0.1.
0
</version>
<version>
0.1.
1
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/fop -->
<dependency>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment