diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2009-10-05 14:17:16 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2009-10-05 14:17:16 -0700 |
commit | 9b48eb940a255850e2440ebb14a94ce1bda6e9e0 (patch) | |
tree | 498fb8bd5a17dd650060a854be578d1b59afa253 /jgit-maven | |
parent | 956b12403d4ab732d6bc6d2f6194ed06f2665966 (diff) | |
download | jgit-9b48eb940a255850e2440ebb14a94ce1bda6e9e0.tar.gz jgit-9b48eb940a255850e2440ebb14a94ce1bda6e9e0.zip |
Mark JGit plugin as 0.6
Our project plan calls for us to build 0.6 as the next version,
but I forgot to also update the MANIFEST.MF for the plugin when
I edited the Maven pom.
Change-Id: Ic1a6c64374a4384a65a3dd0306adddfc73adac52
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'jgit-maven')
-rw-r--r-- | jgit-maven/jgit/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jgit-maven/jgit/pom.xml b/jgit-maven/jgit/pom.xml index 8d2589e711..5f30afbfb4 100644 --- a/jgit-maven/jgit/pom.xml +++ b/jgit-maven/jgit/pom.xml @@ -49,7 +49,7 @@ <groupId>org.eclipse</groupId> <artifactId>jgit</artifactId> <packaging>jar</packaging> - <version>0.6-SNAPSHOT</version> + <version>0.6.0-SNAPSHOT</version> <name>jgit</name> <url>http://repo.or.cz/w/jgit.git</url> <mailingLists> |