This is an automated email from the git hooks/post-receive script. New commit to branch devel in repository say-my-texts. See http://git.chorem.org/say-my-texts.git commit 332922e1ebf93b948ce74b76db31d7f597ffdf52 Author: kmorin <morin@codelutin.com> Date: Sun May 25 16:43:33 2014 +0200 update scm info (new git repo instead of svn) and description --- pom.xml | 73 +++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 37 insertions(+), 36 deletions(-) diff --git a/pom.xml b/pom.xml index 0efac68..d721b7a 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,9 @@ <name>Say My Texts</name> <description> - Android application which reads out loud the new SMS when the headset is plugged. Very useful when your are riding a bike or running. + Say My Texts is an Android application which reads out loud the SMS you receive. + 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> <inceptionYear>2014</inceptionYear> @@ -64,14 +66,13 @@ </developers> <scm> - <url>https://svn.chorem.org/say-my-texts</url> - <connection> - scm:svn:https://svn.chorem.org/say-my-texts/trunk - </connection> + <connection>scm:git:https://git.chorem.org/say-my-texts.git</connection> <developerConnection> - scm:svn:https://svn.chorem.org/say-my-texts/trunk + scm:git:https://git.chorem.org/say-my-texts.git </developerConnection> + <url>http://forge.chorem.org/projects/say-my-texts/repository</url> </scm> + <distributionManagement> <site> <id>doc.${platform}</id> @@ -106,35 +107,35 @@ </properties> - <repositories> - <repository> - <id>saymytexts-public-group</id> - <url>https://nexus.nuiton.org/nexus/content/groups/say-my-texts-group/</url> - <snapshots> - <enabled>true</enabled> - <checksumPolicy>fail</checksumPolicy> - </snapshots> - <releases> - <enabled>true</enabled> - <checksumPolicy>fail</checksumPolicy> - </releases> - </repository> - </repositories> - - <pluginRepositories> - <pluginRepository> - <id>saymytexts-public-group</id> - <url>https://nexus.nuiton.org/nexus/content/groups/say-my-texts-group/</url> - <snapshots> - <enabled>true</enabled> - <checksumPolicy>fail</checksumPolicy> - </snapshots> - <releases> - <enabled>true</enabled> - <checksumPolicy>fail</checksumPolicy> - </releases> - </pluginRepository> - </pluginRepositories> + <!--<repositories>--> + <!--<repository>--> + <!--<id>saymytexts-public-group</id>--> + <!--<url>https://nexus.nuiton.org/nexus/content/groups/say-my-texts-group/</url>--> + <!--<snapshots>--> + <!--<enabled>true</enabled>--> + <!--<checksumPolicy>fail</checksumPolicy>--> + <!--</snapshots>--> + <!--<releases>--> + <!--<enabled>true</enabled>--> + <!--<checksumPolicy>fail</checksumPolicy>--> + <!--</releases>--> + <!--</repository>--> + <!--</repositories>--> + + <!--<pluginRepositories>--> + <!--<pluginRepository>--> + <!--<id>saymytexts-public-group</id>--> + <!--<url>https://nexus.nuiton.org/nexus/content/groups/say-my-texts-group/</url>--> + <!--<snapshots>--> + <!--<enabled>true</enabled>--> + <!--<checksumPolicy>fail</checksumPolicy>--> + <!--</snapshots>--> + <!--<releases>--> + <!--<enabled>true</enabled>--> + <!--<checksumPolicy>fail</checksumPolicy>--> + <!--</releases>--> + <!--</pluginRepository>--> + <!--</pluginRepositories>--> <dependencies> @@ -422,4 +423,4 @@ </profile> </profiles> -</project> +</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>.