Skip to content

Commit

Permalink
release version 1.1.1, honeycomb support
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydahanne committed Oct 20, 2011
1 parent 58ddd99 commit 75d1715
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 71 deletions.
14 changes: 1 addition & 13 deletions commons-gallery/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>regalandroid-parent</artifactId> <artifactId>regalandroid-parent</artifactId>
<groupId>net.dahanne.android</groupId> <groupId>net.dahanne.android</groupId>
<version>1.1.1-SNAPSHOT</version> <version>1.1.1</version>
<relativePath>../regalandroid-parent/pom.xml</relativePath> <relativePath>../regalandroid-parent/pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -38,18 +38,6 @@ It is a submodule of the ReGalAndroid project</description>
</developer> </developer>
</developers> </developers>


<distributionManagement>
<repository>
<id>repo</id>
<url>http://github.com/anthonydahanne/m2repo</url>
</repository>
<snapshotRepository>
<id>snapshot-repo</id>
<url>http://github.com/anthonydahanne/m2repo</url>
</snapshotRepository>
</distributionManagement>


<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
Expand Down
20 changes: 2 additions & 18 deletions g2-java-client/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent> <parent>
<artifactId>regalandroid-parent</artifactId> <artifactId>regalandroid-parent</artifactId>
<groupId>net.dahanne.android</groupId> <groupId>net.dahanne.android</groupId>
<version>1.1.1-SNAPSHOT</version> <version>1.1.1</version>
<relativePath>../regalandroid-parent/pom.xml</relativePath> <relativePath>../regalandroid-parent/pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.dahanne.gallery2</groupId> <groupId>net.dahanne.gallery2</groupId>
<artifactId>g2-java-client</artifactId> <artifactId>g2-java-client</artifactId>
<version>1.1.1-SNAPSHOT</version> <version>1.1.1</version>
<name>Gallery2 Java Client</name> <name>Gallery2 Java Client</name>
<description>This project is aimed to provide a Gallery 3 remote api client implementation written in Java</description> <description>This project is aimed to provide a Gallery 3 remote api client implementation written in Java</description>


Expand Down Expand Up @@ -39,22 +39,6 @@
</developer> </developer>
</developers> </developers>


<dependencyManagement>
<dependencies>
</dependencies>
</dependencyManagement>
<distributionManagement>
<repository>
<id>repo</id>
<url>http://github.com/anthonydahanne/m2repo</url>
</repository>
<snapshotRepository>
<id>snapshot-repo</id>
<url>http://github.com/anthonydahanne/m2repo</url>
</snapshotRepository>
</distributionManagement>




<dependencies> <dependencies>
<dependency> <dependency>
Expand Down
15 changes: 2 additions & 13 deletions g3-java-client/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>regalandroid-parent</artifactId> <artifactId>regalandroid-parent</artifactId>
<groupId>net.dahanne.android</groupId> <groupId>net.dahanne.android</groupId>
<version>1.1.1-SNAPSHOT</version> <version>1.1.1</version>
<relativePath>../regalandroid-parent/pom.xml</relativePath> <relativePath>../regalandroid-parent/pom.xml</relativePath>
</parent> </parent>


Expand All @@ -12,7 +12,7 @@
<artifactId>g3-java-client</artifactId> <artifactId>g3-java-client</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Gallery3 Java Client</name> <name>Gallery3 Java Client</name>
<version>1.1.0-SNAPSHOT</version> <version>1.1.1</version>
<description>This project is aimed to provide a Gallery 3 remote api client implementation written in Java <description>This project is aimed to provide a Gallery 3 remote api client implementation written in Java
</description> </description>
<url>http://github.com/anthonydahanne/g3-java-client</url> <url>http://github.com/anthonydahanne/g3-java-client</url>
Expand Down Expand Up @@ -40,16 +40,6 @@
</developer> </developer>
</developers> </developers>


<distributionManagement>
<repository>
<id>repo</id>
<url>http://github.com/anthonydahanne/m2repo</url>
</repository>
<snapshotRepository>
<id>snapshot-repo</id>
<url>http://github.com/anthonydahanne/m2repo</url>
</snapshotRepository>
</distributionManagement>






Expand All @@ -76,7 +66,6 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.10</version>
<type>jar</type> <type>jar</type>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
Expand Down
15 changes: 2 additions & 13 deletions jiwigo-ws-api-converter/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent> <parent>
<artifactId>regalandroid-parent</artifactId> <artifactId>regalandroid-parent</artifactId>
<groupId>net.dahanne.android</groupId> <groupId>net.dahanne.android</groupId>
<version>1.1.1-SNAPSHOT</version> <version>1.1.1</version>
<relativePath>../regalandroid-parent/pom.xml</relativePath> <relativePath>../regalandroid-parent/pom.xml</relativePath>
</parent> </parent>
<groupId>net.dahanne.gallery</groupId> <groupId>net.dahanne.gallery</groupId>
<artifactId>jiwigo-ws-api-converter</artifactId> <artifactId>jiwigo-ws-api-converter</artifactId>
<version>0.1.0-SNAPSHOT</version> <version>0.1.0</version>
<name>Jiwigo WS API Converter</name> <name>Jiwigo WS API Converter</name>
<description>This project contains utilities to transform Jiwgo WS API objects to Albums and Pictures used by RegalAndroid</description> <description>This project contains utilities to transform Jiwgo WS API objects to Albums and Pictures used by RegalAndroid</description>
<url>http://github.com/anthonydahanne/ReGalAndroid</url> <url>http://github.com/anthonydahanne/ReGalAndroid</url>
Expand Down Expand Up @@ -37,16 +37,6 @@
</developer> </developer>
</developers> </developers>


<distributionManagement>
<repository>
<id>repo</id>
<url>http://github.com/anthonydahanne/m2repo</url>
</repository>
<snapshotRepository>
<id>snapshot-repo</id>
<url>http://github.com/anthonydahanne/m2repo</url>
</snapshotRepository>
</distributionManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>fr.mael.jiwigo</groupId> <groupId>fr.mael.jiwigo</groupId>
Expand All @@ -63,7 +53,6 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.10</version>
<type>jar</type> <type>jar</type>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
Expand Down
17 changes: 16 additions & 1 deletion regalandroid-parent/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.dahanne.android</groupId> <groupId>net.dahanne.android</groupId>
<artifactId>regalandroid-parent</artifactId> <artifactId>regalandroid-parent</artifactId>
<version>1.1.1-SNAPSHOT</version> <version>1.1.1</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>ReGalAndroid parent module</name> <name>ReGalAndroid parent module</name>
<dependencyManagement> <dependencyManagement>
Expand Down Expand Up @@ -61,4 +61,19 @@
<url>http://nexus.dahanne.net/nexus/content/repositories/releases/</url> <url>http://nexus.dahanne.net/nexus/content/repositories/releases/</url>
</repository> </repository>
</repositories> </repositories>
<distributionManagement>
<!-- use the following if you're not using a snapshot version. -->
<repository>
<id>nexus.dahanne.net</id>
<name>RepositoryProxy</name>
<url>http://nexus.dahanne.net/nexus/content/repositories/releases</url>
</repository>
<!-- use the following if you ARE using a snapshot version. -->
<snapshotRepository>
<id>nexus.dahanne.net</id>
<name>RepositoryProxy</name>
<url>http://nexus.dahanne.net/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

</project> </project>
2 changes: 1 addition & 1 deletion regalandroid/AndroidManifest.xml
Expand Up @@ -20,7 +20,7 @@
--> -->


<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.dahanne.android.regalandroid" android:versionCode="3" android:versionName="1.1.0" android:installLocation="auto"> package="net.dahanne.android.regalandroid" android:installLocation="auto" android:versionName="1.1.1" android:versionCode="4">
<application android:icon="@drawable/icon" android:label="@string/app_name" android:name="RegalAndroidApplication"> <application android:icon="@drawable/icon" android:label="@string/app_name" android:name="RegalAndroidApplication">
<activity android:name=".activity.Start" android:label="@string/app_name" android:configChanges="keyboardHidden|orientation"> <activity android:name=".activity.Start" android:label="@string/app_name" android:configChanges="keyboardHidden|orientation">
<intent-filter> <intent-filter>
Expand Down
22 changes: 10 additions & 12 deletions regalandroid/pom.xml
Expand Up @@ -4,14 +4,14 @@
<parent> <parent>
<artifactId>regalandroid-parent</artifactId> <artifactId>regalandroid-parent</artifactId>
<groupId>net.dahanne.android</groupId> <groupId>net.dahanne.android</groupId>
<version>1.1.1-SNAPSHOT</version> <version>1.1.1</version>
<relativePath>../regalandroid-parent/pom.xml</relativePath> <relativePath>../regalandroid-parent/pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>regalandroid</artifactId> <artifactId>regalandroid</artifactId>
<packaging>apk</packaging> <packaging>apk</packaging>
<name>ReGalAndroid</name> <name>ReGalAndroid</name>
<version>1.1.0-SNAPSHOT</version> <version>1.1.1</version>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.google.android</groupId> <groupId>com.google.android</groupId>
Expand Down Expand Up @@ -50,16 +50,12 @@
<dependency> <dependency>
<groupId>net.dahanne.gallery2</groupId> <groupId>net.dahanne.gallery2</groupId>
<artifactId>g2-java-client</artifactId> <artifactId>g2-java-client</artifactId>
<version>1.1.1-SNAPSHOT</version> <version>1.1.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.dahanne.gallery3</groupId> <groupId>net.dahanne.gallery3</groupId>
<artifactId>g3-java-client</artifactId> <artifactId>g3-java-client</artifactId>
<version>1.1.0-SNAPSHOT</version> <version>1.1.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
Expand All @@ -83,7 +79,7 @@
<dependency> <dependency>
<groupId>net.dahanne.gallery</groupId> <groupId>net.dahanne.gallery</groupId>
<artifactId>jiwigo-ws-api-converter</artifactId> <artifactId>jiwigo-ws-api-converter</artifactId>
<version>0.1.0-SNAPSHOT</version> <version>0.1.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
Expand Down Expand Up @@ -115,6 +111,9 @@
</emulator> </emulator>
<deleteConflictingFiles>true</deleteConflictingFiles> <deleteConflictingFiles>true</deleteConflictingFiles>
<undeployBeforeDeploy>true</undeployBeforeDeploy> <undeployBeforeDeploy>true</undeployBeforeDeploy>
<sign>
<debug>false</debug>
</sign>
</configuration> </configuration>
<extensions>true</extensions> <extensions>true</extensions>
<executions> <executions>
Expand All @@ -129,7 +128,6 @@
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration> <configuration>
<source>1.6</source> <source>1.6</source>
<target>1.6</target> <target>1.6</target>
Expand Down Expand Up @@ -211,8 +209,8 @@
<include>target/*.apk</include> <include>target/*.apk</include>
</includes> </includes>
<keystore>${keystore.location}</keystore> <keystore>${keystore.location}</keystore>
<storepass>${keystore.password}</storepass> <storepass>${keystore.store.password}</storepass>
<keypass>${keystore.password}</keypass> <keypass>${keystore.key.password}</keypass>
<alias>${keystore.alias}</alias> <alias>${keystore.alias}</alias>
</configuration> </configuration>
</execution> </execution>
Expand Down

0 comments on commit 75d1715

Please sign in to comment.