<?xml version="1.0" encoding="UTF-8"?>
<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>

    <parent>
        <groupId>com.atlassian.translations</groupId>
        <artifactId>bitbucket-translations-parent</artifactId>
        <version>7.12.0.rc2-202104090059</version>
    </parent>

    <artifactId>bitbucket-language-pack-fr_FR</artifactId>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <configuration>
                    <archive>
                        <manifestEntries>
                            <Export-Package>
                                com.atlassian.bitbucket.languages.fr_FR.obr.install;version="${project.version}"
                            </Export-Package>
                            <Atlassian-Plugin-Key>tac.bitbucket.languages.fr_FR</Atlassian-Plugin-Key>
                            <Bundle-SymbolicName>tac.bitbucket.languages.fr_FR</Bundle-SymbolicName>
                            <Bundle-Name>Bitbucket French (France) Language Pack</Bundle-Name>
                            <Bundle-Version>${project.version}</Bundle-Version>
                            <Bundle-Description>This plugin contains translations for fr_FR</Bundle-Description>
                        </manifestEntries>
                    </archive>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>
