Skip to content

Commit

Permalink
tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertStewart committed Nov 7, 2010
1 parent c3bfdf4 commit d594a4c
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions pom.xml
Expand Up @@ -5,9 +5,9 @@
<version>0.1.1</version>
<name>Privateer</name>
<description>Unit testing library for exposing all fields and methods</description>
<url>http://wombatnation.com/privateer/</url>
<parent>
<url>http://wombatnation.com/privateer/</url>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>5</version>
Expand All @@ -21,29 +21,29 @@
UTF-8
</project.reporting.outputEncoding>
</properties>
<licenses>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developers>
<developer>
<id>wombatnation</id>
<name>Robert Stewart</name>
<email>robert@wombatnation.com</email>
</developer>
</developers>
<scm>
<scm>
<connection>scm:git:git://github.com/RobertStewart/privateer.git</connection>
<developerConnection>scm:git:git://github.com/RobertStewart/privateer.git</developerConnection>
<url>http://github.com/RobertStewart/privateer</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand All @@ -52,8 +52,8 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<build>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
Expand Down Expand Up @@ -96,8 +96,8 @@
</plugin>
</plugins>
</build>
<profiles>
<profiles>
<profile>
<id>release</id>
<build>
Expand All @@ -118,5 +118,5 @@
</build>
</profile>
</profiles>
</project>

0 comments on commit d594a4c

Please sign in to comment.