comparison webapp/pom.xml @ 1399:59805085a237 release-2.3 release-2.3.1

[maven-release-plugin] prepare release release-2.3.1
author robcast
date Mon, 12 Oct 2015 11:34:26 +0200
parents 828b6c8b1b19
children b8f2fde0f034
comparison
equal deleted inserted replaced
1398:480cf9afef43 1399:59805085a237
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <project 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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5 <modelVersion>4.0.0</modelVersion> 3 <modelVersion>4.0.0</modelVersion>
6 <parent> 4 <parent>
7 <artifactId>digilib</artifactId> 5 <artifactId>digilib</artifactId>
8 <groupId>digilib</groupId> 6 <groupId>digilib</groupId>
9 <version>2.3-SNAPSHOT</version> 7 <version>2.3.1</version>
10 </parent> 8 </parent>
11 <artifactId>digilib-webapp</artifactId> 9 <artifactId>digilib-webapp</artifactId>
12 <name>digilib-webapp</name> 10 <name>digilib-webapp</name>
13 <description>The Digital Image Library - web application server and HTML and JS clients.</description> 11 <description>The Digital Image Library - web application server and HTML and JS clients.</description>
14 <url>http://digilib.sourceforge.net</url> 12 <url>http://digilib.sourceforge.net</url>