aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.ant.test
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2015-05-25 19:12:54 +0200
committerEvgeny Mandrikov <mandrikov@gmail.com>2015-05-25 19:12:54 +0200
commit76bb13bea6cee6ec2432d6f496fb8d88d96672d8 (patch)
tree695660e7c3eda1f09ceea4700ce01d7594f94a45 /org.jacoco.ant.test
parent887abac49ea7f8075ef71fa1efc91f128b0d6a23 (diff)
downloadjacoco-76bb13bea6cee6ec2432d6f496fb8d88d96672d8.tar.gz
Prepare for next development iteration
Diffstat (limited to 'org.jacoco.ant.test')
-rw-r--r--org.jacoco.ant.test/META-INF/MANIFEST.MF2
-rw-r--r--org.jacoco.ant.test/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.jacoco.ant.test/META-INF/MANIFEST.MF b/org.jacoco.ant.test/META-INF/MANIFEST.MF
index a82ec473..f3b7d397 100644
--- a/org.jacoco.ant.test/META-INF/MANIFEST.MF
+++ b/org.jacoco.ant.test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Ant Tasks Tests
Bundle-SymbolicName: org.jacoco.ant.test
-Bundle-Version: 0.7.5.201505241946
+Bundle-Version: 0.7.6.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG and Contributors
Fragment-Host: org.jacoco.ant
diff --git a/org.jacoco.ant.test/pom.xml b/org.jacoco.ant.test/pom.xml
index 55b59bbd..bdfb4131 100644
--- a/org.jacoco.ant.test/pom.xml
+++ b/org.jacoco.ant.test/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.tests</artifactId>
- <version>0.7.5.201505241946</version>
+ <version>0.7.6-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>