Skip to content

Commit

Permalink
yegor256#185 Updated jcabi-manifests to version 1.0.2 to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiranda committed Jul 10, 2014
1 parent 2fe0df2 commit a49c986
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions s3auth-hosts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,18 @@
<groupId>com.jcabi</groupId>
<artifactId>jcabi-log</artifactId>
</dependency>
<!--
@todo #185 jcabi-manifests version here should be managed by the
parent. Version 1.0.2 fixes some multithreading bugs that causes
the build to fail. The reason why we're specifying it here is
because the parent is still referencing the buggy version. Let's
remove the version here when done. Let's also update the pom.xml
files in s3auth-relay and s3auth-rest folders.
-->
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-manifests</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
Expand Down
1 change: 1 addition & 0 deletions s3auth-relay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-manifests</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
Expand Down
1 change: 1 addition & 0 deletions s3auth-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-manifests</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
Expand Down

0 comments on commit a49c986

Please sign in to comment.