aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.ant.test
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2014-05-11 03:00:39 +0200
committerEvgeny Mandrikov <mandrikov@gmail.com>2014-05-11 03:00:39 +0200
commit55c11f40e617a2387ae51a9a85504856a995142e (patch)
treeb2511448c5eaa46dd18e4890e0318608053d389b /org.jacoco.ant.test
parent1755a4d688cdbfc574ddf6b3cdc75bf59932a715 (diff)
downloadjacoco-55c11f40e617a2387ae51a9a85504856a995142e.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 94a30a46..6b3ff72f 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.1.201405082137
+Bundle-Version: 0.7.2.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 d30cd14a..0e1fe6af 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.1.201405082137</version>
+ <version>0.7.2-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>