Revision 34740 branches/v2_0_0_prep/libraries/libInternationalization/pom.xml

View differences:

pom.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2

  
3
<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
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
5
                      http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 6

  
5 7
    <modelVersion>4.0.0</modelVersion>
6 8
    <groupId>org.gvsig</groupId>
7 9
    <artifactId>org.gvsig.i18n</artifactId>
8 10
    <packaging>jar</packaging>
9
    <version>2.0.1-SNAPSHOT</version>
11
    <version>2.0-SNAPSHOT</version>
10 12
    <name>libInternationalization</name>
11 13
    <description>Management of texts related to a locale: 
12 14
    loading from resource bundles and getting the text value for the current locale</description>

Also available in: Unified diff