Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngel Avila2015-03-19 19:52:44 +0000
committerAngel Avila2015-03-19 19:52:44 +0000
commit94028c94503c9635660718e97cdb5efe726b0aaf (patch)
tree6e72e0f3378feeedd88cf48f267d12b49cf696ab /plugins/org.eclipse.osee.coverage.integration.tests
parent58f18e906eb67012164062e7e55e118948776599 (diff)
downloadorg.eclipse.osee-94028c94503c9635660718e97cdb5efe726b0aaf.tar.gz
org.eclipse.osee-94028c94503c9635660718e97cdb5efe726b0aaf.tar.xz
org.eclipse.osee-94028c94503c9635660718e97cdb5efe726b0aaf.zip
refactor: Update build numbers to 0.21.0
Diffstat (limited to 'plugins/org.eclipse.osee.coverage.integration.tests')
-rw-r--r--plugins/org.eclipse.osee.coverage.integration.tests/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.coverage.integration.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.coverage.integration.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.coverage.integration.tests/META-INF/MANIFEST.MF
index e34a727c833..21b78a37aef 100644
--- a/plugins/org.eclipse.osee.coverage.integration.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.coverage.integration.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Coverage Integration Tests (Incubation)
Bundle-SymbolicName: org.eclipse.osee.coverage.integration.tests
-Bundle-Version: 0.20.1.qualifier
+Bundle-Version: 0.21.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit;bundle-version="4.11.0",
diff --git a/plugins/org.eclipse.osee.coverage.integration.tests/pom.xml b/plugins/org.eclipse.osee.coverage.integration.tests/pom.xml
index 3f232cd0fb7..9dada5217aa 100644
--- a/plugins/org.eclipse.osee.coverage.integration.tests/pom.xml
+++ b/plugins/org.eclipse.osee.coverage.integration.tests/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.coverage.parent</artifactId>
- <version>0.20.1-SNAPSHOT</version>
+ <version>0.21.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.coverage.parent</relativePath>
</parent>

Back to the top