You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2018/01/28 19:57:00 UTC

[jira] [Assigned] (KARAF-5572) The parent pom of the karaf manual module in 4.1.x still points to 4.1.3-SNAPSHOT

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

Jean-Baptiste Onofré reassigned KARAF-5572:
-------------------------------------------

    Assignee: Jean-Baptiste Onofré

> The parent pom of the karaf manual module in 4.1.x still points to 4.1.3-SNAPSHOT
> ---------------------------------------------------------------------------------
>
>                 Key: KARAF-5572
>                 URL: https://issues.apache.org/jira/browse/KARAF-5572
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 4.1.4
>            Reporter: Steinar Bang
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>
> The parent pom reference of the karaf manual module wasn't bumped with the rest of the pom versions in the 4.1.3 release, and is still (on 4.1.5-SNAPSHOT) referencing 4.1.3-SNAPSHOT:
>   https://github.com/apache/karaf/blob/karaf-4.1.x/manual/pom.xml#L20
> This caused things to break when I tried running [the debian mh_make utility|https://gambaru.de/blog/2017/08/02/pdfsam-how-to-upgrade-a-maven-application-for-debian/] on the apache-karaf 4.1.4 source tarball:
> {noformat}
> Checking the parent dependency in the sub project itests/pom.xml
> Analysing manual/pom.xml...
> Jan 20, 2018 11:12:01 AM org.debian.maven.packager.DependenciesSolver resolveDependencies
> SEVERE: Error while resolving ./manual/pom.xml: Dependency not found org.apache.karaf:karaf:pom:4.1.3-SNAPSHOT
> Jan 20, 2018 11:12:01 AM org.debian.maven.packager.DependenciesSolver resolveDependencies
> SEVERE: 
> org.debian.maven.repo.DependencyNotFoundException: Dependency not found org.apache.karaf:karaf:pom:4.1.3-SNAPSHOT
> 	at org.debian.maven.repo.Repository.registerPom(Repository.java:414)
> 	at org.debian.maven.packager.DependenciesSolver.resolveDependencies(DependenciesSolver.java:321)
> 	at org.debian.maven.packager.DependenciesSolver.resolveDependencies(DependenciesSolver.java:421)
> 	at org.debian.maven.packager.DependenciesSolver.solveDependencies(DependenciesSolver.java:261)
> 	at org.debian.maven.packager.DependenciesSolver.main(DependenciesSolver.java:962)
> {noformat}
> The master version of the manual pom references version 4.2.0-SNAPSHOT
>   https://github.com/apache/karaf/blob/master/manual/pom.xml#L20



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)