Author: sgoeschl
Date: Mon Jan 5 04:26:42 2009
New Revision: 731542
URL: http://svn.apache.org/viewvc?rev=731542&view=rev
Log:
Documenting the recent changes
Modified:
commons/proper/exec/trunk/src/changes/changes.xml
Modified: commons/proper/exec/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/changes/changes.xml?rev=731542&r1=731541&r2=731542&view=diff
==============================================================================
--- commons/proper/exec/trunk/src/changes/changes.xml (original)
+++ commons/proper/exec/trunk/src/changes/changes.xml Mon Jan 5 04:26:42 2009
@@ -23,8 +23,12 @@
<author email="sgoeschl@apache.org">Siegfried Goeschl</author>
</properties>
<body>
- <release version="1.0.0" date="2008-12-16" description="Sandbox release">
+ <release version="1.0.0" date="2009-01-05" description="Sandbox release">
<action dev="sgoeschl" type="fix">
+ After a long discussion we decided to stick to following groupId
+ "org.apache.commons" instead of "commons-exec".
+ </action>
+ <action dev="sgoeschl" type="fix" due-to="Kevin Jackson">
The Ant build now works even when junit is not on the classpath
</action>
<action dev="sgoeschl" type="fix">
|