Skip to content

Commit

Permalink
fix links to GitHub issues
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Mar 21, 2024
1 parent b90224e commit 81dff00
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tooling/parent/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
<document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/changes/1.0.0"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
<body>

<release version="1.2.0" date="not released">
<action type="update" dev="sseifert">
Switch to Java 11 as minimum version.
</action>
</release>

<release version="1.1.0" date="2022-01-12">
<action type="add" dev="ssauder">
Removed jackson-datatype-guava dependency
Expand Down
5 changes: 5 additions & 0 deletions tooling/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
<url>https://github.com/wcm-io-caravan/caravan-rhyme/actions</url>
</ciManagement>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/wcm-io-caravan/caravan-rhyme/issues/</url>
</issueManagement>

<properties>
<site.url.module.prefix>rhyme</site.url.module.prefix>
<sonar.coverage.jacoco.xmlReportPaths>${maven.multiModuleProjectDirectory}/tooling/coverage/target/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
Expand Down

0 comments on commit 81dff00

Please sign in to comment.