<?xml version="1.0" encoding="UTF-8"?>
<!--

Copyright 2010 OpenEngSB Division, Vienna University of Technology

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

-->
<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/maven-v4_0_0.xsd">

  <parent>
    <groupId>org.openengsb.wrapped</groupId>
    <artifactId>openengsb-wrapped-parent</artifactId>
    <version>4</version>
  </parent>

  <properties>
    <gdata.version>1.41.5</gdata.version>
    <bundle.symbolicName>com.google.gdata-contacts</bundle.symbolicName>
    <wrapped.groupId>com.google.gdata</wrapped.groupId>
    <wrapped.artifactId>gdata-contacts-3.0</wrapped.artifactId>
    <wrapped.version>${gdata.version}</wrapped.version>
    <wrapped.mvn.version>${gdata.version}</wrapped.mvn.version>
    <bundle.namespace>com.google.gdata-contacts</bundle.namespace>
  </properties>

  <modelVersion>4.0.0</modelVersion>
  <artifactId>com.google.gdata-contacts</artifactId>
  <version>1.41.5.w1</version>

  <name>OpenEngSB :: OSGi Wrapped Bundles :: Google API Contacts</name>

  <packaging>bundle</packaging>

  <description>This Bundle wraps the Gdata Contacts API for Google Contacts access</description>

  <url>http://www.openengsb.org</url>
  <licenses>
    <license>
      <name>Apache 2</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <scm>
    <connection>scm:git:git://github.com/openengsb/openengsb-wrapped-com.google.gdata-contacts.git</connection>
    <developerConnection>scm:git:git@github.com:openengsb/openengsb-wrapped-com.google.gdata-contacts.git</developerConnection>
    <url>http://github.com/openengsb/openengsb-wrapped-com.google.gdata-contacts</url>
  </scm>
  
  <repositories>
    <repository>
      <id>mandubian-mvn</id>
      <url>http://mandubian-mvn.googlecode.com/svn/trunk/mandubian-mvn/repository</url>
    </repository>
  </repositories>

  <dependencies>
    <dependency>
      <groupId>com.google.gdata</groupId>
      <artifactId>gdata-contacts-3.0</artifactId>
      <version>${gdata.version}</version>
    </dependency>
    <dependency>
      <groupId>com.google.gdata</groupId>
      <artifactId>gdata-client-1.0</artifactId>
      <version>${gdata.version}</version>
    </dependency>
    <dependency>
      <groupId>com.google.gdata</groupId>
      <artifactId>gdata-core-1.0</artifactId>
      <version>${gdata.version}</version>
    </dependency>
  </dependencies>

</project>
