<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xmlns="http://maven.apache.org/POM/4.0.0"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>jira-software-translations-parent</artifactId>
        <groupId>com.atlassian.translations</groupId>
        <version>8.10.0.v20200618000000</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>jira-software-language-pack-it_IT</artifactId>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <configuration>
                    <archive>
                        <manifestEntries>
                            <Export-Package>
                                com.atlassian.jira_software.languages.it_IT.obr.install;version="${project.version}"
                            </Export-Package>
                            <Atlassian-Plugin-Key>tac.jira software.languages.it_IT</Atlassian-Plugin-Key>
                            <Bundle-SymbolicName>tac.jira software.languages.it_IT</Bundle-SymbolicName>
                            <Bundle-Name>JIRA Software Italian (Italy) Language Pack</Bundle-Name>
                            <Bundle-Version>${project.version}</Bundle-Version>
                            <Bundle-Description>This plugin contains translations for it_IT</Bundle-Description>
                        </manifestEntries>
                    </archive>
                </configuration>
            </plugin>
        </plugins>
    </build>

</project>
