Skip to content

Commit dfe40d5

Browse files
committed
Merge branch 'release-5.5'
2 parents 503a665 + 73f8301 commit dfe40d5

File tree

1,173 files changed

+1191
-1183
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,173 files changed

+1191
-1183
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions

README.md

Lines changed: 2 additions & 2 deletions

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
22

33
apply from: 'properties.gradle'
44

5-
version '5.5.1'
5+
version '5.5.2'
66

77
subprojects {
88
apply plugin: 'java-library'
@@ -35,7 +35,7 @@ subprojects {
3535
mavenCentral()
3636
}
3737

38-
task processLicense(type: Copy) {
38+
tasks.register('processLicense', Copy) {
3939
from("$rootDir/resources/license/LICENSE.txt") {
4040
filteringCharset = 'UTF-8'
4141
filter(ReplaceTokens, tokens: [

impexp-client-cli/src/main/java/org/citydb/cli/ImpExpCli.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* 3D City Database - The Open Source CityGML Database
33
* https://www.3dcitydb.org/
44
*
5-
* Copyright 2013 - 2024
5+
* Copyright 2013 - 2025
66
* Chair of Geoinformatics
77
* Technical University of Munich, Germany
88
* https://www.lrg.tum.de/gis/

impexp-client-cli/src/main/java/org/citydb/cli/ImpExpException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* 3D City Database - The Open Source CityGML Database
33
* https://www.3dcitydb.org/
44
*
5-
* Copyright 2013 - 2024
5+
* Copyright 2013 - 2025
66
* Chair of Geoinformatics
77
* Technical University of Munich, Germany
88
* https://www.lrg.tum.de/gis/

impexp-client-cli/src/main/java/org/citydb/cli/operation/deleter/BoundingBoxOption.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* 3D City Database - The Open Source CityGML Database
33
* https://www.3dcitydb.org/
44
*
5-
* Copyright 2013 - 2024
5+
* Copyright 2013 - 2025
66
* Chair of Geoinformatics
77
* Technical University of Munich, Germany
88
* https://www.lrg.tum.de/gis/

impexp-client-cli/src/main/java/org/citydb/cli/operation/deleter/CleanupOption.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* 3D City Database - The Open Source CityGML Database
33
* https://www.3dcitydb.org/
44
*
5-
* Copyright 2013 - 2024
5+
* Copyright 2013 - 2025
66
* Chair of Geoinformatics
77
* Technical University of Munich, Germany
88
* https://www.lrg.tum.de/gis/

impexp-client-cli/src/main/java/org/citydb/cli/operation/deleter/DeleteCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* 3D City Database - The Open Source CityGML Database
33
* https://www.3dcitydb.org/
44
*
5-
* Copyright 2013 - 2024
5+
* Copyright 2013 - 2025
66
* Chair of Geoinformatics
77
* Technical University of Munich, Germany
88
* https://www.lrg.tum.de/gis/

impexp-client-cli/src/main/java/org/citydb/cli/operation/deleter/DeleteListOption.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* 3D City Database - The Open Source CityGML Database
33
* https://www.3dcitydb.org/
44
*
5-
* Copyright 2013 - 2024
5+
* Copyright 2013 - 2025
66
* Chair of Geoinformatics
77
* Technical University of Munich, Germany
88
* https://www.lrg.tum.de/gis/

impexp-client-cli/src/main/java/org/citydb/cli/operation/deleter/MetadataOption.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* 3D City Database - The Open Source CityGML Database
33
* https://www.3dcitydb.org/
44
*
5-
* Copyright 2013 - 2024
5+
* Copyright 2013 - 2025
66
* Chair of Geoinformatics
77
* Technical University of Munich, Germany
88
* https://www.lrg.tum.de/gis/

0 commit comments

Comments
 (0)