Skip to content

Commit

Permalink
pom: reindent
Browse files Browse the repository at this point in the history
  • Loading branch information
yanne committed Sep 8, 2011
1 parent ed4a98b commit 502bc88
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</developer>
</developers>
<properties>
<agentClass>org.robotframework.remoteapplications.agent.RmiServiceAgent</agentClass>
<agentClass>org.robotframework.remoteapplications.agent.RmiServiceAgent</agentClass>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -101,7 +101,7 @@
<version>0.8.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>2.5.4</version>
Expand Down Expand Up @@ -218,10 +218,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 502bc88

Please sign in to comment.