Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2013-09-24 01:11:55 +0000
committerRyan T. Baldwin2013-09-24 01:11:55 +0000
commitff31febc3a4e33c1f2d9c5f503348d27b411c3b6 (patch)
tree9fb0ce7665396cfb3d4e3c66a3eaeab0d493f00a /features/org.eclipse.osee.core.runtime.feature
parentaaedf14eac6c338506bd52e047be20073ff56bcd (diff)
downloadorg.eclipse.osee-ff31febc3a4e33c1f2d9c5f503348d27b411c3b6.tar.gz
org.eclipse.osee-ff31febc3a4e33c1f2d9c5f503348d27b411c3b6.tar.xz
org.eclipse.osee-ff31febc3a4e33c1f2d9c5f503348d27b411c3b6.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