Skip to content

Commit

Permalink
prepare release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hameno committed Sep 11, 2013
1 parent 2f7fe6c commit f2ce1dd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

Version 1.2.0 *(2013-09-11)*
----------------------------

* Support for MIT License (#7)

Version 1.1.0 *(2013-05-09)*
----------------------------

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 JAR][1] or grab via Maven:
<dependency>
<groupId>de.psdev.licensesdialog</groupId>
<artifactId>licensesdialog</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<type>apklib</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@
<!-- Dependency Versions -->
<android.version>4.1.1.4</android.version>
<android-support.version>r7</android-support.version>
<simple-xml.version>2.7</simple-xml.version>
<simple-xml.version>2.7.1</simple-xml.version>
<commons-io.version>2.4</commons-io.version>
<junit.version>4.10</junit.version>

<!-- Plugin Versions -->
<android-maven-plugin.version>3.6.0</android-maven-plugin.version>
<android-maven-plugin.version>3.6.1</android-maven-plugin.version>
<build-helper-maven-plugin.version>1.7</build-helper-maven-plugin.version>
<maven-release-plugin.version>2.3.2</maven-release-plugin.version>
<maven-compiler-plugin.version>3.0</maven-compiler-plugin.version>
Expand Down

0 comments on commit f2ce1dd

Please sign in to comment.