Author: niallp
Date: Fri May 16 06:21:10 2008
New Revision: 657052
URL:
http://svn.apache.org/viewvc?rev=657052&view=revLog:
maven build fixes - add commons properties and rename NOTICE/LICENSE files to use ".txt" extension
Added:
commons/sandbox/jnet/trunk/LICENSE.txt
- copied unchanged from r657048, commons/sandbox/jnet/trunk/LICENSE
commons/sandbox/jnet/trunk/NOTICE.txt
- copied unchanged from r657048, commons/sandbox/jnet/trunk/NOTICE
Modified:
commons/sandbox/jnet/trunk/pom.xml
Modified: commons/sandbox/jnet/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/jnet/trunk/pom.xml?rev=657052&r1=657051&r2=657052&view=diff==============================================================================
--- commons/sandbox/jnet/trunk/pom.xml (original)
+++ commons/sandbox/jnet/trunk/pom.xml Fri May 16 06:21:10 2008
@@ -37,4 +37,12 @@
<url>
http://svn.apache.org/viewcvs.cgi/commons/sandbox/jnet/trunk</url>
<developerConnection>scm:svn:
https://svn.apache.org/repos/asf/commons/sandbox/jnet/trunk</developerConnection>
</scm>
+
+ <properties>
+ <maven.compile.source>1.3</maven.compile.source>
+ <maven.compile.target>1.3</maven.compile.target>
+ <commons.componentid>jnet</commons.componentid>
+ <commons.jira.componentid>12312331</commons.jira.componentid>
+ </properties>
+
</project>