aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.agent.test
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2012-10-06 23:44:26 +0400
committerEvgeny Mandrikov <mandrikov@gmail.com>2012-10-06 23:48:03 +0400
commit7764fe58040c043275fb9b412c55e09b510226c4 (patch)
treed788b309c27821c79353d9215f2bd590731ab9a1 /org.jacoco.agent.test
parent76f62ca24023d3522cfd806ff471e90e4f286739 (diff)
downloadjacoco-7764fe58040c043275fb9b412c55e09b510226c4.tar.gz
Prepare for next development iteration
Diffstat (limited to 'org.jacoco.agent.test')
-rw-r--r--org.jacoco.agent.test/META-INF/MANIFEST.MF2
-rw-r--r--org.jacoco.agent.test/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.jacoco.agent.test/META-INF/MANIFEST.MF b/org.jacoco.agent.test/META-INF/MANIFEST.MF
index 5b278e43..2c3633cb 100644
--- a/org.jacoco.agent.test/META-INF/MANIFEST.MF
+++ b/org.jacoco.agent.test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Agent Tests
Bundle-SymbolicName: org.jacoco.agent.test
-Bundle-Version: 0.6.0.201210061924
+Bundle-Version: 0.6.1.qualifier
Fragment-Host: org.jacoco.agent
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG
diff --git a/org.jacoco.agent.test/pom.xml b/org.jacoco.agent.test/pom.xml
index 54702fa6..fafa30fe 100644
--- a/org.jacoco.agent.test/pom.xml
+++ b/org.jacoco.agent.test/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.tests</artifactId>
- <version>0.6.0.201210061924</version>
+ <version>0.6.1-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>