diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-06-01 18:55:11 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-06-01 18:55:11 +0200 |
commit | ada903085d1b4ef8c79e3e2d91f49fee7e188f53 (patch) | |
tree | 5e0c3592265a9c3775713ae092cb59c9ceabe890 /org.eclipse.jgit.console | |
parent | 81371d385b5f199341226644238b8856f5e6831d (diff) | |
download | jgit-ada903085d1b4ef8c79e3e2d91f49fee7e188f53.tar.gz jgit-ada903085d1b4ef8c79e3e2d91f49fee7e188f53.zip |
Prepare post v1.0.0.201106011211-rc3 builds
Change-Id: I4dec8eba7e35858aef65fcc10f91fad3fe5b52b9
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.console')
-rw-r--r-- | org.eclipse.jgit.console/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.console/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.console/META-INF/MANIFEST.MF b/org.eclipse.jgit.console/META-INF/MANIFEST.MF index 07c74a9935..84b632201a 100644 --- a/org.eclipse.jgit.console/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.console/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.console -Bundle-Version: 1.0.0.201106011211-rc3 +Bundle-Version: 1.0.0.qualifier Bundle-Vendor: %provider_name Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Export-Package: org.eclipse.jgit.console;version="1.0.0" diff --git a/org.eclipse.jgit.console/pom.xml b/org.eclipse.jgit.console/pom.xml index 3cb5ec66cc..5209c34fcf 100644 --- a/org.eclipse.jgit.console/pom.xml +++ b/org.eclipse.jgit.console/pom.xml @@ -52,7 +52,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>1.0.0.201106011211-rc3</version> + <version>1.0.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.console</artifactId> |