aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.report.test
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2011-07-06 22:24:23 +0000
committerEvgeny Mandrikov <mandrikov@gmail.com>2011-07-06 22:24:23 +0000
commit71813991b7c7c7812a53e89c6269632d0cbfae7a (patch)
tree31676b825e05d482b3f592b7a200ea6940d2ff69 /org.jacoco.report.test
parent7957ecf7995934dc4a5a9988925f3218139ae0c6 (diff)
downloadjacoco-71813991b7c7c7812a53e89c6269632d0cbfae7a.tar.gz
Prepare release 0.5.3
Diffstat (limited to 'org.jacoco.report.test')
-rw-r--r--org.jacoco.report.test/META-INF/MANIFEST.MF20
-rw-r--r--org.jacoco.report.test/pom.xml2
2 files changed, 11 insertions, 11 deletions
diff --git a/org.jacoco.report.test/META-INF/MANIFEST.MF b/org.jacoco.report.test/META-INF/MANIFEST.MF
index 6bc57b1f..c54673af 100644
--- a/org.jacoco.report.test/META-INF/MANIFEST.MF
+++ b/org.jacoco.report.test/META-INF/MANIFEST.MF
@@ -1,10 +1,10 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: JaCoCo Report Tests
-Bundle-SymbolicName: org.jacoco.report.test
-Bundle-Version: 0.5.3.qualifier
-Fragment-Host: org.jacoco.report
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Bundle-Vendor: Mountainminds GmbH & Co. KG
-Require-Bundle: org.junit4;bundle-version="[4.7.0,5.0.0)"
-
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: JaCoCo Report Tests
+Bundle-SymbolicName: org.jacoco.report.test
+Bundle-Version: 0.5.3.201107060350
+Fragment-Host: org.jacoco.report
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Vendor: Mountainminds GmbH & Co. KG
+Require-Bundle: org.junit4;bundle-version="[4.7.0,5.0.0)"
+
diff --git a/org.jacoco.report.test/pom.xml b/org.jacoco.report.test/pom.xml
index 1606ed32..8c42a6a5 100644
--- a/org.jacoco.report.test/pom.xml
+++ b/org.jacoco.report.test/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.tests</artifactId>
- <version>0.5.3-SNAPSHOT</version>
+ <version>0.5.3.201107060350</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>