Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano Santos committed Sep 5, 2022
1 parent a4cc622 commit 5e874ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.eigr</groupId>
<artifactId>spawn-springboot-sdk</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
<packaging>pom</packaging>
<name>spawn-springboot-sdk</name>
<url>https://eigr.io</url>
Expand Down
6 changes: 3 additions & 3 deletions spawn-springboot-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.eigr</groupId>
<artifactId>spawn-springboot-examples</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
<name>spawn-springboot-examples</name>
<url>http://www.example.com</url>

Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>io.eigr</groupId>
<artifactId>spawn-springboot-sdk</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</parent>

<dependencyManagement>
Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>io.eigr</groupId>
<artifactId>spawn-springboot-starter</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions spawn-springboot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.eigr</groupId>
<artifactId>spawn-springboot-starter</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
<name>spawn-springboot-starter</name>
<url>https://eigr.io</url>

<parent>
<groupId>io.eigr</groupId>
<artifactId>spawn-springboot-sdk</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</parent>

<properties>
Expand Down

0 comments on commit 5e874ac

Please sign in to comment.