Revision: 40dfb3ebe1
Author: dominik
Date: Wed Aug 5 16:39:48 2009
Log: incremented version and added changelog file
http://code.google.com/p/menya/source/detail?r=40dfb3ebe1
Revision: 325ae6dc93
Author: dominik
Date: Wed Aug 5 16:40:33 2009
Log: updated changelog slightly
http://code.google.com/p/menya/source/detail?r=325ae6dc93
==============================================================================
Revision: 40dfb3ebe1
Author: dominik
Date: Wed Aug 5 16:39:48 2009
Log: incremented version and added changelog file
http://code.google.com/p/menya/source/detail?r=40dfb3ebe1
Added:
/docs/CHANGELOG
Modified:
/pom.xml
=======================================
--- /dev/null
+++ /docs/CHANGELOG Wed Aug 5 16:39:48 2009
@@ -0,0 +1,2 @@
+Version 0.1.1
+ * added working tool class structure (a general way to describe pens)
=======================================
--- /pom.xml Wed Aug 5 09:12:59 2009
+++ /pom.xml Wed Aug 5 16:39:48 2009
@@ -5,7 +5,7 @@
<groupId>com.googlecode</groupId>
<artifactId>menya</artifactId>
<name>Menya</name>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.1-SNAPSHOT</version>
<inceptionYear>2009</inceptionYear>
<licenses>
<license>
==============================================================================
Revision: 325ae6dc93
Author: dominik
Date: Wed Aug 5 16:40:33 2009
Log: updated changelog slightly
http://code.google.com/p/menya/source/detail?r=325ae6dc93
Modified:
/docs/CHANGELOG
=======================================
--- /docs/CHANGELOG Wed Aug 5 16:39:48 2009
+++ /docs/CHANGELOG Wed Aug 5 16:40:33 2009
@@ -1,2 +1,4 @@
Version 0.1.1
* added working tool class structure (a general way to describe pens)
+Version 0.1.0
+ * a lots of tests and sandbox coding