You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dk...@apache.org on 2011/11/17 20:24:49 UTC

svn commit: r1203341 - /aries/trunk/proxy/pom.xml

Author: dkulp
Date: Thu Nov 17 19:24:49 2011
New Revision: 1203341

URL: http://svn.apache.org/viewvc?rev=1203341&view=rev
Log:
Add version # so deploy will work

Modified:
    aries/trunk/proxy/pom.xml

Modified: aries/trunk/proxy/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/proxy/pom.xml?rev=1203341&r1=1203340&r2=1203341&view=diff
==============================================================================
--- aries/trunk/proxy/pom.xml (original)
+++ aries/trunk/proxy/pom.xml Thu Nov 17 19:24:49 2011
@@ -30,6 +30,7 @@
     <artifactId>proxy</artifactId>
     <name>Apache Aries Class Proxy</name>
     <packaging>pom</packaging>
+    <version>0.4.1-SNAPSHOT</version>
 
     <description>
        A common proxy class generation service that can be used by blueprint and jndi and others.