Skip to content

Commit

Permalink
#master: parent 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Apr 30, 2014
1 parent 1fb7e2e commit dbea44a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<parent>
<groupId>com.jcabi</groupId>
<artifactId>jcabi</artifactId>
<version>1.4</version>
<version>1.5.1</version>
</parent>
<artifactId>jcabi-dynamodb-maven-plugin</artifactId>
<version>0.6</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ protected void run(final Instances instances) throws MojoFailureException {
}
try {
instances.start(this.dist, this.tcpPort(), this.home, this.args());
} catch (IOException ex) {
} catch (final IOException ex) {
throw new MojoFailureException(
"failed to start DynamoDB Local", ex
);
Expand Down

0 comments on commit dbea44a

Please sign in to comment.