diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-05-21 22:04:11 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-05-21 22:04:43 +0200 |
commit | 0e13adb9cf3c498a790f080f07eb72cc2fb7c4e0 (patch) | |
tree | 4f79653b28ab6ac9df11d6cf92bad8f562d30df7 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | d2d56e9efbfb4d3b1ad9b99b10a5d4b1c75cc62b (diff) | |
download | jgit-0e13adb9cf3c498a790f080f07eb72cc2fb7c4e0.tar.gz jgit-0e13adb9cf3c498a790f080f07eb72cc2fb7c4e0.zip |
Prepare post 3.4.0 RC1 builds
Change-Id: Ia8d29046439bc9134acdf7c88ab85ea49c4ddf47
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml index 3f30fed7a1..e4496dfa63 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit" label="%featureName" - version="3.4.0.201405211411-rc1" + version="3.4.0.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml index 2000505e74..0319b44a38 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>3.4.0.201405211411-rc1</version> + <version>3.4.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |