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).
@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.