Skip to content

Commit

Permalink
🐘v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-kowalski committed Aug 17, 2022
1 parent 8d8066f commit 52a2523
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions ice-client-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.waitmoon.ice</groupId>
<artifactId>ice</artifactId>
<version>1.0.4</version>
<version>1.1.0</version>
</parent>
<packaging>jar</packaging>
<artifactId>ice-client-spring-boot-autoconfigure</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>com.waitmoon.ice</groupId>
<artifactId>ice-client</artifactId>
<version>1.0.4</version>
<version>1.1.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions ice-client-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.waitmoon.ice</groupId>
<artifactId>ice</artifactId>
<version>1.0.4</version>
<version>1.1.0</version>
</parent>
<packaging>jar</packaging>
<artifactId>ice-client-spring-boot-starter</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>com.waitmoon.ice</groupId>
<artifactId>ice-client-spring-boot-autoconfigure</artifactId>
<version>1.0.4</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 2 additions & 2 deletions ice-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.waitmoon.ice</groupId>
<artifactId>ice</artifactId>
<version>1.0.4</version>
<version>1.1.0</version>
</parent>
<packaging>jar</packaging>
<artifactId>ice-client</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>com.waitmoon.ice</groupId>
<artifactId>ice-core</artifactId>
<version>1.0.4</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ice-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.waitmoon.ice</groupId>
<artifactId>ice</artifactId>
<version>1.0.4</version>
<version>1.1.0</version>
</parent>

<artifactId>ice-common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions ice-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.waitmoon.ice</groupId>
<artifactId>ice</artifactId>
<version>1.0.4</version>
<version>1.1.0</version>
</parent>
<packaging>jar</packaging>
<artifactId>ice-core</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>com.waitmoon.ice</groupId>
<artifactId>ice-common</artifactId>
<version>1.0.4</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions ice-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.waitmoon.ice</groupId>
<artifactId>ice</artifactId>
<version>1.0.4</version>
<version>1.1.0</version>
</parent>

<artifactId>ice-server</artifactId>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>com.waitmoon.ice</groupId>
<artifactId>ice-core</artifactId>
<version>1.0.4</version>
<version>1.1.0</version>
</dependency>
<!--web-->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions ice-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.waitmoon.ice</groupId>
<artifactId>ice</artifactId>
<version>1.0.4</version>
<version>1.1.0</version>
</parent>

<artifactId>ice-test</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.waitmoon.ice</groupId>
<artifactId>ice-client-spring-boot-starter</artifactId>
<version>1.0.4</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.waitmoon.ice</groupId>
<artifactId>ice</artifactId>
<version>1.0.4</version>
<version>1.1.0</version>
<packaging>pom</packaging>
<description>Committed to solving flexible and complex hard-coded problems</description>
<url>http://waitmoon.com/docs</url>
Expand Down

0 comments on commit 52a2523

Please # to comment.