[tuxdroid-svn] r5541 - in software_suite_v3/software/plugin/plugin-feed/trunk/plugin-feed: . resou
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-10-01 08:12:12
|
Author: remi
Date: 2009-10-01 10:11:58 +0200 (Thu, 01 Oct 2009)
New Revision: 5541
Modified:
software_suite_v3/software/plugin/plugin-feed/trunk/plugin-feed/pom.xml
software_suite_v3/software/plugin/plugin-feed/trunk/plugin-feed/resources/plugin.xml
Log:
* Updated version to 3.0
Modified: software_suite_v3/software/plugin/plugin-feed/trunk/plugin-feed/pom.xml
===================================================================
--- software_suite_v3/software/plugin/plugin-feed/trunk/plugin-feed/pom.xml 2009-10-01 08:11:30 UTC (rev 5540)
+++ software_suite_v3/software/plugin/plugin-feed/trunk/plugin-feed/pom.xml 2009-10-01 08:11:58 UTC (rev 5541)
@@ -4,7 +4,7 @@
<groupId>com.kysoh</groupId>
<artifactId>plugin-feed</artifactId>
<packaging>jar</packaging>
- <version>2.0</version>
+ <version>3.0</version>
<name>Feed plugin for Tux Droid</name>
<url>http://www.tuxisalive.com</url>
Modified: software_suite_v3/software/plugin/plugin-feed/trunk/plugin-feed/resources/plugin.xml
===================================================================
--- software_suite_v3/software/plugin/plugin-feed/trunk/plugin-feed/resources/plugin.xml 2009-10-01 08:11:30 UTC (rev 5540)
+++ software_suite_v3/software/plugin/plugin-feed/trunk/plugin-feed/resources/plugin.xml 2009-10-01 08:11:58 UTC (rev 5541)
@@ -9,7 +9,7 @@
<ttsName>RSS Reader</ttsName>
<description>This plugin queries for RSS feed updates</description>
<author>Yoran Brault</author>
- <version>2.0</version>
+ <version>3.0</version>
<iconFile>resources/plugin.png</iconFile>
<executionMode>command</executionMode>
<uuid>b1abb710-2abf-4daa-8748-25bc79e22967</uuid>
|