Skip to content

Commit

Permalink
Prepare release 1.5.0
Browse files Browse the repository at this point in the history
- updated dependencies
- updated README and changelog
  • Loading branch information
hameno committed Jun 1, 2014
1 parent e76dbc3 commit 568ef65
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Change Log
==========

Version 1.5.0 *(IN DEVELOPMENT)*
Version 1.6.0 *(IN DEVELOPMENT)*
--------------------------------

Version 1.5.0 *(2014-06-01)*
----------------------------

* Load notices into a List to allow programmatic modifications (#21)

Version 1.4.0 *(2014-02-02)*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Download [the latest Release][1] or grab via Maven:
<dependency>
<groupId>de.psdev.licensesdialog</groupId>
<artifactId>licensesdialog</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
<type>aar</type>
</dependency>
```
Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,18 @@

<!-- Dependency Versions -->
<junit.version>4.11</junit.version>
<robolectric.version>2.2</robolectric.version>
<robolectric.version>2.3</robolectric.version>
<android.version>4.1.1.4</android.version>
<android-support.version>r7</android-support.version>
<slf4j-api.version>1.7.6</slf4j-api.version>

<!-- Plugin Versions -->
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
<android-maven-plugin.version>3.8.2</android-maven-plugin.version>
<android-maven-plugin.version>3.9.0-rc.2</android-maven-plugin.version>
<build-helper-maven-plugin.version>1.8</build-helper-maven-plugin.version>
<maven-release-plugin.version>2.4.1</maven-release-plugin.version>
<maven-release-plugin.version>2.5</maven-release-plugin.version>
<maven-javadoc-plugin.version>2.9.1</maven-javadoc-plugin.version>
<maven-source-plugin.version>2.2.1</maven-source-plugin.version>
<jacoco-maven-plugin.version>0.6.4.201312101107</jacoco-maven-plugin.version>
<jacoco-maven-plugin.version>0.7.1.201405082137</jacoco-maven-plugin.version>
<maven-gpg-plugin.version>1.4</maven-gpg-plugin.version>
</properties>

Expand Down

0 comments on commit 568ef65

Please sign in to comment.