749f0fb
749f0fb
749f0fb
749f0fb
  ~ Licensed to the Apache Software Foundation (ASF) under one
749f0fb
  ~ or more contributor license agreements.  See the NOTICE file
749f0fb
  ~ distributed with this work for additional information
749f0fb
  ~ regarding copyright ownership.  The ASF licenses this file
749f0fb
  ~ to you under the Apache License, Version 2.0 (the
749f0fb
  ~ "License"); you may not use this file except in compliance
749f0fb
  ~ with the License.  You may obtain a copy of the License at
749f0fb
  ~
749f0fb
  ~ http://www.apache.org/licenses/LICENSE-2.0
749f0fb
  ~
749f0fb
  ~ Unless required by applicable law or agreed to in writing,
749f0fb
  ~ software distributed under the License is distributed on an
749f0fb
  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
749f0fb
  ~ KIND, either express or implied.  See the License for the
749f0fb
  ~ specific language governing permissions and limitations
749f0fb
  ~ under the License.
749f0fb
  -->
749f0fb
749f0fb
<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">
749f0fb
  <modelVersion>4.0.0</modelVersion>
749f0fb
749f0fb
  <parent>
749f0fb
    <groupId>org.apache.maven</groupId>
749f0fb
    <artifactId>maven-parent</artifactId>
749f0fb
    <version>30</version>
749f0fb
    <relativePath>../pom.xml</relativePath>
749f0fb
  </parent>
749f0fb
749f0fb
  <groupId>org.apache.apache.resources</groupId>
749f0fb
  <artifactId>apache-resource-bundles</artifactId>
749f0fb
  <packaging>pom</packaging>
749f0fb
749f0fb
  <name>Apache Resource Bundles</name>
749f0fb
  <inceptionYear>2006</inceptionYear>
749f0fb
749f0fb
  <scm>
749f0fb
    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/tags/maven-parent-30/apache-resource-bundles</connection>
749f0fb
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/tags/maven-parent-30/apache-resource-bundles</developerConnection>
749f0fb
    <url>https://svn.apache.org/viewcvs.cgi/maven/resources/tags/maven-parent-30/apache-resource-bundles</url>
749f0fb
  </scm>
749f0fb
749f0fb
  <issueManagement>
749f0fb
    <system>jira</system>
749f0fb
    <url>https://issues.apache.org/jira/browse/MASFRES</url>
749f0fb
  </issueManagement>
749f0fb
749f0fb
  <ciManagement>
749f0fb
    <url>https://builds.apache.org/job/maven-project-resources/</url>
749f0fb
    <system>Jenkins</system>
749f0fb
  </ciManagement>
749f0fb
749f0fb
  
749f0fb
749f0fb
  <build>
749f0fb
    <pluginManagement>
749f0fb
      <plugins>
749f0fb
        <plugin>
749f0fb
          <groupId>org.apache.maven.plugins</groupId>
749f0fb
          <artifactId>maven-changes-plugin</artifactId>
749f0fb
          <configuration>
749f0fb
            <issueManagementSystems>
749f0fb
              <issueManagementSystem>JIRA</issueManagementSystem>
749f0fb
            </issueManagementSystems>
749f0fb
            <maxEntries>1000</maxEntries>
749f0fb
            <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
749f0fb
            <versionPrefix>${project.artifactId}-</versionPrefix>
749f0fb
            
749f0fb
749f0fb
            <templateDirectory>org/apache/maven/shared</templateDirectory>
749f0fb
-->
749f0fb
            
749f0fb
            <subject>[ANN] ${project.name} ${project.version} Released</subject>
749f0fb
            <toAddresses>
749f0fb
              <toAddress implementation="java.lang.String">announce@apache.org</toAddress>
749f0fb
              <toAddress implementation="java.lang.String">announce@maven.apache.org</toAddress>
749f0fb
              <toAddress implementation="java.lang.String">users@maven.apache.org</toAddress>
749f0fb
            </toAddresses>
749f0fb
            <ccAddresses>
749f0fb
              <ccAddress implementation="java.lang.String">dev@maven.apache.org</ccAddress>
749f0fb
            </ccAddresses>
749f0fb
            
749f0fb
            <fromDeveloperId>${apache.availid}</fromDeveloperId>
749f0fb
            <smtpHost>${smtp.host}</smtpHost>
749f0fb
          </configuration>
749f0fb
          <dependencies>
749f0fb
            
749f0fb
749f0fb
            <dependency>
749f0fb
              <groupId>org.apache.maven.shared</groupId>
749f0fb
              <artifactId>maven-shared-resources</artifactId>
749f0fb
              <version>1</version>
749f0fb
            </dependency>
749f0fb
-->
749f0fb
          </dependencies>
749f0fb
        </plugin>
749f0fb
        <plugin>
749f0fb
          <artifactId>maven-release-plugin</artifactId>
749f0fb
          <configuration>
749f0fb
            <tagBase>https://svn.apache.org/repos/asf/maven/resources/tags</tagBase>
749f0fb
          </configuration>
749f0fb
        </plugin>
749f0fb
      </plugins>
749f0fb
    </pluginManagement>
749f0fb
    <plugins>
749f0fb
      
749f0fb
      <plugin>      
749f0fb
        <artifactId>maven-remote-resources-plugin</artifactId>        
749f0fb
        <executions>
749f0fb
          <execution>
749f0fb
            <goals>
749f0fb
              <goal>bundle</goal>
749f0fb
            </goals>
749f0fb
          </execution>
749f0fb
        </executions>
749f0fb
      </plugin>
749f0fb
    </plugins>
749f0fb
  </build>
749f0fb
</project>