You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jc...@apache.org on 2008/02/19 16:07:22 UTC

svn commit: r629115 - in /commons/proper/proxy/branches/proxy-1.0-work: RELEASE-NOTES.txt pom.xml

Author: jcarman
Date: Tue Feb 19 07:07:20 2008
New Revision: 629115

URL: http://svn.apache.org/viewvc?rev=629115&view=rev
Log:
Preparing for 1.0 release (rc1)

Modified:
    commons/proper/proxy/branches/proxy-1.0-work/RELEASE-NOTES.txt
    commons/proper/proxy/branches/proxy-1.0-work/pom.xml

Modified: commons/proper/proxy/branches/proxy-1.0-work/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/proxy-1.0-work/RELEASE-NOTES.txt?rev=629115&r1=629114&r2=629115&view=diff
==============================================================================
--- commons/proper/proxy/branches/proxy-1.0-work/RELEASE-NOTES.txt (original)
+++ commons/proper/proxy/branches/proxy-1.0-work/RELEASE-NOTES.txt Tue Feb 19 07:07:20 2008
@@ -0,0 +1,27 @@
+	     Apache Commons Proxy Package
+			    Version 1.0
+			   Release Notes
+
+
+INTRODUCTION:
+
+Apache Commons Proxy is a package of utility classes which facilitate the
+creation of dynamic proxies in Java.
+
+NOTES:
+
+*** This is the initial release ***
+
+
+FEEDBACK:
+
+Open source works best when you give feedback:
+http://commons.apache.org/proxy/
+
+Please direct all bug reports to JIRA
+http://issues.apache.org/jira/browse/PROXY
+
+Or subscribe to the commons-user mailing list (please prefix email subject with [proxy])
+http://commons.apache.org/mail-lists.html
+
+The Commons-Proxy Team
\ No newline at end of file

Modified: commons/proper/proxy/branches/proxy-1.0-work/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/proxy-1.0-work/pom.xml?rev=629115&r1=629114&r2=629115&view=diff
==============================================================================
--- commons/proper/proxy/branches/proxy-1.0-work/pom.xml (original)
+++ commons/proper/proxy/branches/proxy-1.0-work/pom.xml Tue Feb 19 07:07:20 2008
@@ -25,7 +25,7 @@
         <version>7</version>
     </parent>
     <artifactId>commons-proxy</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0-rc1</version>
     <name>Commons Proxy</name>
     <description>Java library for dynamic proxying</description>
     <url>http://commons.apache.org/proxy/</url>