| Summary: | kie-nio2-jgit depends on a timestamped snapshot version of org.eclipse.jgit | ||
|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Geoffrey De Smet <gdesmet> |
| Component: | Build and Assembly | Assignee: | Alexandre Porcelli <porcelli> |
| Status: | CLOSED NOTABUG | QA Contact: | Lukáš Petrovický <lpetrovi> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 | CC: | rzhang |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-11 09:24:31 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 989519 | ||
@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. |
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).