summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant.test
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2021-09-08 20:24:36 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2021-09-08 20:24:36 +0200
commit81cd70d5d049c875aae235660a4f978824846c87 (patch)
tree9da7a147550018aeb11940a3e5fe22dcd7412659 /org.eclipse.jgit.ant.test
parentb3d51a399e91ad93e4387f4c4f30149c63f56c44 (diff)
downloadjgit-81cd70d5d049c875aae235660a4f978824846c87.tar.gz
jgit-81cd70d5d049c875aae235660a4f978824846c87.zip
Prepare 5.13.1-SNAPSHOT builds
Change-Id: Ib2f689d8d13eab022da5b5e83d6d6bebc1bb81d3
Diffstat (limited to 'org.eclipse.jgit.ant.test')
-rw-r--r--org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF10
-rw-r--r--org.eclipse.jgit.ant.test/pom.xml2
2 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
index 56dfe0db85..8c361c58e6 100644
--- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
@@ -5,13 +5,13 @@ Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.jgit.ant.test
Bundle-SymbolicName: org.eclipse.jgit.ant.test
Bundle-Vendor: %Bundle-Vendor
-Bundle-Version: 5.13.0.202109080827-r
+Bundle-Version: 5.13.1.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.ant.tasks;version="[5.13.0,5.14.0)",
- org.eclipse.jgit.junit;version="[5.13.0,5.14.0)",
- org.eclipse.jgit.lib;version="[5.13.0,5.14.0)",
- org.eclipse.jgit.util;version="[5.13.0,5.14.0)",
+ org.eclipse.jgit.ant.tasks;version="[5.13.1,5.14.0)",
+ org.eclipse.jgit.junit;version="[5.13.1,5.14.0)",
+ org.eclipse.jgit.lib;version="[5.13.1,5.14.0)",
+ org.eclipse.jgit.util;version="[5.13.1,5.14.0)",
org.hamcrest.core;version="[1.1.0,3.0.0)",
org.junit;version="[4.13,5.0.0)"
diff --git a/org.eclipse.jgit.ant.test/pom.xml b/org.eclipse.jgit.ant.test/pom.xml
index 21db1c3f4a..39736cd0f7 100644
--- a/org.eclipse.jgit.ant.test/pom.xml
+++ b/org.eclipse.jgit.ant.test/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>5.13.0.202109080827-r</version>
+ <version>5.13.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.ant.test</artifactId>