diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-09-27 15:54:08 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-09-27 15:54:40 +0200 |
commit | 5a2a2222efa40d0cf132d6b21429792118555bea (patch) | |
tree | 3839b148b4722a4d8cfd3b5c79be6f40258ddde4 /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature | |
parent | 6f0681eb9fe213304ec53948639cd9d7b790d629 (diff) | |
download | jgit-5a2a2222efa40d0cf132d6b21429792118555bea.tar.gz jgit-5a2a2222efa40d0cf132d6b21429792118555bea.zip |
Prepare post 3.1.0 RC1 builds
Change-Id: I060f2082ccd0c91905b6b29a49cc633a0b51a1f2
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 14491aac6f..a97ec57194 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="3.1.0.201309270735-rc1" + version="3.1.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 9e3f5c611a..0618dc2bb4 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>3.1.0.201309270735-rc1</version> + <version>3.1.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |