<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven" xmlns:e="http://ant.apache.org/ivy/extra">
	<info organisation="org.joda"
		module="joda-convert"
		revision="1.7"
		status="release"
		publication="20140804163718"
	>
		<license name="Apache 2" url="http://www.apache.org/licenses/LICENSE-2.0.txt" />
		<description homepage="http://www.joda.org/joda-convert/">
		Library to convert Objects to and from String
		</description>
		<m:properties__maven.compiler.debug>true</m:properties__maven.compiler.debug>
		<m:properties__maven-repository-plugin.version>2.3.1</m:properties__maven-repository-plugin.version>
		<m:properties__maven.compiler.compilerVersion>1.6</m:properties__maven.compiler.compilerVersion>
		<m:properties__maven-surefire-report-plugin.version>2.16</m:properties__maven-surefire-report-plugin.version>
		<m:properties__author>false</m:properties__author>
		<m:properties__maven-toolchains-plugin.version>1.0</m:properties__maven-toolchains-plugin.version>
		<m:properties__maven-jxr-plugin.version>2.3</m:properties__maven-jxr-plugin.version>
		<m:properties__maven.compiler.fork>true</m:properties__maven.compiler.fork>
		<m:properties__maven-javadoc-plugin.version>2.9.1</m:properties__maven-javadoc-plugin.version>
		<m:properties__maven-assembly-plugin.version>2.4</m:properties__maven-assembly-plugin.version>
		<m:properties__maven-deploy-plugin.version>2.8.1</m:properties__maven-deploy-plugin.version>
		<m:properties__maven-plugin-plugin.version>3.2</m:properties__maven-plugin-plugin.version>
		<m:properties__maven-resources-plugin.version>2.6</m:properties__maven-resources-plugin.version>
		<m:properties__maven-project-info-reports-plugin.version>2.7</m:properties__maven-project-info-reports-plugin.version>
		<e:sbtTransformHash>107c9e31ed5edb6a36ad57f9fa51ff05e9b59969</e:sbtTransformHash>
		<m:properties__maven.compiler.target>1.6</m:properties__maven.compiler.target>
		<m:properties__maven-surefire-plugin.version>2.16</m:properties__maven-surefire-plugin.version>
		<m:properties__maven-checkstyle-plugin.version>2.11</m:properties__maven-checkstyle-plugin.version>
		<m:maven.plugins>org.apache.maven.plugins__maven-checkstyle-plugin__null|org.apache.maven.plugins__maven-jar-plugin__null|org.apache.felix__maven-bundle-plugin__2.4.0|org.apache.maven.plugins__maven-javadoc-plugin__null|org.apache.maven.plugins__maven-source-plugin__null|org.apache.maven.plugins__maven-assembly-plugin__null|org.apache.maven.plugins__maven-site-plugin__null|com.github.github__site-maven-plugin__0.9</m:maven.plugins>
		<m:properties__notimestamp>true</m:properties__notimestamp>
		<m:properties__project.reporting.outputEncoding>UTF-8</m:properties__project.reporting.outputEncoding>
		<m:properties__maven-clean-plugin.version>2.5</m:properties__maven-clean-plugin.version>
		<m:properties__maven-site-plugin.version>3.3</m:properties__maven-site-plugin.version>
		<m:properties__checkstyle.config.location>${project.basedir}/src/main/checkstyle/checkstyle.xml</m:properties__checkstyle.config.location>
		<m:properties__maven-dependency-plugin.version>2.8</m:properties__maven-dependency-plugin.version>
		<m:properties__project.build.sourceEncoding>UTF-8</m:properties__project.build.sourceEncoding>
		<m:properties__maven-pmd-plugin.version>3.0.1</m:properties__maven-pmd-plugin.version>
		<m:properties__maven-source-plugin.version>2.2.1</m:properties__maven-source-plugin.version>
		<m:properties__maven.compiler.optimize>true</m:properties__maven.compiler.optimize>
		<m:properties__maven-gpg-plugin.version>1.4</m:properties__maven-gpg-plugin.version>
		<m:properties__maven-jar-plugin.version>2.4</m:properties__maven-jar-plugin.version>
		<m:properties__maven-install-plugin.version>2.5.1</m:properties__maven-install-plugin.version>
		<m:properties__maven.compiler.verbose>true</m:properties__maven.compiler.verbose>
		<m:properties__maven-compiler-plugin.version>3.1</m:properties__maven-compiler-plugin.version>
		<m:properties__maven-changes-plugin.version>2.9</m:properties__maven-changes-plugin.version>
		<m:properties__maven.compiler.source>1.6</m:properties__maven.compiler.source>
	</info>
	<configurations>
		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
		<conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/>
		<conf name="runtime" visibility="public" description="this scope indicates that the dependency is not required for compilation, but is for execution. It is in the runtime and test classpaths, but not the compile classpath." extends="compile"/>
		<conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases." extends="runtime"/>
		<conf name="system" visibility="public" description="this scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact is always available and is not looked up in a repository."/>
		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
	</configurations>
	<publications>
		<artifact name="joda-convert" type="jar" ext="jar" conf="master"/>
	</publications>
	<dependencies>
		<dependency org="junit" name="junit" rev="4.11" force="true" conf="test->runtime(*),master(compile)"/>
	</dependencies>
</ivy-module>