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 22:45:12 UTC

svn commit: r629245 - /commons/proper/proxy/branches/proxy-1.0-work/pom.xml

Author: jcarman
Date: Tue Feb 19 13:45:09 2008
New Revision: 629245

URL: http://svn.apache.org/viewvc?rev=629245&view=rev
Log:
Preparing for release candidate 2.

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

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=629245&r1=629244&r2=629245&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 13:45:09 2008
@@ -26,7 +26,7 @@
         <version>7</version>
     </parent>
     <artifactId>commons-proxy</artifactId>
-    <version>1.0-rc1</version>
+    <version>1.0-rc2</version>
     <packaging>bundle</packaging>
     <name>Commons Proxy</name>
     <description>Java library for dynamic proxying</description>
@@ -139,7 +139,7 @@
             </plugin>
         </plugins>
     </build>
-    
+
     <dependencies>
         <dependency>
             <groupId>cglib</groupId>
@@ -256,4 +256,8 @@
         </site>
     </distributionManagement>
 
+    <properties>
+        <maven.compile.source>1.4</maven.compile.source>
+        <maven.compile.target>1.4</maven.compile.target>
+    </properties>
 </project>