comparison pom.xml @ 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
comparison
equal deleted inserted replaced
127:0ed1c01dca80 128:0289069c3149
10 <name>http-client</name> 10 <name>http-client</name>
11 <url>http://maven.apache.org</url> 11 <url>http://maven.apache.org</url>
12 12
13 <properties> 13 <properties>
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15 <restlet.version>2.0.7</restlet.version>
15 </properties> 16 </properties>
16 17
17 <build> 18 <build>
18 <plugins> 19 <plugins>
19 <plugin> 20 <plugin>
55 <scope>runtime</scope> 56 <scope>runtime</scope>
56 </dependency> 57 </dependency>
57 <dependency> 58 <dependency>
58 <groupId>org.restlet.jse</groupId> 59 <groupId>org.restlet.jse</groupId>
59 <artifactId>org.restlet</artifactId> 60 <artifactId>org.restlet</artifactId>
60 <version>2.0.7</version> 61 <version>${restlet.version}</version>
61 </dependency> 62 </dependency>
62 <dependency> 63 <dependency>
63 <groupId>org.restlet.jse</groupId> 64 <groupId>org.restlet.jse</groupId>
64 <artifactId>org.restlet.ext.xml</artifactId> 65 <artifactId>org.restlet.ext.xml</artifactId>
65 <version>2.0.7</version> 66 <version>${restlet.version}</version>
66 </dependency> 67 </dependency>
67 <dependency> 68 <dependency>
68 <groupId>org.restlet.jse</groupId> 69 <groupId>org.restlet.jse</groupId>
69 <artifactId>org.restlet.ext.httpclient</artifactId> 70 <artifactId>org.restlet.ext.httpclient</artifactId>
70 <version>2.0.7</version> 71 <version>${restlet.version}</version>
71 <scope>runtime</scope> 72 <scope>runtime</scope>
72 </dependency> 73 </dependency>
73 </dependencies> 74 </dependencies>
74 </project> 75 </project>

http://dive4elements.wald.intevation.org