comparison common-imagej/pom.xml @ 1661:cf9dcddf4ec6

Updated version numbers to 2.5.4.
author Robert Casties <r0bcas7@gmail.com>
date Tue, 21 Nov 2017 15:23:38 +0100
parents 392a149ed4d6
children 0268cfc402fa
comparison
equal deleted inserted replaced
1660:75a74f7045b4 1661:cf9dcddf4ec6
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.5.3</version> 6 <version>2.5.4</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>