<?xml version="1.0" encoding="ISO-8859-15"?>
<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">  
  <modelVersion>4.0.0</modelVersion>  
  <groupId>org.apache.avro</groupId>  
  <artifactId>avro-mapred</artifactId>  
  <version>1.7.7-hadoop2</version>  
  <packaging>jar</packaging>  
  <name>Apache Avro Mapred API</name>  
  <description>An org.apache.hadoop.mapred compatible API for using Avro Serializatin in Hadoop</description>  
  <url>https://avro.apache.org/</url>  
  <licenses> 
    <license> 
      <name>Apache-2.0</name>  
      <url>http://www.talendforge.org/modules/licenses/APACHE_v2.txt</url> 
    </license> 
  </licenses> 
</project>
