diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-12-31 03:22:35 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-12-31 03:22:35 +0100 |
commit | 757fecd697a0074a9132ba87dddfe5472498e491 (patch) | |
tree | 6a9636ce3d4017255a8f450d31ce4a9ec659083c /org.eclipse.jgit.ant | |
parent | 55bf5a6c117822abf2f2ecb44fc415dc8a027ad7 (diff) | |
download | jgit-757fecd697a0074a9132ba87dddfe5472498e491.tar.gz jgit-757fecd697a0074a9132ba87dddfe5472498e491.zip |
Prepare 4.10.1-SNAPSHOT builds
Change-Id: I139fb660c4630d9d073eabf37ff26ea3a823bcbd
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 e82bf9ad9b..a056886ffc 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: 4.10.0.201712302008-r +Bundle-Version: 4.10.1.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[4.10.0,4.11.0)" + org.eclipse.jgit.storage.file;version="[4.10.1,4.11.0)" Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="4.10.0"; +Export-Package: org.eclipse.jgit.ant.tasks;version="4.10.1"; 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 ab10c5a111..56dc17be29 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>4.10.0.201712302008-r</version> + <version>4.10.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |