Skip to content

Commit

Permalink
yegor256#192 Update parent to 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiranda committed Jul 22, 2014
1 parent bc9447c commit 26974a7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parent>
<groupId>com.jcabi</groupId>
<artifactId>parent</artifactId>
<version>0.22</version>
<version>0.26</version>
</parent>
<groupId>com.s3auth</groupId>
<artifactId>s3auth</artifactId>
Expand Down
10 changes: 0 additions & 10 deletions s3auth-hosts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,19 +98,9 @@
<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 the parent has been updated. 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: 0 additions & 1 deletion s3auth-relay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-manifests</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
Expand Down
1 change: 0 additions & 1 deletion s3auth-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
<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 26974a7

Please sign in to comment.