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 0824844 commit 81f7507
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.wcm.caravan</groupId>
<artifactId>io.wcm.caravan.commons.parent</artifactId>
<version>1.2.6</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion httpasyncclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.wcm.caravan</groupId>
<artifactId>io.wcm.caravan.commons.parent</artifactId>
<version>1.2.6</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.wcm.caravan</groupId>
<artifactId>io.wcm.caravan.commons.parent</artifactId>
<version>1.2.6</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jsonpath/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.wcm.caravan</groupId>
<artifactId>io.wcm.caravan.commons.parent</artifactId>
<version>1.2.6</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
3 changes: 2 additions & 1 deletion metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.wcm.caravan</groupId>
<artifactId>io.wcm.caravan.commons.parent</artifactId>
<version>1.2.6</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -114,6 +114,7 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-graphite</artifactId>
<scope>compile</scope>
</dependency>

</dependencies>
Expand Down
6 changes: 6 additions & 0 deletions parent/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
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.3.0" date="not released">
<action type="update" dev="sseifert">
Switch to Java 11 as minimum version.
</action>
</release>

<release version="1.2.6" date="2022-03-30">
<action type="update" dev="sseifert">
Update dependencies.
Expand Down
7 changes: 6 additions & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>io.wcm.caravan</groupId>
<artifactId>io.wcm.caravan.commons.parent</artifactId>
<version>1.2.7-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Commons</name>
Expand All @@ -49,6 +49,11 @@
<url>https://github.com/wcm-io-caravan/caravan-commons/actions</url>
</ciManagement>

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

<properties>
<site.url.module.prefix>commons</site.url.module.prefix>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion performance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.wcm.caravan</groupId>
<artifactId>io.wcm.caravan.commons.parent</artifactId>
<version>1.2.6</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.wcm.caravan</groupId>
<artifactId>io.wcm.caravan.commons.parent</artifactId>
<version>1.2.6</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 81f7507

Please sign in to comment.