<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>

	<artifactId>fj-i18n-xml-helper</artifactId>
	<groupId>org.fugerit.java</groupId>

	<parent>
		<groupId>org.fugerit.java.universe</groupId>
		<artifactId>fj-universe-tool</artifactId>
		<version>2.4.4</version>
		<relativePath></relativePath>
	</parent>

	<name>XML label extract helper</name>
	<description>Project to extract xml attributes or alements label and converting to property keys</description>
	<version>2.0.1</version>

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

	<properties>
	    <java-version-compliance>11</java-version-compliance>
	    <tool-main-class>org.fugerit.java.tool.i18n.xml.I18NXmlHelper</tool-main-class>
	</properties>	

	<organization>
		<url>https://www.fugerit.org</url>
		<name>Fugerit</name>
	</organization>
	
	<url>https://www.fugerit.org/</url>
	
	<scm>
		<connection>scm:git:git://github.com/fugerit-org/fj-i18n-xml-helper.git</connection>
		<developerConnection>scm:git:ssh://github.com/fugerit-org/fj-i18n-xml-helper.git</developerConnection>
		<url>https://github.com/fugerit-org/fj-i18n-xml-helper.git</url>
		<tag>HEAD</tag>
	</scm>

	<issueManagement>
		<system>GitHub</system>
		<url>https://github.com/fugerit-org/fj-i18n-xml-helper/issues</url>
	</issueManagement>
		
</project>
