diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2010-03-22 08:22:14 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2010-03-22 08:22:14 -0700 |
commit | be863689766bd74451ce687f8580cccd458b0d4b (patch) | |
tree | 52b86d46b5f85745f63c6ddda42e8b50ab096e78 /org.eclipse.jgit.iplog | |
parent | 22d712ba515b4076bd65e651c1b8deb2fa53dcc3 (diff) | |
download | jgit-stable-0.7.tar.gz jgit-stable-0.7.zip |
Qualify post-0.7.1 buildsstable-0.7
Change-Id: Ifad1a5a6f2909d709fd7834b32b9b9949b2e5633
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit.iplog')
-rw-r--r-- | org.eclipse.jgit.iplog/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.iplog/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.iplog/META-INF/MANIFEST.MF b/org.eclipse.jgit.iplog/META-INF/MANIFEST.MF index 29f9fd61e3..6055665702 100644 --- a/org.eclipse.jgit.iplog/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.iplog/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.iplog -Bundle-Version: 0.7.1 +Bundle-Version: 0.7.1.qualifier Bundle-Vendor: %provider_name Bundle-Localization: plugin Bundle-ActivationPolicy: lazy diff --git a/org.eclipse.jgit.iplog/pom.xml b/org.eclipse.jgit.iplog/pom.xml index e61cc0d964..f77b4c71aa 100644 --- a/org.eclipse.jgit.iplog/pom.xml +++ b/org.eclipse.jgit.iplog/pom.xml @@ -51,7 +51,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>0.7.1</version> + <version>0.7.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.iplog</artifactId> |