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.ant | |
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.ant')
-rw-r--r-- | org.eclipse.jgit.ant/META-INF/MANIFEST.MF | 6 | ||||
-rw-r--r-- | org.eclipse.jgit.ant/pom.xml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF index 46cd84e5d3..83b4200936 100644 --- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF @@ -3,11 +3,11 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Automatic-Module-Name: org.eclipse.jgit.ant Bundle-SymbolicName: org.eclipse.jgit.ant -Bundle-Version: 5.3.3.201908210735-r +Bundle-Version: 5.3.4.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[5.3.3,5.4.0)" + org.eclipse.jgit.storage.file;version="[5.3.4,5.4.0)" Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="5.3.3"; +Export-Package: org.eclipse.jgit.ant.tasks;version="5.3.4"; uses:="org.apache.tools.ant.types,org.apache.tools.ant" diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index a9bbac90b0..0eb9859989 100644 --- a/org.eclipse.jgit.ant/pom.xml +++ b/org.eclipse.jgit.ant/pom.xml @@ -48,7 +48,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>5.3.3.201908210735-r</version> + <version>5.3.4-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |