Skip to content

Commit a655e85

Browse files
committed
cleanup version numbers
1 parent ed87b33 commit a655e85

2 files changed

Lines changed: 5 additions & 10 deletions

File tree

.github/workflows/maven-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
push:
77
branches:
88
- develop
9-
- feature/wcmio-fork
109
pull_request:
1110
workflow_dispatch:
1211

pom.xml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,16 @@
1515
<version>2.1.9-SNAPSHOT</version>
1616
<packaging>bundle</packaging>
1717
<name>Handy URI Templates</name>
18-
<description>Handy URI Templates is a RFC6570 compliant URI template processor. The library allows clients to
18+
19+
<description>
20+
Handy URI Templates is a RFC6570 compliant URI template processor. The library allows clients to
1921
utilize templatized URIs and inject replacement variables to expand the template into a URI. The library sports
2022
a fluent API, ability to plugin custom object renderers, and supports all levels of URI templates.
2123
</description>
2224

2325
<properties>
2426
<java.version>11</java.version>
25-
<http.client>4.5.12</http.client>
2627
<jackson.version>2.11.0</jackson.version>
27-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
28-
<spotbugs.plugin>4.0.0</spotbugs.plugin>
29-
<jacoco.version>0.8.5</jacoco.version>
30-
<javadoc.plugin>3.2.0</javadoc.plugin>
31-
<joda.version>2.10.6</joda.version>
3228
</properties>
3329

3430
<url>https://github.com/wcm-io-caravan/Handy-URI-Templates</url>
@@ -146,15 +142,15 @@
146142
<dependency>
147143
<groupId>org.apache.httpcomponents</groupId>
148144
<artifactId>httpclient</artifactId>
149-
<version>${http.client}</version>
145+
<version>4.5.12</version>
150146
<scope>test</scope>
151147
</dependency>
152148

153149
<!-- Date/Time Utilities -->
154150
<dependency>
155151
<groupId>joda-time</groupId>
156152
<artifactId>joda-time</artifactId>
157-
<version>${joda.version}</version>
153+
<version>2.10.6</version>
158154
<scope>compile</scope>
159155
</dependency>
160156

0 commit comments

Comments
 (0)