Skip to content

Commit

Permalink
bumped minor
Browse files Browse the repository at this point in the history
updated readme
  • Loading branch information
lpandzic committed Jan 8, 2021
1 parent 05152d5 commit 4b5fc05
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Usual use cases include:

## Contents

* [News](#News)
* [Usage](#Usage)
* [MSSQL](#MSSQL)
* [Tests](#MSSQLTests)
Expand All @@ -35,6 +36,14 @@ Usual use cases include:
* [Local development](#RabbitMqLocalDevelopment)
* [Docker image](#RabbitMqDockerImage)

## <a name="News"></a> News

### 3.1.0

## MSSQL:
* username and password are now automatically injected and don't need to be explicitly set in configuration (note that they are not overriden if they do exist)
* `spring.flyway` and `spring.r2dbc` are now supported

<a name="Usage"></a>
## Usage

Expand Down
2 changes: 1 addition & 1 deletion infobip-kafka-testcontainers-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.infobip</groupId>
<artifactId>infobip-testcontainers-spring-boot-starter</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>

<artifactId>infobip-kafka-testcontainers-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion infobip-mssql-testcontainers-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.infobip</groupId>
<artifactId>infobip-testcontainers-spring-boot-starter</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>

<artifactId>infobip-mssql-testcontainers-spring-boot-starter</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.infobip</groupId>
<artifactId>infobip-testcontainers-spring-boot-starter</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>

<artifactId>infobip-postgresql-testcontainers-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion infobip-rabbitmq-testcontainers-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.infobip</groupId>
<artifactId>infobip-testcontainers-spring-boot-starter</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>

<artifactId>infobip-rabbitmq-testcontainers-spring-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion infobip-redis-testcontainers-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.infobip</groupId>
<artifactId>infobip-testcontainers-spring-boot-starter</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>

<artifactId>infobip-redis-testcontainers-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion infobip-testcontainers-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.infobip</groupId>
<artifactId>infobip-testcontainers-spring-boot-starter</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>

<artifactId>infobip-testcontainers-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.infobip</groupId>
<artifactId>infobip-testcontainers-spring-boot-starter</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Infobip TestContainers Spring Boot Starter</name>
Expand Down

0 comments on commit 4b5fc05

Please sign in to comment.