Skip to content

Commit

Permalink
Release 0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
whiskeysierra committed Sep 24, 2020
1 parent ca0329a commit 12e8cf0
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 @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.zalando</groupId>
<artifactId>problem-spring-parent</artifactId>
<version>0.27.0-SNAPSHOT</version>
<version>0.26.2</version>
<packaging>pom</packaging>
<url>https://github.com/zalando/problem-spring-web</url>
<organization>
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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>problem-spring-parent</artifactId>
<version>0.27.0-SNAPSHOT</version>
<version>0.26.2</version>
</parent>
<artifactId>problem-spring-common</artifactId>
<dependencies>
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.27.0-SNAPSHOT</version>
<version>0.26.2</version>
</parent>
<artifactId>problem-spring-web-autoconfigure</artifactId>
<dependencies>
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.27.0-SNAPSHOT</version>
<version>0.26.2</version>
</parent>
<artifactId>problem-spring-web-starter</artifactId>
<dependencies>
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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>problem-spring-parent</artifactId>
<version>0.27.0-SNAPSHOT</version>
<version>0.26.2</version>
</parent>
<artifactId>problem-spring-web</artifactId>
<dependencies>
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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>problem-spring-parent</artifactId>
<version>0.27.0-SNAPSHOT</version>
<version>0.26.2</version>
</parent>
<artifactId>problem-spring-webflux</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion problem-violations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.zalando</groupId>
<artifactId>problem-spring-parent</artifactId>
<version>0.27.0-SNAPSHOT</version>
<version>0.26.2</version>
</parent>
<artifactId>problem-violations</artifactId>
</project>

0 comments on commit 12e8cf0

Please sign in to comment.