Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Crow committed Jun 10, 2019
1 parent e921905 commit d3264ed
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
}
dependencies {
implementation 'com.nexmo:nexmo-spring-boot-starter:1.0.1'
implementation 'com.nexmo:nexmo-spring-boot-starter:1.1.0'
}
```

Expand All @@ -25,7 +25,7 @@ For Maven:
<dependency>
<groupId>com.nexmo</groupId>
<artifactId>nexmo-spring-boot-starter</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</dependency>
```

Expand Down Expand Up @@ -122,4 +122,5 @@ Bringing in older versions of the supported Nexmo Client, may result in some unf
| Nexmo Spring Boot Starter | Nexmo Java Client |
|---|---|
| v1.0.0 | v4.3.0 |
| v1.0.1 | v4.3.1 |
| v1.0.1 | v4.3.1 |
| v1.1.0 | v4.4.0 |
4 changes: 2 additions & 2 deletions nexmo-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.nexmo</groupId>
<artifactId>nexmo-starter</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</parent>

<artifactId>nexmo-spring-boot-autoconfigure</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
<name>nexmo-spring-boot-autoconfigure</name>
<description>Spring Boot Auto Configuration for Nexmo</description>
<url>https://github.com/nexmo/nexmo-spring-boot-starter</url>
Expand Down
6 changes: 3 additions & 3 deletions nexmo-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>com.nexmo</groupId>
<artifactId>nexmo-starter</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</parent>
<artifactId>nexmo-spring-boot-starter</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
<name>nexmo-spring-boot-starter</name>
<description>Nexmo Spring Boot Starter</description>
<url>https://github.com/nexmo/nexmo-spring-boot-starter</url>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.nexmo</groupId>
<artifactId>nexmo-spring-boot-autoconfigure</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</dependency>
</dependencies>
<properties>
Expand Down
6 changes: 3 additions & 3 deletions nexmo-spring-boot-test-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>com.nexmo</groupId>
<artifactId>nexmo-starter</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</parent>
<artifactId>nexmo-spring-boot-test-application</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
<name>nexmo-spring-boot-test-application</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.nexmo</groupId>
<artifactId>nexmo-spring-boot-starter</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</dependency>

<dependency>
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.nexmo</groupId>
<artifactId>nexmo-starter</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<name>nexmo-starter</name>
Expand Down

0 comments on commit d3264ed

Please sign in to comment.