comparison common-imagej/pom.xml @ 1591:8dff61ffdbc3

new digilib version 2.5 (for new Scaler options/flags handling)
author robcast
date Wed, 08 Feb 2017 19:21:46 +0100
parents 2197975ec945
children e52ac05b302d
comparison
equal deleted inserted replaced
1590:bd71cb53e1a3 1591:8dff61ffdbc3
1 <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"> 1 <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">
2 <modelVersion>4.0.0</modelVersion> 2 <modelVersion>4.0.0</modelVersion>
3 <parent> 3 <parent>
4 <artifactId>digilib</artifactId> 4 <artifactId>digilib</artifactId>
5 <groupId>digilib</groupId> 5 <groupId>digilib</groupId>
6 <version>2.4-SNAPSHOT</version> 6 <version>2.5-SNAPSHOT</version>
7 <relativePath>..</relativePath> 7 <relativePath>..</relativePath>
8 </parent> 8 </parent>
9 <artifactId>digilib-common-imagej</artifactId> 9 <artifactId>digilib-common-imagej</artifactId>
10 <name>digilib-common-imagej</name> 10 <name>digilib-common-imagej</name>
11 <description>digilib codec implementation using ImageJ toolkit</description> 11 <description>digilib codec implementation using ImageJ toolkit</description>