Mercurial > dive4elements > http-client
changeset 128:0289069c3149 3.2.x
Simplify setting restlet version
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 17 Jan 2023 14:22:11 +0100 |
parents | 0ed1c01dca80 |
children | e53ef972fce3 |
files | pom.xml |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/pom.xml Mon Jan 16 11:49:45 2023 +0100 +++ b/pom.xml Tue Jan 17 14:22:11 2023 +0100 @@ -12,6 +12,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <restlet.version>2.0.7</restlet.version> </properties> <build> @@ -57,17 +58,17 @@ <dependency> <groupId>org.restlet.jse</groupId> <artifactId>org.restlet</artifactId> - <version>2.0.7</version> + <version>${restlet.version}</version> </dependency> <dependency> <groupId>org.restlet.jse</groupId> <artifactId>org.restlet.ext.xml</artifactId> - <version>2.0.7</version> + <version>${restlet.version}</version> </dependency> <dependency> <groupId>org.restlet.jse</groupId> <artifactId>org.restlet.ext.httpclient</artifactId> - <version>2.0.7</version> + <version>${restlet.version}</version> <scope>runtime</scope> </dependency> </dependencies>