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 /features/org.eclipse.osee.coverage.feature
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 'features/org.eclipse.osee.coverage.feature')
-rw-r--r--features/org.eclipse.osee.coverage.feature/feature.xml2
-rw-r--r--features/org.eclipse.osee.coverage.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.osee.coverage.feature/feature.xml b/features/org.eclipse.osee.coverage.feature/feature.xml
index f6fb0d2969d..8bc2ef6d9e1 100644
--- a/features/org.eclipse.osee.coverage.feature/feature.xml
+++ b/features/org.eclipse.osee.coverage.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.osee.coverage.feature"
label="%featureName"
- version="0.20.1.qualifier"
+ version="0.21.0.qualifier"
provider-name="%providerName">
<description>
diff --git a/features/org.eclipse.osee.coverage.feature/pom.xml b/features/org.eclipse.osee.coverage.feature/pom.xml
index fd6193beda2..7555774550e 100644
--- a/features/org.eclipse.osee.coverage.feature/pom.xml
+++ b/features/org.eclipse.osee.coverage.feature/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