aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.agent.test
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2016-02-18 10:07:44 +0100
committerEvgeny Mandrikov <mandrikov@gmail.com>2016-02-18 10:07:44 +0100
commitd189a2cdfe33bce02911d8c326b81fccdca0220b (patch)
tree280fbab493e4312ddbeee7d7ac8c369045f03d4f /org.jacoco.agent.test
parent930a8183af45591a60cc6690a639b7b6c14f7ee5 (diff)
downloadjacoco-d189a2cdfe33bce02911d8c326b81fccdca0220b.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 d5631bed..33f513f7 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.7.6.201602180812
+Bundle-Version: 0.7.7.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 0ac09181..cbe089a6 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.7.6.201602180812</version>
+ <version>0.7.7-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>