Mercurial > dive4elements > river
comparison etl/pom-oracle.xml @ 5858:545b94ec2329
River ETL: Harmonized maven ids. Adjusted README
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Sun, 28 Apr 2013 12:03:19 +0200 |
parents | 5aa05a7a34b7 |
children | 33e514a0c6b7 |
comparison
equal
deleted
inserted
replaced
5857:60141466b503 | 5858:545b94ec2329 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
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"> | 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 <modelVersion>4.0.0</modelVersion> | 3 <modelVersion>4.0.0</modelVersion> |
4 <groupId>de.intevation</groupId> | 4 <groupId>org.dive4elements.river</groupId> |
5 <artifactId>de.intevation.aft</artifactId> | 5 <artifactId>river-etl</artifactId> |
6 <version>1.0-SNAPSHOT</version> | 6 <version>1.0-SNAPSHOT</version> |
7 <packaging>jar</packaging> | 7 <packaging>jar</packaging> |
8 <name>de.intevation.aft</name> | 8 <name>org.dive4elements.river.etl</name> |
9 <url>http://maven.apache.org</url> | 9 <url>http://maven.apache.org</url> |
10 <properties> | 10 <properties> |
11 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 11 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
12 </properties> | 12 </properties> |
13 <build> | 13 <build> |