Skip to content

Commit

Permalink
Set version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak committed Mar 25, 2023
1 parent b11a07f commit ad5322b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Flame graphs is a more visual representation of the data from the table:

To use the library your project must use following versions

- Java 11 (from `0.2.0` it will run with Java 8)
- Java 8
- Spring Boot 2.7+, 3.0+

## ✨ How to use
Expand Down
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-startup-report-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.maciejwalkowiak.spring</groupId>
<artifactId>spring-boot-startup-report-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
<name>Spring Boot Startup Report Parent</name>
<description>Spring Boot Startup Report Parent</description>
<url>https://github.com/maciejwalkowiak/spring-boot-startup-report/</url>
Expand Down
4 changes: 2 additions & 2 deletions startup-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.maciejwalkowiak.spring</groupId>
<artifactId>spring-boot-startup-report-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>spring-boot-startup-report</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>
<name>Spring Boot Startup Report</name>
<description>Spring Boot Startup Report</description>
<url>https://github.com/maciejwalkowiak/spring-boot-startup-report/</url>
Expand Down

0 comments on commit ad5322b

Please sign in to comment.