Skip to content

Commit

Permalink
Fix erroneous version reference used during CI testing of shaded depe…
Browse files Browse the repository at this point in the history
…ndencies (#383)

* Re-pin shade-test dependencies to use dev `0-SNAPSHOT` version of lib

* Update changelog
  • Loading branch information
rnorth authored and bsideup committed Jun 28, 2017
1 parent 1b89280 commit 302fa39
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
## UNRELEASED
### Fixed
- Fixed the case when disk's size is bigger than Integer's max value (#379, #380)
- Fix erroneous version reference used during CI testing of shaded dependencies

### Changed
- Added support for Docker networks (#372)
Expand Down
2 changes: 1 addition & 1 deletion shade-test/clashing-deps-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>shade-test</artifactId>
<groupId>org.testcontainers</groupId>
<version>1.2.2-SNAPSHOT</version>
<version>0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion shade-test/clashing-deps-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>shade-test</artifactId>
<groupId>org.testcontainers</groupId>
<version>1.2.2-SNAPSHOT</version>
<version>0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion shade-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>testcontainers-parent</artifactId>
<groupId>org.testcontainers</groupId>
<version>1.2.2-SNAPSHOT</version>
<version>0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion shade-test/service-lookup-dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>shade-test</artifactId>
<groupId>org.testcontainers</groupId>
<version>1.2.2-SNAPSHOT</version>
<version>0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 302fa39

Please sign in to comment.