Skip to content

Commit

Permalink
Use spaces for indentation in submodule POMs
Browse files Browse the repository at this point in the history
  • Loading branch information
buehner committed Nov 13, 2015
1 parent c55af06 commit 4c3907f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/shogun2-core/shogun2-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>ch.rasc</groupId>
<artifactId>extclassgenerator</artifactId>
</dependency>
</dependency>
</dependencies>

</project>
2 changes: 1 addition & 1 deletion src/shogun2-core/shogun2-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</parent>

<artifactId>shogun2-service</artifactId>
<packaging>jar</packaging>
<packaging>jar</packaging>>

<name>SHOGun2 Services</name>

Expand Down
8 changes: 4 additions & 4 deletions src/shogun2-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@

<!-- Spring -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit 4c3907f

Please sign in to comment.