Skip to content

Commit ae28fe3

Browse files
committedApr 5, 2023
Set versions to 0.1.0
1 parent eb552d4 commit ae28fe3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.maciejwalkowiak.spring</groupId>
99
<artifactId>spring-boot-http-clients-parent</artifactId>
10-
<version>0.1.0-SNAPSHOT</version>
10+
<version>0.1.0</version>
1111
</parent>
1212

1313
<groupId>com.maciejwalkowiak.spring</groupId>

‎pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.maciejwalkowiak.spring</groupId>
66
<artifactId>spring-boot-http-clients-parent</artifactId>
7-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0</version>
88

99
<packaging>pom</packaging>
1010
<properties>

‎spring-boot-http-clients/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>com.maciejwalkowiak.spring</groupId>
88
<artifactId>spring-boot-http-clients-parent</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>spring-boot-http-clients</artifactId>
14-
<version>0.1.0-SNAPSHOT</version>
14+
<version>0.1.0</version>
1515

1616
<name>Spring Boot HTTP Clients</name>
1717
<description>Spring Boot HTTP Clients</description>

0 commit comments

Comments
 (0)