You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by rg...@apache.org on 2008/12/22 23:25:59 UTC

svn commit: r728814 - /commons/proper/configuration/trunk/default.properties

Author: rgoers
Date: Mon Dec 22 14:25:59 2008
New Revision: 728814

URL: http://svn.apache.org/viewvc?rev=728814&view=rev
Log:
Fix typo in component version

Modified:
    commons/proper/configuration/trunk/default.properties

Modified: commons/proper/configuration/trunk/default.properties
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/default.properties?rev=728814&r1=728813&r2=728814&view=diff
==============================================================================
--- commons/proper/configuration/trunk/default.properties (original)
+++ commons/proper/configuration/trunk/default.properties Mon Dec 22 14:25:59 2008
@@ -27,7 +27,7 @@
 component.title = Configuration Utilities
 
 # The current version number of this component
-component.version = 1.6-SNAPHOT
+component.version = 1.6-SNAPSHOT
 
 # The name that is used to create the jar file
 final.name = ${component.name}-${component.version}