Author: dfabulich
Date: Sat Mar 7 07:09:36 2009
New Revision: 751211
URL: http://svn.apache.org/viewvc?rev=751211&view=rev
Log:
Backporting changes that release:prepare would have made, trying to avoid
clobbering the apache license
Modified:
commons/proper/dbutils/trunk/pom.xml
Modified: commons/proper/dbutils/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=751211&r1=751210&r2=751211&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/pom.xml (original)
+++ commons/proper/dbutils/trunk/pom.xml Sat Mar 7 07:09:36 2009
@@ -15,10 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project
- xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
@@ -51,7 +48,7 @@
<name>Juozas Baliuka</name>
<id>baliuka</id>
<email>[email protected]</email>
- <organization></organization>
+ <organization />
<roles>
<role>Java Developer</role>
</roles>
@@ -60,7 +57,7 @@
<name>Steven Caswell</name>
<id>scaswell</id>
<email>[email protected]</email>
- <organization></organization>
+ <organization />
<roles>
<role>Java Developer</role>
</roles>
@@ -69,7 +66,7 @@
<name>David Graham</name>
<id>dgraham</id>
<email>[email protected]</email>
- <organization></organization>
+ <organization />
<roles>
<role>Java Developer</role>
</roles>
@@ -78,7 +75,7 @@
<name>Yoav Shapira</name>
<id>yoavs</id>
<email>[email protected]</email>
- <organization></organization>
+ <organization />
<roles>
<role>Java Developer</role>
</roles>
@@ -87,7 +84,7 @@
<name>Henri Yandell</name>
<id>bayard</id>
<email>[email protected]</email>
- <organization></organization>
+ <organization />
<roles>
<role>Java Developer</role>
</roles>
@@ -96,7 +93,7 @@
<name>Dan Fabulich</name>
<id>dfabulich</id>
<email>[email protected]</email>
- <organization></organization>
+ <organization />
<roles>
<role>Java Developer</role>
</roles>
@@ -185,7 +182,7 @@
<commons.componentid>dbutils</commons.componentid>
<commons.release.version>1.2</commons.release.version>
<commons.rc.version>RC1</commons.rc.version>
- <commons.binary.suffix></commons.binary.suffix>
+ <commons.binary.suffix />
<commons.jira.id>DBUTILS</commons.jira.id>
<commons.jira.pid>12310470</commons.jira.pid>
</properties>