aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.ant.test
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2012-12-23 22:24:47 +0100
committerEvgeny Mandrikov <mandrikov@gmail.com>2012-12-23 22:24:47 +0100
commita6a45e8dee96e4d3d94d3fc9d95c41a346dea8ed (patch)
tree9ffa09dd383daf6ff02af6c6643ceec530bd0a99 /org.jacoco.ant.test
parent0bb8d2ddc43b6dba17794b5a858f77cc94f0bbb4 (diff)
downloadjacoco-a6a45e8dee96e4d3d94d3fc9d95c41a346dea8ed.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 3b8fae57..6e85c11c 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.6.1.201212231917
+Bundle-Version: 0.6.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 56a4063a..50d7c829 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.6.1.201212231917</version>
+ <version>0.6.2-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>