Fix indentation - no code change

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1653970 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2015-01-22 17:40:44 +00:00
parent 793b840046
commit 99727816af
5 changed files with 32 additions and 32 deletions

View File

@ -124,16 +124,16 @@
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<executions> <executions>
<execution> <execution>
<goals> <goals>
<goal>test-jar</goal> <goal>test-jar</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
@ -142,7 +142,7 @@
<plugin> <plugin>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>${hc.javadoc.version}</version> <version>${hc.javadoc.version}</version>
<configuration> <configuration>
<!-- reduce console output. Can override with -Dquiet=false --> <!-- reduce console output. Can override with -Dquiet=false -->
<quiet>true</quiet> <quiet>true</quiet>

View File

@ -74,7 +74,7 @@
<plugin> <plugin>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>${hc.javadoc.version}</version> <version>${hc.javadoc.version}</version>
<configuration> <configuration>
<!-- reduce console output. Can override with -Dquiet=false --> <!-- reduce console output. Can override with -Dquiet=false -->
<quiet>true</quiet> <quiet>true</quiet>

View File

@ -133,7 +133,7 @@
<plugin> <plugin>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>${hc.javadoc.version}</version> <version>${hc.javadoc.version}</version>
<configuration> <configuration>
<!-- reduce console output. Can override with -Dquiet=false --> <!-- reduce console output. Can override with -Dquiet=false -->
<quiet>true</quiet> <quiet>true</quiet>

View File

@ -97,7 +97,7 @@
<plugin> <plugin>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>${hc.javadoc.version}</version> <version>${hc.javadoc.version}</version>
<configuration> <configuration>
<!-- reduce console output. Can override with -Dquiet=false --> <!-- reduce console output. Can override with -Dquiet=false -->
<quiet>true</quiet> <quiet>true</quiet>
@ -133,12 +133,12 @@
<plugin> <plugin>
<artifactId>maven-jxr-plugin</artifactId> <artifactId>maven-jxr-plugin</artifactId>
<version>${hc.jxr.version}</version> <version>${hc.jxr.version}</version>
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-surefire-report-plugin</artifactId> <artifactId>maven-surefire-report-plugin</artifactId>
<version>${hc.surefire-report.version}</version> <version>${hc.surefire-report.version}</version>
</plugin> </plugin>
</plugins> </plugins>

32
pom.xml
View File

@ -391,27 +391,27 @@
<reporting> <reporting>
<plugins> <plugins>
<plugin> <plugin>
<artifactId>maven-project-info-reports-plugin</artifactId> <artifactId>maven-project-info-reports-plugin</artifactId>
<version>${hc.project-info.version}</version> <version>${hc.project-info.version}</version>
<inherited>false</inherited> <inherited>false</inherited>
<reportSets> <reportSets>
<reportSet> <reportSet>
<reports> <reports>
<report>dependency-management</report> <report>dependency-management</report>
<report>issue-tracking</report> <report>issue-tracking</report>
<report>license</report> <report>license</report>
<report>scm</report> <report>scm</report>
<report>summary</report> <report>summary</report>
</reports> </reports>
</reportSet> </reportSet>
</reportSets> </reportSets>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId> <artifactId>clirr-maven-plugin</artifactId>
<version>${hc.clirr.version}</version> <version>${hc.clirr.version}</version>
<configuration> <configuration>
<comparisonVersion>${api.comparison.version}</comparisonVersion> <comparisonVersion>${api.comparison.version}</comparisonVersion>
</configuration> </configuration>