Skip to content

Commit

Permalink
Merge remote-tracking branch 'deegree/main' into changeSchemaFolder-1495
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoltz committed May 12, 2023
2 parents e58ec55 + 5c759db commit c4ee1f9
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<mer:MergingTileStore xmlns:mer="http://www.deegree.org/datasource/tile/merge">
<mer:MergingTileStore xmlns:mer="http://www.deegree.org/datasource/tile/merge"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.deegree.org/datasource/tile/merge https://schemas.deegree.org/3.5/datasource/tile/merge/merge.xsd">
<mer:TileMatrixSetId>string</mer:TileMatrixSetId>
<!--1 or more repetitions:-->
<mer:TileStoreId>string</mer:TileStoreId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<GDALLayers xmlns="http://www.deegree.org/layers/gdal" xmlns:d="http://www.deegree.org/metadata/description"
xmlns:l="http://www.deegree.org/layers/base" xmlns:s="http://www.deegree.org/metadata/spatial">
xmlns:l="http://www.deegree.org/layers/base" xmlns:s="http://www.deegree.org/metadata/spatial"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.deegree.org/layers/gdal http://schemas.deegree.org/3.5/layers/gdal/gdal.xsd">
<GDALLayer>
<l:Name>luchtfoto_2010</l:Name>
<d:Title>Orthophoto layer served from an ECW file</d:Title>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name=FME-Server
example1_location=/META-INF/schemas/fme/example.xml
example1_location=/META-INF/schemas/processes/fme/example.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name=Coverage
example1_location=/META-INF/schemas/layers/tile/example.xml
example1_location=/META-INF/schemas/layers/coverage/example.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name=Tile
example1_location=/META-INF/schemas/layers/coverage/example.xml
example1_location=/META-INF/schemas/layers/tile/example.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name=ISO19115
example1_location=/META-INF/schemas/datasource/metadata/iso19115/example_iso19115.xml
example1_location=/META-INF/schemas/datasource/metadata/iso19115/example.xml
1 change: 0 additions & 1 deletion deegree-tests/deegree-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0-M5</version>
<executions>
<execution>
<id>integration-test</id>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<RemoteWMSThemes xmlns="http://www.deegree.org/themes/remotewms" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.deegree.org/themes/remotewms remotewms.xsd">
xsi:schemaLocation="http://www.deegree.org/themes/remotewms http://schemas.deegree.org/3.5/themes/remotewms/remotewms.xsd">
<RemoteWMSId>d3</RemoteWMSId>
<LayerStoreId>d3</LayerStoreId>
</RemoteWMSThemes>
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.0.0</version>
<configuration>
<!-- Travis build workaround -->
<argLine>-Djava.awt.headless=true -Xms1024m -Xmx2048m --illegal-access=permit
Expand All @@ -154,7 +154,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.0.0</version>
<configuration>
<argLine>
--illegal-access=permit
Expand Down Expand Up @@ -238,7 +238,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>10.0.12</version>
<version>10.0.15</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -323,7 +323,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.1.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>enforce-versions</id>
Expand Down Expand Up @@ -381,7 +381,7 @@
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit c4ee1f9

Please sign in to comment.