<?xml version="1.0"?>
<!--
/*************************************************************************
 *
 * ADOBE CONFIDENTIAL
 * __________________
 *
 *  Copyright 2011 Adobe Systems Incorporated
 *  All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 **************************************************************************/
-->
<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">
    <modelVersion>4.0.0</modelVersion>

    <!-- ======================================================================= -->
    <!-- P A R E N T                                                             -->
    <!-- ======================================================================= -->
  <!-- We use the day parent pom to avoid circular dependencies! -->
    <parent>
        <groupId>com.day</groupId>
        <artifactId>day</artifactId>
        <version>10</version>
        <relativePath />
    </parent>

    <groupId>com.adobe</groupId>
    <artifactId>adobe-jar-resource-bundle</artifactId>
    <version>1.0.0</version>

    <name>Adobe JAR Resource Bundle</name>
    <description>
        An archive which contains templates for generating the necessary
        license file for releases of Adobe components.
    </description>

  <url>https://adobe.com</url>
  <licenses>
    <license>
      <name>License Agreement</name>
      <url>http://adobe.com/go/terms</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <organization>
    <name>Adobe</name>
    <url>http://www.adobe.com/</url>
  </organization>
  <developers>
    <developer>
      <name>Adobe</name>
      <email>repo@adobe.com</email>
      <organization>Adobe</organization>
      <organizationUrl>http://www.adobe.com</organizationUrl>
    </developer>
  </developers>

    <scm>
        <connection>scm:svn:http://svn.day.com/repos/granite/tags/adobe-jar-resource-bundle-1.0.0</connection>
        <developerConnection>scm:svn:http://svn.day.com/repos/granite/tags/adobe-jar-resource-bundle-1.0.0</developerConnection>
        <url>http://svn.day.com/repos/day/granite/tags/adobe-jar-resource-bundle-1.0.0</url>
    </scm>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-release-plugin</artifactId>
                <configuration>
                    <goals>deploy</goals>
                    <scmCommentPrefix>#4208 - [maven-scm] :</scmCommentPrefix>
                    <tagBase>http://svn.day.com/repos/granite/tags</tagBase>
                </configuration>
            </plugin>
            <plugin>      
                <artifactId>maven-remote-resources-plugin</artifactId>        
                <executions>
                    <execution>
                        <goals>
                            <goal>bundle</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>
</project>
