Skip to content

Commit

Permalink
rename 'spring-boot-ext' to 'workarounds-spring-boot'
Browse files Browse the repository at this point in the history
  • Loading branch information
jbellmann committed Jun 22, 2016
1 parent d18e7ed commit b84c8a5
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<module>guava-eventbus-spring-boot-starter</module>
<module>stups-twintip-spring-boot-starter</module>
<module>tomcat-proxies-spring-boot-starter</module>
<module>spring-boot-ext</module>
<module>workarounds-spring-boot</module>
<module>misc/github-client-parent</module>
<module>misc/junit-postgres</module>
<module>misc/junit-redis</module>
Expand Down
5 changes: 2 additions & 3 deletions spring-boot-ext/pom.xml → workarounds-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>3</version>
<relativePath />
</parent>
<artifactId>spring-boot-ext</artifactId>
<artifactId>workarounds-spring-boot</artifactId>
<version>0.9.1-SNAPSHOT</version>

<properties>
Expand Down Expand Up @@ -50,12 +50,11 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>2.0.0</version>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>


<build>
<plugins>
<plugin>
Expand Down

0 comments on commit b84c8a5

Please sign in to comment.