Skip to content

Commit

Permalink
Preparing version release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepdalvi committed Dec 27, 2021
1 parent e112e3d commit 9109d2e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
RELEASE_VERSION=0.0.5-SNAPSHOT
RELEASE_VERSION=0.0.5
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>io.durg.kirtimukh</groupId>
<artifactId>kirtimukh</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>

<artifactId>kirtimukh-core</artifactId>
<name>Kirtimukh | Core</name>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
<parent>
<artifactId>kirtimukh</artifactId>
<groupId>io.durg.kirtimukh</groupId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>io.durg.kirtimukh.dw</groupId>
<artifactId>demo-examples</artifactId>
<name>Kirtimukh | DW Demo Examples</name>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>io.durg.kirtimukh</groupId>
<artifactId>kirtimukh</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
<packaging>pom</packaging>
<name>Durg | Kirtimukh</name>
<description>The Guardian of Thresholds. Rate-limiting, throttling and circuit-breaker</description>
Expand Down
4 changes: 2 additions & 2 deletions throttling-dw-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
<parent>
<groupId>io.durg.kirtimukh</groupId>
<artifactId>kirtimukh</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>

<groupId>io.durg.kirtimukh.dw</groupId>
<artifactId>throttling-bundle</artifactId>
<name>Kirtimukh | Throttling DW Bundle</name>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
<packaging>jar</packaging>

<dependencies>
Expand Down

0 comments on commit 9109d2e

Please sign in to comment.