aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.agent.test
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2012-08-31 12:39:14 +0600
committerEvgeny Mandrikov <mandrikov@gmail.com>2012-08-31 12:39:14 +0600
commit13d966ceedd0c597776c4f7c2df23e0578b39850 (patch)
tree08989c2cd3d615d99331f98148e01c95059483cc /org.jacoco.agent.test
parentd3dd13c831bb5f6ad9fb6e2789c672ad5caebbda (diff)
downloadjacoco-13d966ceedd0c597776c4f7c2df23e0578b39850.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 bc6675b3..529dabca 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.5.10.201208310627
+Bundle-Version: 0.5.11.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 8645d087..740a1e1c 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.5.10.201208310627</version>
+ <version>0.5.11-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>