1<?xml version="1.0" encoding="UTF-8"?>
2<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven" xmlns:e="http://ant.apache.org/ivy/extra">
3	<info organisation="org.apache.httpcomponents"
4		module="project"
5		revision="7"
6		status="release"
7		publication="20130628174036"
8	>
9		<license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt" />
10		<description homepage="http://hc.apache.org/">
11		Components to build HTTP enabled services
12		</description>
13		<m:properties__hc.clover2.version>3.1.11</m:properties__hc.clover2.version>
14		<m:properties__organization.logo>http://www.apache.org/images/asf_logo_wide.gif</m:properties__organization.logo>
15		<m:properties__maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssZ</m:properties__maven.build.timestamp.format>
16		<m:properties__implementation.build>${scmBranch}@r${buildNumber}; ${maven.build.timestamp}</m:properties__implementation.build>
17		<m:properties__minSeverity>info</m:properties__minSeverity>
18		<m:properties__hc.clirr.version>2.5</m:properties__hc.clirr.version>
19		<m:properties__hc.jxr.version>2.3</m:properties__hc.jxr.version>
20		<m:properties__hc.site.url>scp://people.apache.org/www/hc.apache.org/</m:properties__hc.site.url>
21		<m:properties__maven.compiler.showDeprecation>true</m:properties__maven.compiler.showDeprecation>
22		<e:sbtTransformHash>e38c5427042ea5d743fcc63230f2453000f9e8be</e:sbtTransformHash>
23		<m:properties__maven.compiler.target>1.5</m:properties__maven.compiler.target>
24		<m:maven.plugins>org.apache.maven.plugins__maven-remote-resources-plugin__null|org.apache.maven.plugins__maven-remote-resources-plugin__null|null__maven-compiler-plugin__null|null__maven-jar-plugin__null</m:maven.plugins>
25		<m:properties__project.reporting.outputEncoding>UTF-8</m:properties__project.reporting.outputEncoding>
26		<m:properties__distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</m:properties__distMgmtSnapshotsUrl>
27		<m:properties__hc.project-info.version>2.7</m:properties__hc.project-info.version>
28		<m:properties__gpg.useagent>true</m:properties__gpg.useagent>
29		<m:properties__project.build.sourceEncoding>UTF-8</m:properties__project.build.sourceEncoding>
30		<m:properties__hc.javadoc.version>2.9.1</m:properties__hc.javadoc.version>
31		<m:properties__hc.surefire-report.version>2.15</m:properties__hc.surefire-report.version>
32		<m:properties__maven.compiler.optimize>true</m:properties__maven.compiler.optimize>
33		<m:properties__distMgmtSnapshotsName>Apache Development Snapshot Repository</m:properties__distMgmtSnapshotsName>
34		<m:properties__hc.surefire.version>2.15</m:properties__hc.surefire.version>
35		<m:properties__sourceReleaseAssemblyDescriptor>source-release</m:properties__sourceReleaseAssemblyDescriptor>
36		<m:properties__maven.compiler.source>1.5</m:properties__maven.compiler.source>
37	</info>
38	<configurations>
39		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
40		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
41		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
42		<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."/>
43		<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"/>
44		<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"/>
45		<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."/>
46		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
47		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
48		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
49	</configurations>
50	<publications>
51	</publications>
52</ivy-module>
53