Skip to content

Commit

Permalink
Release 0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whiskeysierra committed Oct 23, 2019
1 parent 81d73e9 commit 141f7dc
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.26.0-SNAPSHOT</version>
<version>0.25.1</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.26.0-SNAPSHOT</version>
<version>0.25.1</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.26.0-SNAPSHOT</version>
<version>0.25.1</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.26.0-SNAPSHOT</version>
<version>0.25.1</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.26.0-SNAPSHOT</version>
<version>0.25.1</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.26.0-SNAPSHOT</version>
<version>0.25.1</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.26.0-SNAPSHOT</version>
<version>0.25.1</version>
</parent>

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

0 comments on commit 141f7dc

Please sign in to comment.