[
https://issues.apache.org/jira/browse/KARAF-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995625#comment-12995625
]
Jamie goodyear commented on KARAF-467:
--------------------------------------
When I attempt to build the 2.2.0 release candidate we see assemblies
apache-karaf version set to 2.1.99, instead of remaining set as
${project.version}.
<dependency>
<groupId>org.apache.karaf.demos</groupId>
<artifactId>web</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.karaf.assemblies.apache-karaf</groupId>
<artifactId>apache-karaf</artifactId>
<version>2.1.99</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.karaf.assemblies.apache-karaf</groupId>
<artifactId>apache-karaf</artifactId>
<type>tar.gz</type>
<version>${project.version}</version>
</dependency>
> Karaf 2.2.x branch manual module needs pom adjustments for releases
> -------------------------------------------------------------------
>
> Key: KARAF-467
> URL: https://issues.apache.org/jira/browse/KARAF-467
> Project: Karaf
> Issue Type: Bug
> Affects Versions: 2.2.0
> Reporter: Jamie goodyear
> Priority: Blocker
> Fix For: 2.2.0
>
>
> The current setup has the manual not obeying the project version -- that is
> if we want to release 2.2.0 then the manual remains at 2.1.99. The manual
> should have the same version as the project itself.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira