Skip to content

Commit

Permalink
🔖 Releasing / Version tags. 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
qraddx committed Mar 2, 2022
1 parent 7e55f33 commit 84d0858
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ key=ip+url+args
<dependency>
<groupId>com.pig4cloud.plugin</groupId>
<artifactId>idempotent-spring-boot-starter</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.2</version>
<version>2.6.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.pig4cloud.plugin</groupId>
<artifactId>idempotent-spring-boot-starter</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
<name>idempotent</name>
<description>An idempotent solution</description>
<url>https://pig4cloud.com</url>
Expand Down

0 comments on commit 84d0858

Please sign in to comment.