[tuxdroid-svn] r5535 - in software_suite_v3/software/plugin/plugin-clock/trunk: . resources
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-10-01 08:06:40
|
Author: remi
Date: 2009-10-01 10:06:26 +0200 (Thu, 01 Oct 2009)
New Revision: 5535
Modified:
software_suite_v3/software/plugin/plugin-clock/trunk/pom.xml
software_suite_v3/software/plugin/plugin-clock/trunk/resources/plugin.xml
Log:
* Updated version to 0.3.0
Modified: software_suite_v3/software/plugin/plugin-clock/trunk/pom.xml
===================================================================
--- software_suite_v3/software/plugin/plugin-clock/trunk/pom.xml 2009-10-01 08:04:48 UTC (rev 5534)
+++ software_suite_v3/software/plugin/plugin-clock/trunk/pom.xml 2009-10-01 08:06:26 UTC (rev 5535)
@@ -4,7 +4,7 @@
<groupId>com.kysoh</groupId>
<artifactId>plugin-clock</artifactId>
<packaging>jar</packaging>
- <version>2.0</version>
+ <version>0.3.0</version>
<name>Clock plugin for Tux Droid</name>
<url>http://www.kysoh.com</url>
Modified: software_suite_v3/software/plugin/plugin-clock/trunk/resources/plugin.xml
===================================================================
--- software_suite_v3/software/plugin/plugin-clock/trunk/resources/plugin.xml 2009-10-01 08:04:48 UTC (rev 5534)
+++ software_suite_v3/software/plugin/plugin-clock/trunk/resources/plugin.xml 2009-10-01 08:06:26 UTC (rev 5535)
@@ -8,7 +8,7 @@
<ttsName>Clock.</ttsName>
<description>This plugin gives you the time.</description>
<author>Yoran Brault</author>
- <version>0.2.0</version>
+ <version>0.3.0</version>
<iconFile>resources/icon.png</iconFile>
<uuid>8349ed52-572d-4c3f-a7b8-05c2a8aec2c0</uuid>
<platform>all</platform>
|