Mercurial > hg > digilib
comparison pom.xml @ 1628:04a054acd4bb release-2.5
Merge from HEAD
8f3951c1630d23de6007c4996d6e72871ef67d23
author | robcast |
---|---|
date | Fri, 02 Jun 2017 10:50:33 +0200 |
parents | 87e26192f7fa 1d21cb0d697c |
children | 392a149ed4d6 |
comparison
equal
deleted
inserted
replaced
1604:b8414bb7e5bc | 1628:04a054acd4bb |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
4 <modelVersion>4.0.0</modelVersion> | 3 <modelVersion>4.0.0</modelVersion> |
5 | 4 |
6 <properties> | 5 <properties> |
7 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 6 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
8 </properties> | 7 </properties> |
156 <modules> | 155 <modules> |
157 <module>text</module> | 156 <module>text</module> |
158 </modules> | 157 </modules> |
159 </profile> | 158 </profile> |
160 <profile> | 159 <profile> |
160 <id>iiif-presentation</id> | |
161 <modules> | |
162 <module>iiif-presentation</module> | |
163 </modules> | |
164 </profile> | |
165 <profile> | |
161 <id>pdf</id> | 166 <id>pdf</id> |
162 <modules> | 167 <modules> |
163 <module>pdf</module> | 168 <module>pdf</module> |
164 </modules> | 169 </modules> |
165 </profile> | 170 </profile> |
225 </dependency> | 230 </dependency> |
226 <dependency> | 231 <dependency> |
227 <groupId>digilib</groupId> | 232 <groupId>digilib</groupId> |
228 <artifactId>digilib-text</artifactId> | 233 <artifactId>digilib-text</artifactId> |
229 <version>2.5.1</version> | 234 <version>2.5.1</version> |
235 </dependency> | |
236 <dependency> | |
237 <groupId>digilib</groupId> | |
238 <artifactId>digilib-iiif-presentation</artifactId> | |
239 <version>2.5-SNAPSHOT</version> | |
230 </dependency> | 240 </dependency> |
231 <dependency> | 241 <dependency> |
232 <groupId>digilib</groupId> | 242 <groupId>digilib</groupId> |
233 <artifactId>digilib-servlet</artifactId> | 243 <artifactId>digilib-servlet</artifactId> |
234 <version>2.5.1</version> | 244 <version>2.5.1</version> |