branch feature/1239 created (now 0c5f083)
This is an automated email from the git hooks/post-receive script. New change to branch feature/1239 in repository say-my-texts. See http://git.chorem.org/say-my-texts.git at 0c5f083 add an optional profile to grab dependencies from our nexus repository (refs #1239) This branch includes the following new commits: new aa284a9 update codelutinpom and compat version + improve pom version management (refs #1239) new 0c5f083 add an optional profile to grab dependencies from our nexus repository (refs #1239) The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 0c5f0832d304d3aa391eb1a24e214fb2818bf2ac Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jun 6 15:50:54 2015 +0200 add an optional profile to grab dependencies from our nexus repository (refs #1239) commit aa284a981be7047a070750a08f5406503dbb32ce Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jun 6 15:50:22 2015 +0200 update codelutinpom and compat version + improve pom version management (refs #1239) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/1239 in repository say-my-texts. See http://git.chorem.org/say-my-texts.git commit aa284a981be7047a070750a08f5406503dbb32ce Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jun 6 15:50:22 2015 +0200 update codelutinpom and compat version + improve pom version management (refs #1239) --- pom.xml | 72 ++++++++++++++++++++--------------------------------------------- 1 file changed, 22 insertions(+), 50 deletions(-) diff --git a/pom.xml b/pom.xml index 1181079..dadc425 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>chorempom</artifactId> - <version>1.3</version> + <version>2.2</version> </parent> <groupId>org.chorem.android</groupId> @@ -43,7 +43,7 @@ This is particulary useful when you are riding, running or driving. You also can reply to the sender by calling him or by dictating the reply. </description> - <url>https://forge.chorem.org/projects/say-my-texts</url> + <url>https://say-my-texts.chorem.org</url> <inceptionYear>2014</inceptionYear> <licenses> <license> @@ -57,7 +57,18 @@ <developer> <id>morin</id> <name>Kevin Morin</name> - <email>morin at codelutin dot com</email> + <email>morin@codelutin.com</email> + <organization>CodeLutin</organization> + <organizationUrl>http://www.codelutin.com</organizationUrl> + <roles> + <role>developer</role> + </roles> + <timezone>Europe/Paris</timezone> + </developer> + <developer> + <id>tchemit</id> + <name>Tony Chemit</name> + <email>chemit@codelutin.com</email> <organization>CodeLutin</organization> <organizationUrl>http://www.codelutin.com</organizationUrl> <roles> @@ -90,9 +101,9 @@ <signatureArtifactId>java17</signatureArtifactId> <signatureVersion>1.0</signatureVersion> - <platform>chorem.org</platform> <projectId>say-my-texts</projectId> <maven.test.skip>true</maven.test.skip> + <!-- locales for the site generation, by default only french --> <locales>en,fr</locales> @@ -106,7 +117,9 @@ <!-- Post Release configuration --> <skipPostRelease>false</skipPostRelease> + <androidVersion>4.1.1.4</androidVersion> <sdkVersion>21.1.2</sdkVersion> + <compatibilityVersion>22.2.0</compatibilityVersion> </properties> @@ -122,34 +135,34 @@ <dependency> <groupId>com.google.android</groupId> <artifactId>android</artifactId> - <version>4.1.1.4</version> + <version>${androidVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.android</groupId> <artifactId>android-test</artifactId> - <version>4.1.1.4</version> + <version>${androidVersion}</version> <scope>test</scope> </dependency> <dependency> <groupId>android.support</groupId> <artifactId>compatibility-v4</artifactId> - <version>21.0.3</version> + <version>${compatibilityVersion}</version> </dependency> <dependency> <groupId>android.support</groupId> <artifactId>compatibility-v7-appcompat</artifactId> - <version>21.0.3</version> + <version>${compatibilityVersion}</version> <type>jar</type> </dependency> <dependency> <groupId>android.support</groupId> <artifactId>compatibility-v7-appcompat</artifactId> - <version>21.0.3</version> + <version>${compatibilityVersion}</version> <type>apklib</type> </dependency> @@ -350,47 +363,6 @@ </build> </profile> - <profile> - <id>reporting</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <reporting> - <plugins> - - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>${projectInfoReportsPluginVersion}</version> - <reportSets> - <reportSet> - <reports> - <report>project-team</report> - <report>mailing-list</report> - <report>cim</report> - <report>issue-tracking</report> - <report>license</report> - <report>scm</report> - <report>dependencies</report> - <report>dependency-convergence</report> - <report>dependency-info</report> - <report>plugin-management</report> - <report>plugins</report> - <report>dependency-management</report> - <report>summary</report> - </reports> - </reportSet> - </reportSets> - </plugin> - - </plugins> - </reporting> - - </profile> - <!-- This profile update license stuff with new goal update-file-header --> <profile> <id>update-file-header</id> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/1239 in repository say-my-texts. See http://git.chorem.org/say-my-texts.git commit 0c5f0832d304d3aa391eb1a24e214fb2818bf2ac Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jun 6 15:50:54 2015 +0200 add an optional profile to grab dependencies from our nexus repository (refs #1239) --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index dadc425..846e985 100644 --- a/pom.xml +++ b/pom.xml @@ -406,5 +406,17 @@ </build> </profile> + <profile> + <id>add-nexus-repository</id> + + <repositories> + + <repository> + <id>nexus-android-support</id> + <url>http://nexus.nuiton.org/nexus/content/repositories/android/</url> + </repository> + </repositories> + </profile> + </profiles> </project> \ No newline at end of file -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm