[tuxdroid-svn] r5572 - in software_suite_v3/smart-core/smart-dev/plugin-toolkit/java/skeleton/trunk
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-10-01 08:55:19
|
Author: remi
Date: 2009-10-01 10:55:09 +0200 (Thu, 01 Oct 2009)
New Revision: 5572
Modified:
software_suite_v3/smart-core/smart-dev/plugin-toolkit/java/skeleton/trunk/pom.xml
software_suite_v3/smart-core/smart-dev/plugin-toolkit/java/skeleton/trunk/resources/plugin.xml
Log:
* Updated version to 0.0.2
Modified: software_suite_v3/smart-core/smart-dev/plugin-toolkit/java/skeleton/trunk/pom.xml
===================================================================
--- software_suite_v3/smart-core/smart-dev/plugin-toolkit/java/skeleton/trunk/pom.xml 2009-10-01 08:54:45 UTC (rev 5571)
+++ software_suite_v3/smart-core/smart-dev/plugin-toolkit/java/skeleton/trunk/pom.xml 2009-10-01 08:55:09 UTC (rev 5572)
@@ -4,7 +4,7 @@
<groupId>com.kysoh</groupId>
<artifactId>plugin-javaSkeleton</artifactId>
<packaging>jar</packaging>
- <version>0.0.1</version>
+ <version>0.0.2</version>
<name>This is a skeleton to build a java plugin.</name>
<url>http://www.tuxisalive.com</url>
Modified: software_suite_v3/smart-core/smart-dev/plugin-toolkit/java/skeleton/trunk/resources/plugin.xml
===================================================================
--- software_suite_v3/smart-core/smart-dev/plugin-toolkit/java/skeleton/trunk/resources/plugin.xml 2009-10-01 08:54:45 UTC (rev 5571)
+++ software_suite_v3/smart-core/smart-dev/plugin-toolkit/java/skeleton/trunk/resources/plugin.xml 2009-10-01 08:55:09 UTC (rev 5572)
@@ -8,7 +8,7 @@
<ttsName>Java plugin.</ttsName>
<description>This is a skeleton to build a java plugin.</description>
<author>Kysoh</author>
- <version>0.0.1</version>
+ <version>0.0.2</version>
<iconFile>resources/icon.png</iconFile>
<uuid>23ab109b-9bad-41cb-bca6-ab6d4bbe632f</uuid>
<platform>all</platform>
|