Author: hboutemy
Date: Mon Oct 15 20:37:32 2012
New Revision: 1398498
URL: http://svn.apache.org/viewvc?rev=1398498&view=rev
Log:
fixed indentation
Modified:
maven/shared/trunk/maven-shared-utils/pom.xml
Modified: maven/shared/trunk/maven-shared-utils/pom.xml
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-utils/pom.xml?rev=1398498&r1=1398497&r2=1398498&view=diff
==============================================================================
--- maven/shared/trunk/maven-shared-utils/pom.xml (original)
+++ maven/shared/trunk/maven-shared-utils/pom.xml Mon Oct 15 20:37:32 2012
@@ -61,20 +61,20 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.2</version> <!-- attention: this is the last version
supporting java-1.5!-->
+ <version>2.2</version> <!-- attention: this is the last version
supporting java-1.5 -->
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.1</version> <!-- attention: this is the last version
supporting java-1.5!-->
+ <version>3.1</version> <!-- attention: this is the last version
supporting java-1.5 -->
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.google.code.findbugs</groupId>
- <artifactId>jsr305</artifactId>
- <version>2.0.1</version>
- </dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ <version>2.0.1</version>
+ </dependency>
</dependencies>
<build>
@@ -108,7 +108,6 @@
</executions>
</plugin>
</plugins>
-
</build>
</project>