Skip to content

Commit

Permalink
Update change log and pom to prepare for v1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jul 7, 2012
1 parent 117daba commit 51110a8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,11 @@ Change Log
Version 1.0.0 *(In Development)*
--------------------------------

* Update to support new HMAC-SHA1 encryption present in Thumbor v3.0.
* New `legacy()` method to revert to old encryption mechanism.


Version 0.9.0 *(2012-06-12)*
----------------------------

Initial release.
15 changes: 7 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<!-- Disabled during internal distribution phase. -->
<!--<parent>-->
<!--<groupId>org.sonatype.oss</groupId>-->
<!--<artifactId>oss-parent</artifactId>-->
<!--<version>7</version>-->
<!--</parent>-->
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>

<groupId>com.squareup</groupId>
<artifactId>thumbor-client</artifactId>
<packaging>jar</packaging>
<version>0.9.2-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>

<name>Thumbor Client</name>
<description>Pure Java client for the Thumbor image service which allows you to build URIs in an expressive fashion using the fluent pattern.</description>
Expand Down Expand Up @@ -103,4 +102,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 51110a8

Please sign in to comment.