Skip to content

Commit

Permalink
next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbase12 committed Mar 29, 2022
1 parent 8751b1c commit 8bc4831
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

<artifactId>code-dep</artifactId>
<packaging>pom</packaging>
<version>2.0.5</version>
<version>2.0.6-SNAPSHOT</version>
<name>ring/code</name>
<url>http://sixsq.com</url>

<parent>
<groupId>sixsq.nuvla.ring</groupId>
<artifactId>parent</artifactId>
<version>2.0.5</version>
<version>2.0.6-SNAPSHOT</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion code/project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(def parent-version "6.7.7")

(defproject sixsq.nuvla.ring/code "2.0.5"
(defproject sixsq.nuvla.ring/code "2.0.6-SNAPSHOT"

:description "simple ring container for micro-services"

Expand Down
4 changes: 2 additions & 2 deletions container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

<artifactId>container-dep</artifactId>
<packaging>pom</packaging>
<version>2.0.5</version>
<version>2.0.6-SNAPSHOT</version>
<name>ring/container</name>
<url>http://sixsq.com</url>

<parent>
<groupId>sixsq.nuvla.ring</groupId>
<artifactId>parent</artifactId>
<version>2.0.5</version>
<version>2.0.6-SNAPSHOT</version>
</parent>

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

<groupId>sixsq.nuvla.ring</groupId>
<artifactId>parent</artifactId>
<version>2.0.5</version>
<version>2.0.6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ring</name>
<url>http://sixsq.com/</url>
Expand Down

0 comments on commit 8bc4831

Please sign in to comment.