Skip to content

Commit 5e874ac

Browse files
committed
New version
1 parent a4cc622 commit 5e874ac

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.eigr</groupId>
66
<artifactId>spawn-springboot-sdk</artifactId>
7-
<version>0.1.9</version>
7+
<version>0.1.10</version>
88
<packaging>pom</packaging>
99
<name>spawn-springboot-sdk</name>
1010
<url>https://eigr.io</url>

spawn-springboot-examples/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.eigr</groupId>
66
<artifactId>spawn-springboot-examples</artifactId>
7-
<version>0.1.9</version>
7+
<version>0.1.10</version>
88
<name>spawn-springboot-examples</name>
99
<url>http://www.example.com</url>
1010

@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>io.eigr</groupId>
1919
<artifactId>spawn-springboot-sdk</artifactId>
20-
<version>0.1.9</version>
20+
<version>0.1.10</version>
2121
</parent>
2222

2323
<dependencyManagement>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>io.eigr</groupId>
4545
<artifactId>spawn-springboot-starter</artifactId>
46-
<version>0.1.9</version>
46+
<version>0.1.10</version>
4747
</dependency>
4848

4949
<dependency>

spawn-springboot-starter/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.eigr</groupId>
66
<artifactId>spawn-springboot-starter</artifactId>
7-
<version>0.1.9</version>
7+
<version>0.1.10</version>
88
<name>spawn-springboot-starter</name>
99
<url>https://eigr.io</url>
1010

1111
<parent>
1212
<groupId>io.eigr</groupId>
1313
<artifactId>spawn-springboot-sdk</artifactId>
14-
<version>0.1.9</version>
14+
<version>0.1.10</version>
1515
</parent>
1616

1717
<properties>

0 commit comments

Comments
 (0)