Skip to content

Commit

Permalink
Release 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whiskeysierra committed Sep 3, 2019
1 parent c9bc234 commit 6c6b223
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.zalando</groupId>
<artifactId>problem-spring-parent</artifactId>
<version>0.25.0-SNAPSHOT</version>
<version>0.25.0</version>
<packaging>pom</packaging>

<name>Problem: Spring Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion problem-spring-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>problem-spring-parent</artifactId>
<version>0.25.0-SNAPSHOT</version>
<version>0.25.0</version>
</parent>

<artifactId>problem-spring-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion problem-spring-web-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>problem-spring-parent</artifactId>
<version>0.25.0-SNAPSHOT</version>
<version>0.25.0</version>
</parent>

<artifactId>problem-spring-web-autoconfigure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion problem-spring-web-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>problem-spring-parent</artifactId>
<groupId>org.zalando</groupId>
<version>0.25.0-SNAPSHOT</version>
<version>0.25.0</version>
</parent>

<artifactId>problem-spring-web-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion problem-spring-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>problem-spring-parent</artifactId>
<version>0.25.0-SNAPSHOT</version>
<version>0.25.0</version>
</parent>

<artifactId>problem-spring-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion problem-spring-webflux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>problem-spring-parent</artifactId>
<version>0.25.0-SNAPSHOT</version>
<version>0.25.0</version>
</parent>

<artifactId>problem-spring-webflux</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion problem-violations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>problem-spring-parent</artifactId>
<version>0.25.0-SNAPSHOT</version>
<version>0.25.0</version>
</parent>

<artifactId>problem-violations</artifactId>
Expand Down

0 comments on commit 6c6b223

Please sign in to comment.