aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.agent
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2014-03-04 19:40:28 +0100
committerEvgeny Mandrikov <mandrikov@gmail.com>2014-03-04 19:40:28 +0100
commitf8176c407fc64cf126a6b66047d295d22ddb402d (patch)
treef853c5fede5c4e2e410ee9e687b1673262e019a3 /org.jacoco.agent
parentde1febf766dbde623c767c5d1d492f0296474ae9 (diff)
downloadjacoco-f8176c407fc64cf126a6b66047d295d22ddb402d.tar.gz
Prepare for next development iteration
Diffstat (limited to 'org.jacoco.agent')
-rw-r--r--org.jacoco.agent/META-INF/MANIFEST.MF4
-rw-r--r--org.jacoco.agent/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/org.jacoco.agent/META-INF/MANIFEST.MF b/org.jacoco.agent/META-INF/MANIFEST.MF
index ef37e461..e6679b42 100644
--- a/org.jacoco.agent/META-INF/MANIFEST.MF
+++ b/org.jacoco.agent/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Agent
Bundle-SymbolicName: org.jacoco.agent
-Bundle-Version: 0.6.5.201403032054
+Bundle-Version: 0.6.6.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.jacoco.agent;version="0.6.5"
+Export-Package: org.jacoco.agent;version="0.6.6"
diff --git a/org.jacoco.agent/pom.xml b/org.jacoco.agent/pom.xml
index ddc2e536..60623a1f 100644
--- a/org.jacoco.agent/pom.xml
+++ b/org.jacoco.agent/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.build</artifactId>
- <version>0.6.5.201403032054</version>
+ <version>0.6.6-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>