Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2013-09-24 01:11:55 +0000
committerRoberto E. Escobar2013-10-12 01:16:33 +0000
commit4f7a894b83addf9904e14b93809a6635ca4abed0 (patch)
treeaa6ed2830bd553a236d2dbbb63ed09c87a295414 /features/org.eclipse.osee.core.runtime.feature
parenta354996adcfa05bbbd2ea3d546a8d2529d8fe5d4 (diff)
downloadorg.eclipse.osee-4f7a894b83addf9904e14b93809a6635ca4abed0.tar.gz
org.eclipse.osee-4f7a894b83addf9904e14b93809a6635ca4abed0.tar.xz
org.eclipse.osee-4f7a894b83addf9904e14b93809a6635ca4abed0.zip
refactor: Update build numbers to 0.15.0
Diffstat (limited to 'features/org.eclipse.osee.core.runtime.feature')
-rw-r--r--features/org.eclipse.osee.core.runtime.feature/feature.xml2
-rw-r--r--features/org.eclipse.osee.core.runtime.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.osee.core.runtime.feature/feature.xml b/features/org.eclipse.osee.core.runtime.feature/feature.xml
index 93556e1f127..f32d98b4559 100644
--- a/features/org.eclipse.osee.core.runtime.feature/feature.xml
+++ b/features/org.eclipse.osee.core.runtime.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.osee.core.runtime.feature"
label="%featureName"
- version="0.14.0.qualifier"
+ version="0.15.0.qualifier"
provider-name="%providerName">
<description>
diff --git a/features/org.eclipse.osee.core.runtime.feature/pom.xml b/features/org.eclipse.osee.core.runtime.feature/pom.xml
index 068e9c3927b..a886c84a077 100644
--- a/features/org.eclipse.osee.core.runtime.feature/pom.xml
+++ b/features/org.eclipse.osee.core.runtime.feature/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.runtime.parent</artifactId>
- <version>0.14.0-SNAPSHOT</version>
+ <version>0.15.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.runtime.parent</relativePath>
</parent>

Back to the top