Skip to content

Commit

Permalink
Set version to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Apr 5, 2016
1 parent 0c7c577 commit 90853aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -26,7 +26,7 @@

<description>metadata-extractor build file</description>

<property name="library-version" value="2.8.2"/>
<property name="library-version" value="2.9.0"/>
<property name="java-version" value="1.5"/>
<property name="dist" location="Releases"/>
<property name="src" value="Source"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -14,7 +14,7 @@

<groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.9.0</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 90853aa

Please sign in to comment.