You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2007/07/04 19:03:09 UTC

[jira] Assigned: (FELIX-318) Version for maven-bundle-plugin is missing in version management

     [ https://issues.apache.org/jira/browse/FELIX-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler reassigned FELIX-318:
--------------------------------------

    Assignee: Carsten Ziegeler

> Version for maven-bundle-plugin is missing in version management
> ----------------------------------------------------------------
>
>                 Key: FELIX-318
>                 URL: https://issues.apache.org/jira/browse/FELIX-318
>             Project: Felix
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>            Priority: Minor
>             Fix For: 1.0.0
>
>
> The version for the maven bundle plugin is missing in the root pom.
> Here is a patch:
> Index: /Users/cziegeler/Developer/workspaces/default/felix/pom.xml
> ===================================================================
> --- /Users/cziegeler/Developer/workspaces/default/felix/pom.xml	(revision 553093)
> +++ /Users/cziegeler/Developer/workspaces/default/felix/pom.xml	(working copy)
> @@ -322,6 +322,11 @@
>            <artifactId>maven-javadoc-plugin</artifactId>
>            <version>2.2</version>
>          </plugin>
> +        <plugin>
> +          <groupId>org.apache.felix</groupId>
> +          <artifactId>maven-bundle-plugin</artifactId>
> +          <version>0.9.0-incubator-SNAPSHOT</version>
> +        </plugin>
>        </plugins>
>      </pluginManagement>
>      <plugins>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.