diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-21 17:45:59 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-21 17:45:59 +0200 |
commit | bbf3da1aac3742ec9fc606af5d4800944c19c0f5 (patch) | |
tree | 2dfc9a00be1534d8bcbbd537e7018ca29c0d8569 /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature | |
parent | e9fcf1932e0657d49ed426ba766d715afddf0e84 (diff) | |
download | jgit-bbf3da1aac3742ec9fc606af5d4800944c19c0f5.tar.gz jgit-bbf3da1aac3742ec9fc606af5d4800944c19c0f5.zip |
Prepare 5.3.4-SNAPSHOT builds
Change-Id: I1ccfeb28e87d13b25a8892947e62f1151130b6a6
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 | 8 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml | 2 |
2 files changed, 5 insertions, 5 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 c3437113e2..3b56ec9119 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="5.3.3.201908210735-r" + version="5.3.4.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -31,9 +31,9 @@ version="0.0.0"/> <requires> - <import feature="org.eclipse.jgit" version="5.3.3" match="equivalent"/> - <import feature="org.eclipse.jgit.lfs" version="5.3.3" match="equivalent"/> - <import feature="org.eclipse.jgit.ssh.apache" version="5.3.3" match="equivalent"/> + <import feature="org.eclipse.jgit" version="5.3.4" match="equivalent"/> + <import feature="org.eclipse.jgit.lfs" version="5.3.4" match="equivalent"/> + <import feature="org.eclipse.jgit.ssh.apache" version="5.3.4" match="equivalent"/> </requires> <plugin 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 b9d8f1456f..d4ee1c828e 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>5.3.3.201908210735-r</version> + <version>5.3.4-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |