Skip to content

Commit

Permalink
get rid of some deprecation warnings in the build
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrose committed Feb 2, 2024
1 parent 44a0d88 commit 44a7238
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/runConfigurations/Tomcat.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/extension/csv-with-metadata-header/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<configuration>
<source>8</source>
<target>8</target>
Expand Down
2 changes: 1 addition & 1 deletion src/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<overrideDescriptor>src/jetty/override-web.xml</overrideDescriptor>
<extraClasspath>src/jetty/database</extraClasspath>
</webApp>
<war>${build.directory}/geoserver-${project.version}-imos.war</war>
<war>${project.build.directory}/geoserver-${project.version}-imos.war</war>
<contextXml>src/jetty/context.xml</contextXml>
</configuration>
<dependencies>
Expand Down

0 comments on commit 44a7238

Please sign in to comment.