Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Commit

Permalink
2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Shatunov committed Nov 11, 2013
1 parent 87d551d commit cab1f96
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Christophe:
## License
MIT License, full text of license see [here][License]

[Demo APK]: https://raw.github.com/Prototik/HoloEverywhere/repo/org/holoeverywhere/demo/2.0.0/demo-2.0.0.apk "Demo APK"
[Demo APK]: https://raw.github.com/Prototik/HoloEverywhere/repo/org/holoeverywhere/demo/2.1.0/demo-2.1.0.apk "Demo APK"
[Donate]: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=X7E7U7HNR36YN&lc=US&item_name=HoloEverywhere&currency_code=USD&bn=PP%2dDonationsBF%3adonate_button%2epng%3aNonHosted "Donate"
[Build with Maven]: https://github.com/Prototik/HoloEverywhere/wiki/Maven "Build with maven"
[License]: https://raw.github.com/Prototik/HoloEverywhere/master/LICENSE "MIT License"
2 changes: 1 addition & 1 deletion addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.holoeverywhere</groupId>
<artifactId>parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion addons/preferences/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.holoeverywhere</groupId>
<artifactId>addons</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion addons/slider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.holoeverywhere</groupId>
<artifactId>addons</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions android_default.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
minSdkVersion 7
targetSdkVersion 18

versionName '2.0.1-SNAPSHOT'
versionCode 2000001
versionName '2.1.0'
versionCode 2001000
}

sourceSets {
Expand All @@ -24,7 +24,7 @@ android {
}
}

boolean officialBuild = (!version.contains("SNAPSHOT") && gradle.taskGraph.hasTask("uploadArchives")) || rootProject.hasProperty('officialBuild')
boolean officialBuild = rootProject.hasProperty('officialBuild')

// Sign and attach apks
if (android.class.name.startsWith('com.android.build.gradle.AppExtension') && project.hasProperty('holoeverywhere.sign.storeFile')) {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

allprojects {
group = 'org.holoeverywhere'
version = '2.0.1-SNAPSHOT'
version = '2.1.0'

repositories {
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.holoeverywhere</groupId>
<artifactId>parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.holoeverywhere</groupId>
<artifactId>parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.holoeverywhere</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>

<parent>
<groupId>org.sonatype.oss</groupId>
Expand All @@ -28,7 +28,7 @@
<url>https://github.com/Prototik/HoloEverywhere</url>
<connection>scm:git:git://github.com/Prototik/HoloEverywhere.git</connection>
<developerConnection>scm:git:[email protected]:Prototik/HoloEverywhere.git</developerConnection>
<tag>v1.6.8</tag>
<tag>v2.1.0</tag>
</scm>

<ciManagement>
Expand Down

0 comments on commit cab1f96

Please sign in to comment.