Skip to content

Commit

Permalink
Release version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Feb 2, 2018
1 parent 7357114 commit dac34ef
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 18 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Change log for releases.

# SNAPSHOT

# 0.1.2

* Design API
* Balance: implement
* Template: Implement all methods
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>name.valery1707.smsc</groupId>
<artifactId>smsc-parent</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>

<artifactId>smsc</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<description>Library core</description>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions http-ok-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>name.valery1707.smsc</groupId>
<artifactId>smsc-parent</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>

<artifactId>smsc-http-ok-http</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<description>Network layer implementation: OkHttp</description>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>name.valery1707.smsc</groupId>
<artifactId>smsc-parent</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>

<artifactId>smsc-http</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<description>Network layer API</description>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions json-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>name.valery1707.smsc</groupId>
<artifactId>smsc-parent</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>

<artifactId>smsc-json-jackson</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<description>JSON mapper layer implementation: Jackson</description>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>name.valery1707.smsc</groupId>
<artifactId>smsc-parent</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>

<artifactId>smsc-json</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<description>JSON mapper layer API</description>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>name.valery1707.smsc</groupId>
<artifactId>smsc-parent</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>

<artifactId>smsc-mock</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<description>Mock server for use in tests</description>

<dependencies>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>name.valery1707.smsc</groupId>
<artifactId>smsc-parent</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<packaging>pom</packaging>

<description>Java library for SMS service https://smsc.ru/api/http/</description>
Expand Down Expand Up @@ -72,27 +72,27 @@
<dependency>
<groupId>name.valery1707.smsc</groupId>
<artifactId>smsc</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>name.valery1707.smsc</groupId>
<artifactId>smsc-http</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>name.valery1707.smsc</groupId>
<artifactId>smsc-http-ok-http</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>name.valery1707.smsc</groupId>
<artifactId>smsc-json</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>name.valery1707.smsc</groupId>
<artifactId>smsc-json-jackson</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>name.valery1707.smsc</groupId>
Expand Down

0 comments on commit dac34ef

Please sign in to comment.