Skip to content

Commit

Permalink
Update site configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Sep 6, 2024
1 parent f31d271 commit bc7bf5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<project.build.targetVersion>${java.version}</project.build.targetVersion>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.release>${java.version}</maven.compiler.release>
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven-javadoc-plugin.version>3.10.0</maven-javadoc-plugin.version>
Expand All @@ -33,8 +35,8 @@
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/B3Partners/kadaster-gds2/issues</url>
<system>Jira</system>
<url>https://b3partners.atlassian.net/jira/software/c/projects/BRMO/issues/</url>
</issueManagement>
<dependencies>
<!--
Expand Down Expand Up @@ -196,7 +198,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>[3.8.0,)</version>
<version>[3.9.0,)</version>
</requireMavenVersion>
<requireJavaVersion>
<version>${java.version}</version>
Expand Down Expand Up @@ -342,8 +344,6 @@
<skipDeploy>true</skipDeploy>
<generateSitemap>true</generateSitemap>
<attach>false</attach>
<outputEncoding>${project.build.sourceEncoding}</outputEncoding>
<relativizeDecorationLinks>false</relativizeDecorationLinks>
<skip>${skipTests}</skip>
</configuration>
<dependencies>
Expand Down
Binary file modified src/site/resources/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/site/site.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<project xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd"
xmlns="http://maven.apache.org/DECORATION/1.8.0"
<project xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.1 https://maven.apache.org/xsd/decoration-1.8.1.xsd"
xmlns="http://maven.apache.org/DECORATION/1.8.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
name="${this.name} ${this.version}">
<publishDate position="left" format="dd-MMMM-yyyy" />
Expand Down

0 comments on commit bc7bf5d

Please sign in to comment.