Skip to content

Commit

Permalink
Set version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak committed Oct 30, 2023
1 parent ce46292 commit 067d7cb
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>spring-boot-http-clients-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<groupId>com.maciejwalkowiak.spring</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>spring-boot-http-clients-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>

<packaging>pom</packaging>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions spring-boot-http-clients/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>spring-boot-http-clients-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>spring-boot-http-clients</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>

<name>Spring Boot HTTP Clients</name>
<description>Spring Boot HTTP Clients</description>
Expand Down

0 comments on commit 067d7cb

Please sign in to comment.