You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Niall Pemberton <ni...@gmail.com> on 2008/03/01 22:53:16 UTC

[all] Configure component poms for OSGi and the commons-build-plugin

I'd like to go through all the components upgrading to commons-parent
8 and adding the configuration properties to their poms for the
commons-build-plugin and maven-bundle-plugin. The following is an
example of the type of changes using commons chain:

Index: pom.xml
===================================================================
--- pom.xml	(revision 631014)
+++ pom.xml	(working copy)
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>7</version>
+        <version>8</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>commons-chain</groupId>
@@ -83,6 +83,11 @@
     </scm>

     <properties>
+        <commons.componentid>chain</commons.componentid>
+        <commons.release.version>1.1</commons.release.version>
+        <commons.binary.suffix></commons.binary.suffix>
+        <commons.jira.id>CHAIN</commons.jira.id>
+        <commons.jira.pid>12310462</commons.jira.pid>
         <maven.compile.source>1.3</maven.compile.source>
         <maven.compile.target>1.3</maven.compile.target>
     </properties>

I also plan to re-generate all the issue tracking pages to standardize
on the one produced by commons-build-plugin.

Are there any objections to this?

Niall

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org