Skip to content

Commit

Permalink
Set version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak committed Jan 10, 2024
1 parent 3183e5c commit 7467df1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.maciejwalkowiak.spring</groupId>
<artifactId>wiremock-spring-boot-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<groupId>com.maciejwalkowiak.wiremock</groupId>
Expand Down
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>com.maciejwalkowiak.spring</groupId>
<artifactId>wiremock-spring-boot-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>

<packaging>pom</packaging>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions wiremock-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.maciejwalkowiak.spring</groupId>
<artifactId>wiremock-spring-boot-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>wiremock-spring-boot</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>

<name>WireMock Spring Boot</name>
<description>WireMock integration for Spring Boot</description>
Expand Down

0 comments on commit 7467df1

Please sign in to comment.