Bug 1006755 - kie-nio2-jgit depends on a timestamped snapshot version of org.eclipse.jgit
Summary: kie-nio2-jgit depends on a timestamped snapshot version of org.eclipse.jgit
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Build and Assembly
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Alexandre Porcelli
QA Contact: Lukáš Petrovický
URL:
Whiteboard:
Depends On:
Blocks: 989519
TreeView+ depends on / blocked
 
Reported: 2013-09-11 08:58 UTC by Geoffrey De Smet
Modified: 2013-09-26 07:52 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-09-11 09:24:31 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Geoffrey De Smet 2013-09-11 08:58:33 UTC
The version of jgit is a timestamped snapshot:

      <version.org.eclipse.jgit>2.1.0.201209190230-r</version.org.eclipse.jgit>

      <dependency>
        <groupId>org.eclipse.jgit</groupId>
        <artifactId>org.eclipse.jgit</artifactId>
        <version>${version.org.eclipse.jgit}</version>
      </dependency>

We can't release a Final with a timestamped snapshot, because it blocks testing (see BZ-991777 for another example).

Comment 2 Geoffrey De Smet 2013-09-11 09:05:02 UTC
@Ryan Zhang: I am beginning to doubt that this is indeed a timestamped snapshot. It looks like a valid, normal release of jgit:
  https://repository.jboss.org/nexus/index.html#nexus-search;gav~org.eclipse.jgit~org.eclipse.jgit~~~~kw,versionexpand
jgit just uses weird version numbering.


Note You need to log in before you can comment on or make changes to this bug.