diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-03-05 00:20:11 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-03-05 00:34:15 +0100 |
commit | c1fee1d16b3da4c6af1e86dbd71fbf55f4b5bb0d (patch) | |
tree | 6044d7a3ef8e6a4d9f36cd69faf8f5270b766c41 /org.eclipse.jgit.packaging/org.eclipse.jgit.java7.feature | |
parent | 3d855dbfc68ce6979f5aa5a5467308f562f4b79a (diff) | |
download | jgit-c1fee1d16b3da4c6af1e86dbd71fbf55f4b5bb0d.tar.gz jgit-c1fee1d16b3da4c6af1e86dbd71fbf55f4b5bb0d.zip |
Prepare 3.3.1-SNAPSHOT builds
Change-Id: If15560f2731e54dbf9db88d8a308b4c25ce27e8e
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.java7.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.java7.feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.java7.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.java7.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.java7.feature/feature.xml index 16082027d9..df749ac67d 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.java7.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.java7.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.java7" label="%featureName" - version="3.3.0.201403021825-r" + version="3.3.1.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.java7.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.java7.feature/pom.xml index 895a797ff2..191c8b9623 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.java7.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.java7.feature/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>3.3.0.201403021825-r</version> + <version>3.3.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |