diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-21 18:26:36 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-21 18:26:36 +0200 |
commit | 2eb83f4b4ac77d1647cfcf0a06df44eb22f15da7 (patch) | |
tree | c65308f523559644994f4cbeb3a620d18060ab74 /org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature | |
parent | 0af59e121262c265082369aa746317af37bf5c9b (diff) | |
download | jgit-2eb83f4b4ac77d1647cfcf0a06df44eb22f15da7.tar.gz jgit-2eb83f4b4ac77d1647cfcf0a06df44eb22f15da7.zip |
Prepare 5.4.2-SNAPSHOT builds
Change-Id: I5b2fde2d69ef1cc11b085874ab783ba48e070470
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml index 92e3dbd437..7f59b970c2 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.http.apache" label="%featureName" - version="5.4.1.201908211225-r" + version="5.4.2.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -23,7 +23,7 @@ </url> <requires> - <import plugin="org.eclipse.jgit" version="5.4.1" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="5.4.2" match="equivalent"/> </requires> <plugin diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml index 7f19ee8b10..492d221292 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.4.1.201908211225-r</version> + <version>5.4.2-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |