You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ni...@apache.org on 2020/05/06 08:00:33 UTC

[ignite-extensions] branch master updated: [MINOR] Update spring-boot modules to 1.1.0-SNAPSHOT version.

This is an automated email from the ASF dual-hosted git repository.

nizhikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c40d6a  [MINOR] Update spring-boot modules to 1.1.0-SNAPSHOT version.
4c40d6a is described below

commit 4c40d6a3db55206a7389f5752a36d4a5e15a567d
Author: Nikolay Izhikov <ni...@apache.org>
AuthorDate: Wed May 6 11:00:22 2020 +0300

    [MINOR] Update spring-boot modules to 1.1.0-SNAPSHOT version.
---
 modules/spring-boot-autoconfigure-ext/pom.xml             | 2 +-
 modules/spring-boot-thin-client-autoconfigure-ext/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/spring-boot-autoconfigure-ext/pom.xml b/modules/spring-boot-autoconfigure-ext/pom.xml
index 9df8cd7..f973f6f 100644
--- a/modules/spring-boot-autoconfigure-ext/pom.xml
+++ b/modules/spring-boot-autoconfigure-ext/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ignite-spring-boot-autoconfigure-ext</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>
diff --git a/modules/spring-boot-thin-client-autoconfigure-ext/pom.xml b/modules/spring-boot-thin-client-autoconfigure-ext/pom.xml
index 6951485..f5a225c 100644
--- a/modules/spring-boot-thin-client-autoconfigure-ext/pom.xml
+++ b/modules/spring-boot-thin-client-autoconfigure-ext/pom.xml
@@ -32,7 +32,7 @@
     </parent>
 
     <artifactId>ignite-spring-boot-thin-client-autoconfigure-ext</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <url>http://ignite.apache.org</url>
 
     <dependencies>