aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.ant
diff options
context:
space:
mode:
Diffstat (limited to 'org.jacoco.ant')
-rw-r--r--org.jacoco.ant/META-INF/MANIFEST.MF2
-rw-r--r--org.jacoco.ant/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.jacoco.ant/META-INF/MANIFEST.MF b/org.jacoco.ant/META-INF/MANIFEST.MF
index 83ff2146..3c89dbb8 100644
--- a/org.jacoco.ant/META-INF/MANIFEST.MF
+++ b/org.jacoco.ant/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Ant Tasks
Bundle-SymbolicName: org.jacoco.ant
-Bundle-Version: 0.7.6.qualifier
+Bundle-Version: 0.7.6.201602180812
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG and Contributors
Require-Bundle: org.apache.ant;bundle-version="[1.7.0,2.0.0)"
diff --git a/org.jacoco.ant/pom.xml b/org.jacoco.ant/pom.xml
index 29f99b88..e385c9bd 100644
--- a/org.jacoco.ant/pom.xml
+++ b/org.jacoco.ant/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.build</artifactId>
- <version>0.7.6-SNAPSHOT</version>
+ <version>0.7.6.201602180812</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>