diff options
author | Matthias Sohn | 2015-05-19 14:18:11 +0000 |
---|---|---|
committer | Matthias Sohn | 2015-05-19 15:09:45 +0000 |
commit | 0a3120c333945ee5c942c01127d0d850969c2825 (patch) | |
tree | 3988668078a33182f8a5d8b9fef89554dd78e1fe /org.eclipse.egit.repository | |
parent | 8caf558736b86625f8635061665ba7161b8d2799 (diff) | |
download | egit-0a3120c333945ee5c942c01127d0d850969c2825.tar.gz egit-0a3120c333945ee5c942c01127d0d850969c2825.tar.xz egit-0a3120c333945ee5c942c01127d0d850969c2825.zip |
EGit v4.0.0.201505191015-rc1v4.0.0.201505191015-rc1
Bump version for org.eclipse.egit.ui.importer to match the version of
the other bundles to allow using current release tooling without manual
tweaking.
Change-Id: If1cf2ba5efd39f44f71005a8f406aae268a59164
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.repository')
-rw-r--r-- | org.eclipse.egit.repository/category.xml | 2 | ||||
-rw-r--r-- | org.eclipse.egit.repository/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.repository/category.xml b/org.eclipse.egit.repository/category.xml index 3d129eacc7..827b6652bc 100644 --- a/org.eclipse.egit.repository/category.xml +++ b/org.eclipse.egit.repository/category.xml @@ -30,7 +30,7 @@ <feature url="features/org.eclipse.egit.gitflow.feature_0.0.0.qualifier.jar" id="org.eclipse.egit.gitflow.feature" version="0.0.0"> <category name="Eclipse Git Team Provider - experimental features (incubation)"/> </feature> - <bundle id="org.eclipse.egit.ui.importer" version="0.0.1.qualifier"> + <bundle id="org.eclipse.egit.ui.importer" version="0.0.0"> <category name="Eclipse Git Team Provider - experimental features (incubation)"/> </bundle> <category-def name="Eclipse Git Team Provider" label="Eclipse Git Team Provider"> diff --git a/org.eclipse.egit.repository/pom.xml b/org.eclipse.egit.repository/pom.xml index 991cc3719d..17adfcebe2 100644 --- a/org.eclipse.egit.repository/pom.xml +++ b/org.eclipse.egit.repository/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.eclipse.egit</groupId> <artifactId>egit-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0.201505191015-rc1</version> </parent> <artifactId>org.eclipse.egit.repository</artifactId> |