diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-06-02 23:11:57 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-06-02 23:11:57 +0200 |
commit | 72ecb5c8c70beff809f2eb28def0c63e67d9a5cc (patch) | |
tree | fcc09e45f0b42df1932261155a5eef0c25a39266 /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature | |
parent | d59fafc7ca3bc0dd0a54cfabf57538fa5458a96f (diff) | |
download | jgit-72ecb5c8c70beff809f2eb28def0c63e67d9a5cc.tar.gz jgit-72ecb5c8c70beff809f2eb28def0c63e67d9a5cc.zip |
Prepare post 4.0-RC3 builds
Change-Id: I74469f1243503098fb05b5ddec3fa609132debab
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml index f4ea6a3033..df315bce3c 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.pgm" label="%featureName" - version="4.0.0.201506020755-rc3" + version="4.0.0.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml index d63f410d8b..d663db0ff9 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>4.0.0.201506020755-rc3</version> + <version>4.0.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |