Skip to content

Commit

Permalink
Updating dependencies to compile and run with Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
klamouri committed Oct 28, 2016
1 parent fa964a4 commit 996d52f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.cobbzilla</groupId>
<artifactId>s3s3mirror</artifactId>
<version>1.2.5-SNAPSHOT</version>
<version>1.2.6-SNAPSHOT</version>
<packaging>jar</packaging>

<licenses>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>0.11.6</version>
<version>1.16.10</version>
<scope>compile</scope>
</dependency>

Expand Down Expand Up @@ -93,14 +93,14 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.3</version>
<version>2.9.4</version>
</dependency>

<!-- Amazon SDK -->
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.8.10.2</version>
<version>1.11.48</version>
</dependency>
</dependencies>

Expand Down
Binary file removed target/s3s3mirror-1.2.5-SNAPSHOT.jar
Binary file not shown.
Binary file added target/s3s3mirror-1.2.6-SNAPSHOT.jar
Binary file not shown.

0 comments on commit 996d52f

Please sign in to comment.