Author: sebb
Date: Tue Apr 13 19:16:58 2010
New Revision: 933751
URL: http://svn.apache.org/viewvc?rev=933751&view=rev
Log:
Move properties near start of file, so they are close to the other
specifications
Modified:
commons/proper/compress/trunk/pom.xml
Modified: commons/proper/compress/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=933751&r1=933750&r2=933751&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Tue Apr 13 19:16:58 2010
@@ -31,6 +31,17 @@
<url>http://commons.apache.org/compress/</url>
<description>Commons Compress is a component that contains Ar, Cpio, Jar,
Tar, Zip and BZip2 packages</description>
+ <properties>
+ <maven.compile.source>1.4</maven.compile.source>
+ <maven.compile.target>1.4</maven.compile.target>
+ <commons.componentid>compress</commons.componentid>
+ <commons.jira.id>COMPRESS</commons.jira.id>
+ <commons.jira.pid>12310904</commons.jira.pid>
+ <!-- configuration bits for cutting a release candidate -->
+ <commons.release.version>1.0</commons.release.version>
+ <commons.rc.version>RC2</commons.rc.version>
+ </properties>
+
<issueManagement>
<system>jira</system>
<url>http://issues.apache.org/jira/browse/COMPRESS</url>
@@ -92,17 +103,6 @@
</site>
</distributionManagement>
- <properties>
- <maven.compile.source>1.4</maven.compile.source>
- <maven.compile.target>1.4</maven.compile.target>
- <commons.componentid>compress</commons.componentid>
- <commons.jira.id>COMPRESS</commons.jira.id>
- <commons.jira.pid>12310904</commons.jira.pid>
- <!-- configuration bits for cutting a release candidate -->
- <commons.release.version>1.0</commons.release.version>
- <commons.rc.version>RC2</commons.rc.version>
- </properties>
-
<build>
<plugins>
<plugin>