Skip to content

Commit

Permalink
Release testcontainers-warp10 1.0.3.
Browse files Browse the repository at this point in the history
Changelog:
 - Fix initializing container with proper macros folder.
  • Loading branch information
judu committed Sep 7, 2021
1 parent 18f8174 commit dd0491f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ Add the following to your project:
<dependency>
<groupId>com.clever-cloud</groupId>
<artifactId>testcontainers-warp10</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```

### build.gradle

```
implementation 'com.clever-cloud:testcontainers-warp10:1.0.2'
implementation 'com.clever-cloud:testcontainers-warp10:1.0.3'
```

### build.sbt

```scala
libraryDependencies += "com.clever-cloud" % "testcontainers-warp10" % "1.0.2"
libraryDependencies += "com.clever-cloud" % "testcontainers-warp10" % "1.0.3"
```

## Usage example
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<url>https://github.com/CleverCloud/testcontainers-warp10</url>
<groupId>com.clever-cloud</groupId>
<artifactId>testcontainers-warp10</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<testcontainers.version>1.15.3</testcontainers.version>
<testcontainers.version>1.16.0</testcontainers.version>
<jackson.version>2.12.3</jackson.version>
<okhttp3.version>4.9.1</okhttp3.version>
<slf4j.version>1.7.25</slf4j.version>
Expand Down Expand Up @@ -102,7 +102,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down

0 comments on commit dd0491f

Please sign in to comment.